From f21ed0689baa015695970a17f518255e2dc56bac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:08:56 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e663b08..ec44863 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,11 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; -import "./globals.css"; +import "@/styles/globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "GUJARATI RASOI - Authentic Vegetarian & Jain Cuisine in Muscat", description: "Experience pure vegetarian and Jain authentic Gujarati, Punjabi & specialty dishes. Fresh, flavorful, and lovingly prepared for your family."}; + 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, From dc4ab81b4b883db25fbb1879e7da2f340235d1f3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:08:57 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46eb832..56bc3f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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={{