3 Commits

Author SHA1 Message Date
f97bb32d40 Update src/app/page.tsx 2026-03-07 06:41:40 +00:00
da27f2dff0 Update src/app/layout.tsx 2026-03-07 06:41:39 +00:00
0283b0702c Merge version_2 into main
Merge version_2 into main
2026-03-07 06:39:31 +00:00
2 changed files with 3 additions and 2 deletions

View File

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

View File

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