From f5b35a155e916c4689d8439a0cf24d5119a2a703 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:33:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 224 +++++++++++------------------------------------ 1 file changed, 51 insertions(+), 173 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb0b40e..8b3aa76 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 ContactFaq from '@/components/sections/contact/ContactFaq'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Phone } from "lucide-react"; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -56,31 +48,19 @@ export default function LandingPage() { description="Experience the essence of modern culinary craft in a warm, inviting setting. Reservations available for lunch and dinner." buttons={[ { - text: "Book Table", - href: "#contact", - }, + text: "Book Table", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-assortment-with-plant_23-2148914895.jpg?_wi=1", - imageAlt: "Cabra restaurant dining room", - }, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-assortment-with-plant_23-2148914895.jpg?_wi=1", imageAlt: "Cabra restaurant dining room"}, { - imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg?_wi=1", - imageAlt: "Gourmet appetizer plate", - }, + imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg?_wi=1", imageAlt: "Gourmet appetizer plate"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beef-wrap-served-with-roasted-vegetables-spinach-teriyaki-sauce_140725-544.jpg?_wi=1", - imageAlt: "Herb crusted steak", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beef-wrap-served-with-roasted-vegetables-spinach-teriyaki-sauce_140725-544.jpg?_wi=1", imageAlt: "Herb crusted steak"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg?_wi=1", - imageAlt: "Pan seared sea bass", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg?_wi=1", imageAlt: "Pan seared sea bass"}, { - imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-gourmet-dish-front-view_23-2148516905.jpg?_wi=1", - imageAlt: "Professional kitchen atmosphere", - }, + imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-gourmet-dish-front-view_23-2148516905.jpg?_wi=1", imageAlt: "Professional kitchen atmosphere"}, ]} /> @@ -93,17 +73,11 @@ export default function LandingPage() { description="At Cabra, we believe in the harmony of fresh, locally sourced ingredients and refined culinary techniques. Our journey began with a passion for bringing people together over exceptional food and wine." bulletPoints={[ { - title: "Farm to Table", - description: "We source ingredients from local farmers.", - }, + title: "Farm to Table", description: "We source ingredients from local farmers."}, { - title: "Expert Chefs", - description: "Our team is led by world-class culinary masters.", - }, + title: "Expert Chefs", description: "Our team is led by world-class culinary masters."}, { - title: "Handcrafted Wine", - description: "Curated selection of global vintages.", - }, + title: "Handcrafted Wine", description: "Curated selection of global vintages."}, ]} imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-gourmet-dish-front-view_23-2148516905.jpg?_wi=2" mediaAnimation="slide-up" @@ -118,41 +92,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "m1", - name: "Truffle Risotto", - price: "$32", - imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg?_wi=2", - }, + id: "m1", name: "Truffle Risotto", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg?_wi=2"}, { - id: "m2", - name: "Herb Crusted Steak", - price: "$48", - imageSrc: "http://img.b2bpic.net/free-photo/beef-wrap-served-with-roasted-vegetables-spinach-teriyaki-sauce_140725-544.jpg?_wi=2", - }, + id: "m2", name: "Herb Crusted Steak", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/beef-wrap-served-with-roasted-vegetables-spinach-teriyaki-sauce_140725-544.jpg?_wi=2"}, { - id: "m3", - name: "Pan Seared Sea Bass", - price: "$42", - imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg?_wi=2", - }, + id: "m3", name: "Pan Seared Sea Bass", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg?_wi=2"}, { - id: "m4", - name: "Artisan Garden Salad", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg", - }, + id: "m4", name: "Artisan Garden Salad", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg"}, { - id: "m5", - name: "Chocolate Valrhona Mousse", - price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/cutting-biscuit-with-whipping-cream-berries-with-cutlery_114579-3648.jpg", - }, + id: "m5", name: "Chocolate Valrhona Mousse", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/cutting-biscuit-with-whipping-cream-berries-with-cutlery_114579-3648.jpg"}, { - id: "m6", - name: "Handmade Pappardelle", - price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-chef-attire_23-2151217206.jpg", - }, + id: "m6", name: "Handmade Pappardelle", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-chef-attire_23-2151217206.jpg"}, ]} title="Chef's Signature Selections" description="A curated list of our most popular dishes, perfected through years of culinary refinement." @@ -160,99 +110,40 @@ export default function LandingPage() {
-
-
@@ -261,46 +152,33 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/flat-lay-table-assortment-with-plant_23-2148914895.jpg?_wi=3" columns={[ { - title: "Visit Us", - items: [ + title: "Visit Us", items: [ { - label: "123 Gourmet Ave", - href: "#", - }, + label: "Chicago, IL", href: "#"}, ], }, { - title: "Follow", - items: [ + title: "Follow", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} logoText="Cabra" - copyrightText="© 2025 Cabra Restaurant. All rights reserved." + copyrightText="© 2025 Cabra Web Design. All rights reserved." /> ); -} +} \ No newline at end of file -- 2.49.1