diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0ac49b1..0c91bb8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index c67561d..62414d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,7 +128,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[ - { text: "Order Now", href: "#" } + { text: "Shop Sustainable Cups", href: "#" } ]} buttonAnimation="slide-up" /> @@ -255,4 +255,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}