Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f97bb32d40 | |||
| da27f2dff0 | |||
| 0283b0702c |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -88,6 +88,7 @@ export default function HomePage() {
|
|||||||
{ text: "Order Now", href: "/order" },
|
{ text: "Order Now", href: "/order" },
|
||||||
{ text: "Book Table", href: "/booking" },
|
{ 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={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Ahmed Hassan", handle: "Customer since 2022", testimonial: "Best biryani in Karachi! The flavors are authentic and the service is exceptional.", rating: 5,
|
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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user