File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
opensaas-sh/app_diff/src/landing-page Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
+ <div className='relative pt-32 w-full'>
17
17
+ <TopGradient />
18
18
+ <BottomGradient />
19
- + <div className='flex flex-col lg:flex-row max-w-7xl mx-auto'>
19
+ + <div className='flex flex-col lg:flex-row max-w-7xl mx-auto overflow-x-hidden '>
20
20
+ <div className='py-24 sm:py-32'>
21
21
+ <div className='max-w-8xl px-6 lg:px-8'>
22
22
+ <div className='lg:mb-18 mx-auto max-w-3xl text-center md:text-left'>
Original file line number Diff line number Diff line change 115
115
+ {
116
116
+ name: 'Jonathan Cocharan',
117
117
+ role: 'Entrepreneur',
118
- + avatarSrc: 'https://pbs.twimg.com/profile_images/1910056203863883776/jtfVWaEG_400x400 .jpg',
118
+ + avatarSrc: 'https://pbs.twimg.com/profile_images/1950172296376639488/sZ0JIqfR_400x400 .jpg',
119
119
+ socialUrl: 'https://twitter.com/JonathanCochran',
120
120
+ quote:
121
121
+ 'In just 6 nights... my SaaS app is live 🎉! Huge thanks to the amazing @wasplang community 🙌 for their guidance along the way. These tools are incredibly efficient 🤯!',
Original file line number Diff line number Diff line change 158
158
--muted-foreground : 0 0% 63.9% ;
159
159
--accent : 31 57% 93% ;
160
160
--accent-foreground : 210 100% 13% ;
161
- --destructive : 0 62.8% 30.6 % ;
161
+ --destructive : 0 62.8% 63 % ;
162
162
--destructive-foreground : 0 0% 98% ;
163
163
--success : 141 71% 48% ;
164
164
--success-foreground : 0 0% 98% ;
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ function Schedule({ schedule }: { schedule: GeneratedSchedule }) {
336
336
337
337
function TaskCard ( { task, taskItems } : { task : ScheduleTask ; taskItems : TaskItem [ ] } ) {
338
338
const taskPriorityToColorMap : Record < TaskPriority , string > = {
339
- high : 'bg-destructive/20 border-destructive/40 text-red-500' ,
339
+ high : 'bg-destructive/10 border-destructive/20 text-red-500' ,
340
340
medium : 'bg-warning/10 border-warning/20 text-warning' ,
341
341
low : 'bg-success/10 border-success/20 text-success' ,
342
342
} ;
You can’t perform that action at this time.
0 commit comments