355 lines
14 KiB
TypeScript
355 lines
14 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
import { Calendar, Sparkles } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="shift-hover"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="rounded"
|
|
contentWidth="mediumSmall"
|
|
sizing="mediumLargeSizeMediumTitles"
|
|
background="aurora"
|
|
cardStyle="outline"
|
|
primaryButtonStyle="flat"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="medium"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleApple
|
|
navItems={[
|
|
{
|
|
name: "Home",
|
|
id: "home",
|
|
},
|
|
{
|
|
name: "About",
|
|
id: "about",
|
|
},
|
|
{
|
|
name: "Menu",
|
|
id: "menu",
|
|
},
|
|
{
|
|
name: "Events",
|
|
id: "events",
|
|
},
|
|
{
|
|
name: "Testimonials",
|
|
id: "testimonials",
|
|
},
|
|
{
|
|
name: "Contact",
|
|
id: "contact",
|
|
},
|
|
]}
|
|
brandName="Duke & Devines"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroBillboardCarousel
|
|
background={{
|
|
variant: "downward-rays-animated",
|
|
}}
|
|
title="Where Great Food Meets Great Company"
|
|
description="An elevated Irish pub experience in the heart of Vaudreuil. Live music, unforgettable nights, and a place you'll always come back to."
|
|
buttons={[
|
|
{
|
|
text: "Reserve a Table",
|
|
href: "#contact",
|
|
},
|
|
]}
|
|
mediaItems={[
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-restaurant_23-2147680759.jpg",
|
|
imageAlt: "Warm and inviting interior of Duke & Devines Irish pub",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beer-bottles-with-food_23-2148306078.jpg",
|
|
imageAlt: "Delicious gourmet Irish dish served at the pub",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-country-musicians-indoors_23-2151169653.jpg",
|
|
imageAlt: "Live band performing in the lively atmosphere of Duke & Devines",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-bar-looking-cellphone_23-2147859544.jpg",
|
|
imageAlt: "Happy patrons socializing and enjoying drinks at the pub",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/hand-picking-up-rusty-nail-cocktail-glass_123827-37399.jpg",
|
|
imageAlt: "Perfectly poured pint of Guinness on the bar",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188446.jpg",
|
|
imageAlt: "Charming exterior of Duke & Devines Irish pub at night",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TestimonialAboutCard
|
|
useInvertedBackground={true}
|
|
animationType="slide-up"
|
|
tag="Our Story"
|
|
title="Experience Authentic Irish Hospitality"
|
|
description="More than just a pub, Duke & Devines is a vibrant community hub where every visit feels like coming home. Indulge in our carefully crafted menu, enjoy lively entertainment, and create lasting memories."
|
|
subdescription="We pride ourselves on exceptional service, a welcoming ambiance, and a commitment to quality that shines through every dish and drink."
|
|
icon={Sparkles}
|
|
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-closeup-bar-green-chairs-counter-closeup-selective-focus-bar-view-blur-focus-bar-decoration-idea-photo-interior_166373-2947.jpg"
|
|
mediaAnimation="slide-up"
|
|
imageAlt="Inviting interior of Duke & Devines pub"
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardTwentyOne
|
|
useInvertedBackground={false}
|
|
animationType="slide-up"
|
|
title="Live Music & Private Events"
|
|
description="From toe-tapping traditional Irish sessions to vibrant local bands, our stage is always alive. Looking for a unique venue? Host your next private event or corporate gathering in our versatile spaces, tailored to your every need."
|
|
accordionItems={[
|
|
{
|
|
id: "music-schedule",
|
|
title: "Live Music Schedule",
|
|
content: "Check our calendar for upcoming performances and special events. We feature a diverse lineup of local talent and traditional Irish musicians every week.",
|
|
},
|
|
{
|
|
id: "event-packages",
|
|
title: "Private Event Packages",
|
|
content: "Explore our customizable packages for gatherings of all sizes, from intimate celebrations to large corporate functions. We offer full catering, beverage services, and dedicated staff to ensure a seamless experience.",
|
|
},
|
|
{
|
|
id: "book-celebration",
|
|
title: "Book Your Celebration",
|
|
content: "Contact our event specialists to plan an unforgettable experience at Duke & Devines. Our team will work with you to perfect every detail, making your event truly special.",
|
|
},
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14626.jpg"
|
|
mediaAnimation="slide-up"
|
|
mediaPosition="right"
|
|
imageAlt="Live music performance at Duke & Devines pub"
|
|
/>
|
|
</div>
|
|
|
|
<div id="menu" data-section="menu">
|
|
<ProductCardTwo
|
|
textboxLayout="default"
|
|
gridVariant="three-columns-all-equal-width"
|
|
useInvertedBackground={true}
|
|
products={[
|
|
{
|
|
id: "irish-stew",
|
|
brand: "Traditional",
|
|
name: "Hearty Irish Stew",
|
|
price: "$22",
|
|
rating: 5,
|
|
reviewCount: "120",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/grilled-aubergine-salad-modern-glass-bowl_140725-248.jpg",
|
|
imageAlt: "A bowl of rich, hearty Irish Stew",
|
|
},
|
|
{
|
|
id: "fish-chips",
|
|
brand: "Classic",
|
|
name: "Crispy Fish & Chips",
|
|
price: "$20",
|
|
rating: 5,
|
|
reviewCount: "150",
|
|
imageSrc: "http://img.b2bpic.net/free-vector/black-cocktail-poster_23-2147647576.jpg",
|
|
imageAlt: "Crispy golden fish and chips with tartar sauce",
|
|
},
|
|
{
|
|
id: "shepherds-pie",
|
|
brand: "Comfort",
|
|
name: "Homestyle Shepherd's Pie",
|
|
price: "$21",
|
|
rating: 5,
|
|
reviewCount: "95",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-from-around-world_23-2151596599.jpg",
|
|
imageAlt: "Baked Shepherd's Pie with mashed potato topping",
|
|
},
|
|
]}
|
|
title="Our Signature Dishes"
|
|
description="Savor the rich flavors of Ireland and beyond with our elevated comfort food. Each dish is prepared with fresh, quality ingredients and a touch of culinary artistry."
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardTen
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{
|
|
id: "1",
|
|
title: "A True Gem!",
|
|
quote: "An absolute gem! The food is incredible, and the atmosphere is always buzzing. My go-to spot for a great night out with friends.",
|
|
name: "Sarah Johnson",
|
|
role: "Local Diner",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-drinks_23-2147874417.jpg",
|
|
},
|
|
{
|
|
id: "2",
|
|
title: "Flawless Event Planning",
|
|
quote: "We hosted our company Christmas party here, and everything was flawless. The staff were amazing, and the food was a huge hit!",
|
|
name: "Michael Chen",
|
|
role: "Event Planner, InnovateCorp",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg",
|
|
},
|
|
{
|
|
id: "3",
|
|
title: "Best Pint Outside Ireland",
|
|
quote: "Best pint of Guinness outside of Ireland, paired with fantastic live music. Duke & Devines is a true community treasure.",
|
|
name: "Emily Rodriguez",
|
|
role: "Regular Patron",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149250086.jpg",
|
|
},
|
|
{
|
|
id: "4",
|
|
title: "Culinary Masterpiece",
|
|
quote: "Every dish is a masterpiece, and the service makes you feel like family. Can't recommend Duke & Devines enough for any occasion!",
|
|
name: "David Kim",
|
|
role: "Food Enthusiast",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-joyfully-female-with-fair-hair-pointing-her-index-fingers-showing-copy-space_176420-15048.jpg",
|
|
},
|
|
{
|
|
id: "5",
|
|
title: "Perfect Ambiance",
|
|
quote: "Perfect for a cozy dinner or a lively evening with friends. The menu offers something for everyone, and the quality is consistent.",
|
|
name: "Jessica Lee",
|
|
role: "Social Group Organizer",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2516.jpg",
|
|
},
|
|
]}
|
|
title="What Our Guests Say"
|
|
description="Hear from our cherished patrons who've experienced the warmth, flavor, and fun that define Duke & Devines."
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqDouble
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
faqs={[
|
|
{
|
|
id: "faq-1",
|
|
title: "How do I make a reservation?",
|
|
content: "You can easily reserve a table through our website's booking system by clicking 'Reserve a Table' or by calling us directly during opening hours. For larger groups, we recommend booking in advance.",
|
|
},
|
|
{
|
|
id: "faq-2",
|
|
title: "Do you accommodate large groups for dining?",
|
|
content: "Yes, we welcome large groups! For parties of 8 or more, we recommend booking in advance to ensure the best experience and to discuss any special requirements you might have.",
|
|
},
|
|
{
|
|
id: "faq-3",
|
|
title: "Can I view your full menu online?",
|
|
content: "Our full menu, featuring our distinctive cuisine, seasonal specials, and drinks list, is available on the 'Menu' section of our website. We update it regularly with new offerings!",
|
|
},
|
|
{
|
|
id: "faq-4",
|
|
title: "What kind of live entertainment do you offer?",
|
|
content: "We feature a diverse lineup of live music, from traditional Irish folk sessions to local bands and guest performers. Check our 'Events' section for the latest schedule and upcoming acts.",
|
|
},
|
|
]}
|
|
title="Frequently Asked Questions"
|
|
description="Find quick answers to your questions about reservations, private events, and what makes Duke & Devines a truly special place."
|
|
faqsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactFaq
|
|
useInvertedBackground={false}
|
|
faqs={[
|
|
{
|
|
id: "contact-faq-1",
|
|
title: "What are your opening hours?",
|
|
content: "We are open Monday to Friday from 4 PM to 11 PM, and Saturday to Sunday from 12 PM to 12 AM.",
|
|
},
|
|
{
|
|
id: "contact-faq-2",
|
|
title: "Where are you located?",
|
|
content: "Find us at 123 Main Street, Vaudreuil-Dorion, QC J7V 0A1, in the heart of Vaudreuil.",
|
|
},
|
|
]}
|
|
ctaTitle="Plan Your Visit"
|
|
ctaDescription="Whether it's a casual dinner, a special celebration, or a corporate event, we're ready to make your experience unforgettable. Reach out to us today!"
|
|
ctaButton={{
|
|
text: "Book Now",
|
|
href: "tel:+1234567890",
|
|
}}
|
|
ctaIcon={Calendar}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterLogoEmphasis
|
|
columns={[
|
|
{
|
|
items: [
|
|
{
|
|
label: "Home",
|
|
href: "/",
|
|
},
|
|
{
|
|
label: "Menu",
|
|
href: "#menu",
|
|
},
|
|
{
|
|
label: "Events",
|
|
href: "#features",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
items: [
|
|
{
|
|
label: "About Us",
|
|
href: "#about",
|
|
},
|
|
{
|
|
label: "Contact",
|
|
href: "#contact",
|
|
},
|
|
{
|
|
label: "FAQs",
|
|
href: "#faq",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
items: [
|
|
{
|
|
label: "Privacy Policy",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "Terms of Service",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
logoText="Duke & Devines"
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|