3 Commits

Author SHA1 Message Date
e0475c31c1 Merge version_2 into main
Merge version_2 into main
2026-04-02 21:33:38 +00:00
f5b35a155e Update src/app/page.tsx 2026-04-02 21:33:35 +00:00
7d699b2fef Merge version_1 into main
Merge version_1 into main
2026-04-02 21:17:41 +00:00

View File

@@ -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() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Cabra"
/>
@@ -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"},
]}
/>
</div>
@@ -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() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
<TestimonialCardThirteen
textboxLayout="default"
useInvertedBackground={false}
showRating={true}
animationType="slide-up"
title="Client Success Stories"
description="See how our web design expertise has transformed brands for our clients."
testimonials={[
{
id: "t1",
name: "James Miller",
date: "March 2024",
title: "Food Critic",
quote: "The most refined culinary experience in the city.",
tag: "Dining",
avatarSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-assortment-with-plant_23-2148914895.jpg?_wi=2",
imageAlt: "elegant restaurant dining room atmosphere",
id: "t1", name: "Sarah Jenkins", handle: "@sjenkins_design", testimonial: "The website design was top-tier, completely modernized our digital presence.", rating: 5,
},
{
id: "t2",
name: "Sophia Lee",
date: "February 2024",
title: "Guest",
quote: "Exceptional service and exquisite flavors.",
tag: "Event",
avatarSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-gourmet-dish-front-view_23-2148516905.jpg?_wi=3",
imageAlt: "chef preparing gourmet meal",
id: "t2", name: "Michael Chen", handle: "@mchen_ventures", testimonial: "Professional, creative, and delivered ahead of schedule. Exceptional work.", rating: 5,
},
{
id: "t3",
name: "David Rossi",
date: "January 2024",
title: "Guest",
quote: "A perfect setting for our anniversary celebration.",
tag: "Celebration",
avatarSrc: "http://img.b2bpic.net/free-photo/adult-enjoying-cocktail_52683-107593.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg?_wi=3",
imageAlt: "gourmet appetizer plate",
},
{
id: "t4",
name: "Elena Vance",
date: "January 2024",
title: "Guest",
quote: "Exceeded all expectations. Truly memorable.",
tag: "Dining",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beef-wrap-served-with-roasted-vegetables-spinach-teriyaki-sauce_140725-544.jpg?_wi=3",
imageAlt: "gourmet main course steak",
},
{
id: "t5",
name: "Marcus Stone",
date: "December 2023",
title: "Guest",
quote: "The wine pairings are simply outstanding.",
tag: "Dining",
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg?_wi=3",
imageAlt: "exquisite gourmet fish dish",
id: "t3", name: "Emily Rossi", handle: "@rossistudios", testimonial: "Absolutely thrilled with the new interface. User engagement has skyrocketed.", rating: 5,
},
]}
title="Guest Stories"
description="Discover what our guests love about their experiences at Cabra."
/>
</div>
<div id="contact" data-section="contact">
<ContactFaq
animationType="slide-up"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Do you offer vegan options?",
content: "Yes, we provide several plant-based options.",
},
{
id: "f2",
title: "Is parking available?",
content: "Valet parking is available every evening.",
},
{
id: "f3",
title: "Can I host private events?",
content: "We accommodate private events for up to 50 guests.",
},
<ContactSplitForm
title="Get in Touch"
description="Based in the heart of Chicago, we are ready to bring your digital projects to life. Reach out via the form below or contact us at (312) 555-0199 / info@cabra-design.com."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" }
]}
ctaTitle="Reservations"
ctaDescription="Join us for an unforgettable evening at Cabra. Book your table directly through our contact channel below."
ctaButton={{
text: "Contact Us",
href: "mailto:info@cabra-restaurant.com",
}}
ctaIcon={Phone}
textarea={{ name: "message", placeholder: "How can we help?" }}
useInvertedBackground={true}
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-gourmet-dish-front-view_23-2148516905.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>
@@ -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."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}