diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 857b7c9..de5450f 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 6132f8c..8998e1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function HomePage() { ]} buttons={[ { - text: "Start Shopping", href: "/products" + text: "Shop Now & Save 15%", href: "/products" }, { text: "Learn More", href: "#features" @@ -305,4 +305,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file