13 Commits

Author SHA1 Message Date
dc4ab81b4b Update src/app/page.tsx 2026-03-07 16:08:57 +00:00
f21ed0689b Update src/app/layout.tsx 2026-03-07 16:08:56 +00:00
233eea809e Merge version_3 into main
Merge version_3 into main
2026-03-07 15:50:33 +00:00
db28006890 Update src/app/page.tsx 2026-03-07 15:50:28 +00:00
8373015a23 Merge version_3 into main
Merge version_3 into main
2026-03-07 15:49:15 +00:00
0b8536b5ba Update src/app/page.tsx 2026-03-07 15:49:11 +00:00
b62b36a209 Update src/app/layout.tsx 2026-03-07 15:49:10 +00:00
f60265de9b Switch to version 1: modified src/app/page.tsx 2026-03-07 15:48:37 +00:00
0099ccf1f0 Switch to version 1: modified src/app/layout.tsx 2026-03-07 15:48:36 +00:00
e6b723c499 Merge version_2 into main
Merge version_2 into main
2026-03-07 15:48:16 +00:00
0a3d98f3a8 Merge version_2 into main
Merge version_2 into main
2026-03-07 15:47:03 +00:00
23496e2626 Update src/app/page.tsx 2026-03-07 15:47:01 +00:00
14e98379f0 Update src/app/layout.tsx 2026-03-07 15:47:01 +00:00
2 changed files with 9 additions and 17 deletions

View File

@@ -1,17 +1,11 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google"; import { Inter } from "next/font/google";
import "./globals.css"; import "@/styles/globals.css";
const geistSans = Geist({ const inter = Inter({ subsets: ["latin"] });
variable: "--font-geist-sans", subsets: ["latin"],
});
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = { 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({ export default function RootLayout({
children, children,
@@ -20,9 +14,7 @@ export default function RootLayout({
}) { }) {
return ( return (
<html lang="en"> <html lang="en">
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}> <body className={inter.className}>{children}
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `

View File

@@ -49,8 +49,8 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
buttons={[ buttons={[
{ text: "Call Now: 7980 2301", href: "tel:+96879802301" },
{ text: "Reserve a Table", href: "#contact" }, { text: "Reserve a Table", href: "#contact" },
{ text: "Call Now: 7980 2301", href: "tel:+96879802301" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
dashboard={{ dashboard={{
@@ -113,7 +113,7 @@ export default function LandingPage() {
<div id="menu" data-section="menu"> <div id="menu" data-section="menu">
<ProductCardFour <ProductCardFour
title="Menu Highlights" 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" tag="Popular Dishes"
tagIcon={ChefHat} tagIcon={ChefHat}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -199,8 +199,8 @@ export default function LandingPage() {
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Reserve Now" buttonText="Get Reservation Details"
termsText="We'll confirm your reservation via email and text message" termsText="We'll send you reservation confirmation and special offers. Your information is secure with us."
/> />
</div> </div>