Update src/app/page.tsx

This commit is contained in:
2026-03-07 06:41:40 +00:00
parent da27f2dff0
commit f97bb32d40

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>
);
}
}