diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b3ea4a9..3ef58aa 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 0d1efd3..1160b0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,6 +88,7 @@ export default function HomePage() { { text: "Order Now", href: "/order" }, { text: "Book Table", href: "/booking" }, ]} + buttonClassName="[&>button:first-child]:bg-gradient-to-r [&>button:first-child]:from-amber-500 [&>button:first-child]:to-orange-600 [&>button:first-child]:text-white [&>button:first-child]:font-bold [&>button:first-child]:scale-110 [&>button:first-child]:hover:scale-125 [&>button:first-child]:transition-transform" testimonials={[ { name: "Ahmed Hassan", handle: "Customer since 2022", testimonial: "Best biryani in Karachi! The flavors are authentic and the service is exceptional.", rating: 5, @@ -211,4 +212,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file