Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f6d5eb29f | |||
| fb13ebc31e | |||
| 3dcb4145b8 |
@@ -11,7 +11,8 @@ const geistMono = Geist_Mono({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Patne Restaurant", description: "Authentic Indian cuisine and premium event hosting venue"};
|
title: "Patne Restaurant", description: "Authentic Indian cuisine and premium event hosting venue"
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
|||||||
logoText="PATNE RESTAURANT"
|
logoText="PATNE RESTAURANT"
|
||||||
description="Great Food & Beautiful Event Lawn in Khed • Veg & Non-Veg Dining • Perfect Venue for Weddings & Gatherings"
|
description="Great Food & Beautiful Event Lawn in Khed • Veg & Non-Veg Dining • Perfect Venue for Weddings & Gatherings"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "📞 Call Now", href: "tel:+919876543210" },
|
{ text: "Reserve Table Now", href: "tel:+919876543210" },
|
||||||
{ text: "📅 Book Event", href: "#events" },
|
{ text: "📅 Book Event", href: "#events" },
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
|
|||||||
Reference in New Issue
Block a user