diff --git a/src/app/page.tsx b/src/app/page.tsx index eed9853..ee3c58a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; export default function LandingPage() { return ( @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -90,33 +69,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Starters", - name: "Truffle Burrata", - price: "$28", - rating: 5, - reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg", - }, - { - id: "p2", - brand: "Main Course", - name: "Wagyu Tenderloin", - price: "$65", - rating: 5, - reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg", - }, - { - id: "p3", - brand: "Dessert", - name: "Gold Leaf Chocolate", - price: "$22", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/italian-tiramisu-cocktail-glass-topped-with-coffee-sprinkles-strawberry_140725-2541.jpg", - }, + { id: "p1", brand: "Starters", name: "Truffle Burrata", price: "$28", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg" }, + { id: "p2", brand: "Main Course", name: "Wagyu Tenderloin", price: "$65", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg" }, + { id: "p3", brand: "Dessert", name: "Gold Leaf Chocolate", price: "$22", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/italian-tiramisu-cocktail-glass-topped-with-coffee-sprinkles-strawberry_140725-2541.jpg" }, ]} title="Signature Menu" description="Discover our curated selection of delicacies." @@ -130,26 +85,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} features={[ - { - title: "Main Dining", - description: "Our main hall offers a sophisticated, calm atmosphere perfect for intimate conversations.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629590.jpg?_wi=1", - }, - { - title: "Chef's Table", - description: "Experience our exclusive table right at the heart of the culinary action.", - imageSrc: "http://img.b2bpic.net/free-photo/food-table-thanksgiving-day_23-2148632536.jpg", - }, - { - title: "Outdoor Terrace", - description: "Enjoy the evening under the stars in our lush, private terrace.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-female-with-long-blonde-hair-nice-face-bright-earrings-white-suit_132075-9618.jpg", - }, - { - title: "Private Lounge", - description: "Our lounge is designed for the most exclusive and private celebrations.", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190932.jpg", - }, + { title: "Main Dining", description: "Our main hall offers a sophisticated, calm atmosphere perfect for intimate conversations.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629590.jpg?_wi=1" }, + { title: "Chef's Table", description: "Experience our exclusive table right at the heart of the culinary action.", imageSrc: "http://img.b2bpic.net/free-photo/food-table-thanksgiving-day_23-2148632536.jpg" }, + { title: "Outdoor Terrace", description: "Enjoy the evening under the stars in our lush, private terrace.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-female-with-long-blonde-hair-nice-face-bright-earrings-white-suit_132075-9618.jpg" }, + { title: "Private Lounge", description: "Our lounge is designed for the most exclusive and private celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190932.jpg" }, ]} title="Restaurant Ambiance" description="Step into a world of elegance and taste." @@ -157,55 +96,13 @@ export default function LandingPage() {
-
-
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index acfa82d..b9ccbdf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #0a0a0a; - --card: #121212; - --foreground: #ffffff; - --primary-cta: #d4af37; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; --primary-cta-text: #0a0a0a; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #0a0a0a; --accent: #b8860b; - --background-accent: #1a1a1a; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);