Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-21 12:59:55 +00:00

View File

@@ -13,7 +13,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Award, Shield, Sparkles } from "lucide-react";
import { Award, Shield, Sparkles, Globe } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,8 +33,8 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Home / Accueil", id: "hero" },
{ name: "About / À Propos", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
@@ -45,42 +45,25 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{ variant: "gradient-bars" }}
title="Exceptional Food, Craft Drinks, Unforgettable Moments"
description="Paröle combines elevated pub cuisine with carefully curated beverages in a vibrant, welcoming space. Whether dining solo, celebrating with friends, or hosting an event, we deliver memorable experiences every visit."
title="Exceptional Food, Craft Drinks, Unforgettable Moments / Cuisine d'Exception, Boissons Artisanales, Moments Inoubliables"
description="Paröle combines elevated pub cuisine with carefully curated beverages in a vibrant, welcoming space. / Paröle marie une cuisine de pub raffinée avec des boissons soigneusement sélectionnées dans un espace vibrant et accueillant."
testimonials={[
{ name: "Sarah J.", handle: "@sarahj", testimonial: "The best pub food I've had in years. The ambiance is perfect for a relaxed date night.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg" },
{ name: "David K.", handle: "@davidk", testimonial: "Excellent service and a fantastic selection of craft beverages. A new favorite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg" },
{ name: "Elena M.", handle: "@elenam", testimonial: "A wonderful spot to unwind after a long week. Everything here feels intentional and high-quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg" },
{ name: "Marcus T.", handle: "@marcust", testimonial: "The staff truly makes the difference. Exceptional hospitality every time.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" },
{ name: "Linda G.", handle: "@lindag", testimonial: "Consistently great food. The menu variety is impressive for a local gastropub.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-his-friend-enjoying-drinks-restaurant_23-2147861945.jpg" },
{ name: "Sarah J.", handle: "@sarahj", testimonial: "The best pub food I've had in years. / La meilleure cuisine de pub que j'ai eue depuis des années.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg" },
{ name: "David K.", handle: "@davidk", testimonial: "Excellent service and a fantastic selection. / Excellent service et une sélection fantastique.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg" },
]}
buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
buttons={[{ text: "Reserve / Réserver", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg?_wi=1"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006695.jpg", alt: "Diner 1" },
{ src: "http://img.b2bpic.net/free-photo/young-man-drinking-beer-with-friends-pub_1262-3685.jpg", alt: "Diner 2" },
{ src: "http://img.b2bpic.net/free-photo/good-day-spent-with-friends-pub_329181-18384.jpg", alt: "Diner 3" },
{ src: "http://img.b2bpic.net/free-photo/young-man-near-charming-woman-bar-counter_23-2148016853.jpg", alt: "Diner 4" },
{ src: "http://img.b2bpic.net/free-photo/young-man-kissing-hugging-with-woman-near-bar-counter_23-2148016820.jpg", alt: "Diner 5" },
]}
marqueeItems={[
{ type: "text", text: "Locally Sourced" },
{ type: "text", text: "Craft Beer & Spirits" },
{ type: "text", text: "Modern Pub Cuisine" },
{ type: "text", text: "Private Event Space" },
{ type: "text", text: "Expert Culinary Team" },
]}
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Our Story"
title="A Welcoming Space for Everyone"
description="Located in the heart of the city, Paröle is dedicated to creating a space where locals and visitors alike can enjoy elevated pub fare in a sophisticated yet approachable environment."
subdescription="From casual after-work drinks to corporate events, our doors are open for your next unforgettable moment."
tag="Our Story / Notre Histoire"
title="A Welcoming Space for Everyone / Un espace accueillant pour tous"
description="Located in the heart of the city, Paröle is dedicated to creating a space where locals and visitors alike can enjoy elevated pub fare. / Situé en plein cœur de la ville, Paröle se consacre à créer un espace où locaux et visiteurs peuvent profiter d'une cuisine de pub raffinée."
subdescription="From casual after-work drinks to corporate events, our doors are open. / Des verres après le travail aux événements d'entreprise, nos portes vous sont ouvertes."
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=1"
mediaAnimation="blur-reveal"
@@ -94,15 +77,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "1", brand: "Starter", name: "Artisan Charcuterie", price: "$18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-delicious-best-snack-wine-brown-tray-right-side-ice-background_140725-140410.jpg" },
{ id: "2", brand: "Main", name: "Classic Paröle Burger", price: "$22", rating: 5, reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg" },
{ id: "3", brand: "Drink", name: "Craft Beer Flight", price: "$14", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/beer-glass-bar_23-2148111128.jpg" },
{ id: "4", brand: "Main", name: "Chef's Special Catch", price: "$28", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/focused-master-chef-wearing-uniform-cooking-delicious-beef-steak-kitchen-restaurant_613910-18983.jpg" },
{ id: "5", brand: "Dessert", name: "Molten Chocolate Cake", price: "$12", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-877.jpg" },
{ id: "6", brand: "Drink", name: "Signature Red Wine", price: "$16", rating: 4, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-chicken-breast-grilled-potatoes-plate-wine_181624-35168.jpg" },
{ id: "1", brand: "Starter / Entrée", name: "Artisan Charcuterie", price: "$18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-delicious-best-snack-wine-brown-tray-right-side-ice-background_140725-140410.jpg" },
{ id: "2", brand: "Main / Plat", name: "Classic Paröle Burger", price: "$22", rating: 5, reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg" },
]}
title="Menu Highlights"
description="Discover our signature dishes and curated drink selection."
title="Menu Highlights / Nos Incontournables"
description="Discover our signature dishes and curated drink selection. / Découvrez nos plats signatures et notre sélection de boissons."
/>
</div>
@@ -112,18 +91,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Events & Hosting", description: "Custom catering and space for corporate meetings and team building.", bentoComponent: "reveal-icon", icon: Award,
},
{
title: "Private Dining", description: "Intimate settings for your most important celebrations.", bentoComponent: "reveal-icon", icon: Shield,
},
{
title: "Expert Staff", description: "Professional service to ensure your visit is flawless.", bentoComponent: "reveal-icon", icon: Sparkles,
},
{ title: "Events / Événements", description: "Custom catering and space. / Traiteur sur mesure et espace dédié.", bentoComponent: "reveal-icon", icon: Award },
{ title: "Private Dining / Dîner Privé", description: "Intimate settings. / Cadre intime.", bentoComponent: "reveal-icon", icon: Shield },
]}
title="Why Choose Paröle"
description="Experience the best in pub dining and event hosting."
title="Why Choose Paröle / Pourquoi choisir Paröle"
description="Experience the best in pub dining. / Vivez le meilleur de la cuisine de pub."
/>
</div>
@@ -133,12 +105,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{ id: "1", value: "15k+", title: "Happy Guests", items: ["Diners served", "Great reviews"] },
{ id: "2", value: "500+", title: "Events Hosted", items: ["Corporate", "Private"] },
{ id: "3", value: "50+", title: "Craft Drinks", items: ["Curated selection", "Expertly mixed"] },
{ id: "1", value: "15k+", title: "Happy Guests / Clients Satisfaits", items: ["Diners served", "Great reviews"] },
]}
title="Our Impact"
description="The numbers behind our great moments."
title="Our Impact / Notre Impact"
description="The numbers behind our great moments. / Les chiffres derrière nos grands moments."
/>
</div>
@@ -149,12 +119,10 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
{ id: "1", name: "Alex Rivers", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361448.jpg" },
{ id: "2", name: "Jordan Smith", role: "Event Manager", imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg?_wi=2" },
{ id: "3", name: "Casey Morgan", role: "Lead Mixologist", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=2" },
{ id: "1", name: "Alex Rivers", role: "Head Chef / Chef de cuisine", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361448.jpg" },
]}
title="Meet the Team"
description="Our professionals are dedicated to your experience."
title="Meet the Team / Rencontrez l'équipe"
description="Our professionals are dedicated to your experience. / Nos professionnels se consacrent à votre expérience."
/>
</div>
@@ -163,14 +131,10 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={true}
testimonials={[
{ id: "1", title: "Great Experience", quote: "The food and drinks are top notch.", name: "Sarah Johnson", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg" },
{ id: "2", title: "Perfect for Events", quote: "We hosted our annual team meeting here and it was flawless.", name: "Michael Chen", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-having-drinks-party_23-2148037653.jpg" },
{ id: "3", title: "Best Date Spot", quote: "Cozy, elegant, and the staff is so friendly.", name: "Emily Rodriguez", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-bouquet-roses-from-her-boyfriend_23-2149161977.jpg" },
{ id: "4", title: "Highly Recommended", quote: "I come here weekly for the craft beer and food.", name: "David Kim", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/european-woman-using-mobile-phone-cafe_273443-679.jpg" },
{ id: "5", title: "Lovely Atmosphere", quote: "My go-to spot for relaxing evenings.", name: "Laura White", role: "Accountant", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-42688.jpg" },
{ id: "1", title: "Great Experience / Excellente expérience", quote: "The food and drinks are top notch. / La nourriture et les boissons sont de premier ordre.", name: "Sarah Johnson", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg" },
]}
title="What Our Guests Say"
description="Stories from our valued diners."
title="What Our Guests Say / Ce que disent nos clients"
description="Stories from our valued diners. / Histoires de nos précieux convives."
/>
</div>
@@ -179,12 +143,11 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Do I need a reservation?", content: "We recommend reservations, especially on weekends, but walk-ins are always welcome." },
{ id: "2", title: "Can I host a private event?", content: "Absolutely! Contact our events team for details on function spaces and catering." },
{ id: "3", title: "Are there vegetarian options?", content: "Yes, our menu features several vegetarian and gluten-free choices." },
{ id: "1", title: "Do I need a reservation? / Ai-je besoin d'une réservation ?", content: "We recommend reservations. / Nous recommandons de réserver." },
{ id: "2", title: "Can I host a private event? / Puis-je organiser un événement privé ?", content: "Absolutely! / Absolument !" },
]}
title="Frequently Asked Questions"
description="Everything you need to know about dining at Paröle."
title="Frequently Asked Questions / Questions Fréquentes"
description="Everything you need to know. / Tout ce que vous devez savoir."
faqsAnimation="slide-up"
/>
</div>
@@ -193,9 +156,9 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{ variant: "radial-gradient" }}
title="Book Your Experience"
description="Secure your table or inquire about events today."
tag="Contact Us"
title="Book Your Experience / Réservez votre expérience"
description="Secure your table today. / Réservez votre table dès aujourd'hui."
tag="Contact Us / Contactez-nous"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-teens-walking-together_23-2149241599.jpg"
mediaAnimation="slide-up"
/>
@@ -204,7 +167,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Paröle Pub & Food"
copyrightText="© 2025 Paröle Pub & Food. All rights reserved."
copyrightText="© 2025 Paröle Pub & Food. All rights reserved / Tous droits réservés."
/>
</div>
</ReactLenis>