diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b9699b..910896d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Clock, ChefHat } from "lucide-react"; +import { Award, Clock, ChefHat, MessageCircle, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -33,6 +33,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Menu", id: "menu" }, + { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} brandName="Lumière Dining" @@ -91,23 +92,6 @@ export default function LandingPage() { /> - -
@@ -145,14 +129,14 @@ export default function LandingPage() { columns={[ { title: "Navigation", items: [ + { label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, - { label: "Reserve", href: "#contact" }, ], }, { - title: "Contact", items: [ + title: "Connect", items: [ + { label: "Telegram", href: "https://t.me/lumiere" }, { label: "+998 90 123 45 67", href: "tel:+998901234567" }, - { label: "info@lumiere.com", href: "mailto:info@lumiere.com" }, ], }, ]} @@ -162,4 +146,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index dee5f9f..b026367 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #efe7dd; + --background: #efebe5; + --card: #f7f2ea; --foreground: #2b180a; --primary-cta: #800020; --primary-cta-text: #ffffff; - --secondary-cta: #efe7dd; + --secondary-cta: #c5a059; --secondary-cta-text: #2b180a; --accent: #c5a059; - --background-accent: #c5a059; + --background-accent: #efebe5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);