diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e92ff3f..689a5dd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1403,4 +1403,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 93f2a6f..f768f3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function HomePage() { description="Premium, custom-designed cakes for every celebration. Same-day delivery available in Moshi and Pune." tag="Premium Bakery" buttons={[ - { text: "Order Now", href: "/contact" }, + { text: "Order Your Cake Today", href: "/contact" }, { text: "View Menu", href: "/cakes" }, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-arrangement-of-delicious-cake-slices_23-2148732982.jpg" @@ -167,4 +167,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file