diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 163a86a..93cf263 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,35 +1,18 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Source_Sans_3 } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); -const sourceSans3 = Source_Sans_3({ - variable: "--font-source-sans-3", subsets: ["latin"], -}); - export const metadata: Metadata = { - title: "Trattoria - Authentic Italian Restaurant", description: "Experience authentic Italian cuisine with handcrafted dishes, premium ingredients, and genuine Italian hospitality. Reserve your table today.", keywords: "italian restaurant, authentic italian cuisine, pasta, risotto, fine dining", openGraph: { - title: "Trattoria - Authentic Italian Restaurant", description: "Experience authentic Italian cuisine with handcrafted dishes and premium ingredients", type: "website", siteName: "Trattoria", images: [ - { - url: "http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg", alt: "Authentic Italian cuisine" - } - ] - }, + title: "Salt & Pepper - Kerala, North Indian & Chinese Restaurant in Vellore", description: "Experience authentic Kerala, North Indian, and Chinese cuisine at Salt & Pepper in Vellore. Fresh ingredients, traditional recipes, and warm hospitality. Dine-in and delivery available.", keywords: "restaurant vellore, kerala food, north indian cuisine, chinese restaurant, dine-in delivery", openGraph: { + title: "Salt & Pepper - Authentic Cuisine in Vellore", description: "Discover authentic Kerala, North Indian, and Chinese flavors with fresh ingredients and traditional preparation.", type: "website", siteName: "Salt & Pepper"}, twitter: { - card: "summary_large_image", title: "Trattoria - Authentic Italian Restaurant", description: "Experience authentic Italian cuisine and Italian hospitality", images: ["http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg"] - } + card: "summary_large_image", title: "Salt & Pepper - Authentic Cuisine in Vellore", description: "Experience authentic Kerala, North Indian, and Chinese cuisine"}, }; export default function RootLayout({ @@ -40,9 +23,7 @@ export default function RootLayout({ return ( - + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e1e274..40afa76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,65 +10,64 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { UtensilsCrossed, Heart, Star, MessageCircle } from "lucide-react"; +import { Utensils, MapPin, Clock, Zap } from "lucide-react"; export default function LandingPage() { return (
+ +
-
- -
-
@@ -178,11 +165,11 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f4a247b..31a8e44 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; - --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8bea8;; */ + /* --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #f5f5f5;; + --primary-cta: #d4af37;; + --secondary-cta: #1a1a1a;; + --accent: #d4af37;; + --background-accent: #2d2d2d;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #f5f5f5;; + --primary-cta: #d4af37;; --primary-cta-text: #f5f5f5;; - --secondary-cta: #ffffff;; + --secondary-cta: #1a1a1a;; --secondary-cta-text: #1c1c1c;; - --accent: #e63946;; - --background-accent: #e8bea8;; + --accent: #d4af37;; + --background-accent: #2d2d2d;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);