From da27f2dff07eb16561c2fb30668593a054b6b6be Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:41:39 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From f97bb32d406d4fc4471bd6e230e075d78755573a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:41:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1