Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc4ab81b4b | |||
| f21ed0689b | |||
| 233eea809e | |||
| db28006890 | |||
| 8373015a23 | |||
| 0b8536b5ba | |||
| b62b36a209 | |||
| f60265de9b | |||
| 0099ccf1f0 | |||
| e6b723c499 | |||
| 0a3d98f3a8 | |||
| 23496e2626 | |||
| 14e98379f0 |
@@ -1,17 +1,11 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { Inter } from "next/font/google";
|
||||
import "@/styles/globals.css";
|
||||
|
||||
const geistSans = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create Next App", description: "Generated by create next app"};
|
||||
title: "GUJARATI RASOI - Authentic Vegetarian & Jain Cuisine in Muscat", description: "Experience pure vegetarian and Jain authentic Gujarati, Punjabi & specialty dishes in Muscat. Fresh, flavorful, and lovingly prepared for your family."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -20,9 +14,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
@@ -49,8 +49,8 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Call Now: 7980 2301", href: "tel:+96879802301" },
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
{ text: "Call Now: 7980 2301", href: "tel:+96879802301" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
dashboard={{
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
title="Menu Highlights"
|
||||
description="Discover our most beloved dishes, carefully selected from our full vegetarian menu."
|
||||
description="Discover our most beloved dishes from 279+ customer reviews with a 4.4★ rating. Carefully selected from our full vegetarian menu, each dish is prepared with authentic recipes and the freshest ingredients to ensure your complete satisfaction."
|
||||
tag="Popular Dishes"
|
||||
tagIcon={ChefHat}
|
||||
tagAnimation="slide-up"
|
||||
@@ -199,8 +199,8 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Reserve Now"
|
||||
termsText="We'll confirm your reservation via email and text message"
|
||||
buttonText="Get Reservation Details"
|
||||
termsText="We'll send you reservation confirmation and special offers. Your information is secure with us."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user