Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-07 06:41:44 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}