Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3e26c1bea | |||
| dc4ab81b4b | |||
| f21ed0689b | |||
| 233eea809e | |||
| 8373015a23 | |||
| f60265de9b | |||
| 0099ccf1f0 | |||
| e6b723c499 | |||
| 90f84d1dec | |||
| 0a3d98f3a8 | |||
| 19cf21cb49 | |||
| 377d312e52 |
@@ -1,11 +1,11 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "@/styles/globals.css";
|
||||||
|
|
||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -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={{
|
||||||
|
|||||||
Reference in New Issue
Block a user