File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
(protected)/dashboard/[slug]
components/global/activate-automation-button Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ export default function LandingPage() {
207
207
</ div >
208
208
< div ref = { useScrollReveal ( ) } className = "opacity-0 translate-y-4 transition-all duration-700" >
209
209
< h2 className = { `${ bebasNeue . className } text-5xl sm:text-6xl font-normal mb-8 text-black tracking-tight leading-tight` } >
210
- Smart AI: A Smarter Way to Chat
210
+ Auctorn AI: A Smarter Way to Chat
211
211
</ h2 >
212
212
< p className = "text-lg text-muted-foreground mb-8" > Level up the experiences your followers already love with the new Auctorn AI. Create more engaging and personalized conversations.</ p >
213
213
< Link href = "/dashboard" className = "bg-[#4F46E5] text-white px-8 py-4 rounded-full font-medium text-lg hover:bg-[#4338CA] transition-colors shadow-sm hover:shadow-md inline-block" >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ type Props = {}
7
7
8
8
const Page = ( props : Props ) => {
9
9
return (
10
- < div className = "flex flex-col gap-y-8 w-full" >
10
+ < div className = "flex flex-col gap-y-8 w-full px-8 " >
11
11
< div className = "flex items-center justify-between w-full" >
12
12
< div className = "flex flex-col gap-y-2" >
13
13
< Search slug = "" />
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ type Props = {};
9
9
10
10
const Page = ( props : Props ) => {
11
11
return (
12
- < div className = "flex flex-col gap-y-10" >
12
+ < div className = "flex flex-col gap-y-10 px-8 " >
13
13
< div className = "flex justify-between items-center" >
14
14
< h1 className = "text-3xl font-semibold text-black" > Start Here</ h1 >
15
15
< a href = "#" className = "text-blue-500 hover:underline" > Explore all Templates</ a >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const ActivateAutomationButton = ({ id }: Props) => {
36
36
disabled = { isPending }
37
37
checked = { optimisticState }
38
38
onCheckedChange = { handleStateChange }
39
- className = "data-[state=checked]:hover:bg-green-600 data-[state=checked]:bg-green-500 data-[state=unchecked]:hover:bg-slate-500 data-[state=unchecked]: bg-slate-400 h-6 w-11 mx-4 [&>span]:data-[state=checked]:translate-x-6 [&>span]:bg-white transition-colors duration-200"
39
+ className = "data-[state=checked]:hover:bg-green-600 data-[state=checked]:bg-green-500 data-[state=unchecked]:bg-slate-400 h-6 w-11 mx-4 [&>span]:data-[state=checked]:translate-x-6 [&>span]:bg-white transition-colors duration-200"
40
40
/>
41
41
< span className = "text-sm font-medium" >
42
42
{ isPending ? (
You can’t perform that action at this time.
0 commit comments