diff --git a/src/app/layout.tsx b/src/app/layout.tsx index db973b9..826081f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index e4ea23d..fad06bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Explore Food", href: "#categories" }, + { text: "Find Food Now", href: "#categories" }, { text: "Learn More", href: "#features" }, ]} buttonAnimation="slide-up" @@ -241,4 +241,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file