Merge version_1 into main #1
239
src/app/page.tsx
239
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menus",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menus", id: "menu"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
},
|
||||
name: "Events", id: "events"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "book",
|
||||
},
|
||||
name: "Visit Us", id: "book"},
|
||||
]}
|
||||
brandName="The Vine Inn"
|
||||
/>
|
||||
@@ -60,106 +50,61 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="The Vine Inn"
|
||||
description="Where friends become family. A welcoming haven of fine drinks, exceptional company, and unforgettable evenings."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Kathy Merry",
|
||||
handle: "@kathy",
|
||||
testimonial: "Surprised to see how nice it is inside... Very friendly, spacious and clean.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-tattooed-caucasian-black-indian-men-drinking-craft-beer-microbrewery_613910-3440.jpg",
|
||||
},
|
||||
name: "Kathy Merry", handle: "@kathy", testimonial: "Surprised to see how nice it is inside... Very friendly, spacious and clean.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-tattooed-caucasian-black-indian-men-drinking-craft-beer-microbrewery_613910-3440.jpg"},
|
||||
{
|
||||
name: "Neil Sephton",
|
||||
handle: "@neil",
|
||||
testimonial: "Friendly pub with entertainment Thursday till Sunday, good bar staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-drinking-beer-summer-terrace-cafe_496169-2808.jpg",
|
||||
},
|
||||
name: "Neil Sephton", handle: "@neil", testimonial: "Friendly pub with entertainment Thursday till Sunday, good bar staff.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-drinking-beer-summer-terrace-cafe_496169-2808.jpg"},
|
||||
{
|
||||
name: "John Smith",
|
||||
handle: "@johns",
|
||||
testimonial: "A truly classic experience with great drinks and service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-looking-photographer_23-2148339179.jpg",
|
||||
},
|
||||
name: "John Smith", handle: "@johns", testimonial: "A truly classic experience with great drinks and service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-looking-photographer_23-2148339179.jpg"},
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah",
|
||||
testimonial: "Absolutely love the vibe here, feels like home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-tea_23-2151783036.jpg",
|
||||
},
|
||||
name: "Sarah Miller", handle: "@sarah", testimonial: "Absolutely love the vibe here, feels like home.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-tea_23-2151783036.jpg"},
|
||||
{
|
||||
name: "David Clark",
|
||||
handle: "@dave",
|
||||
testimonial: "The best spot in town for an evening out.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-day-spent-with-friends-pub_329181-18384.jpg",
|
||||
},
|
||||
name: "David Clark", handle: "@dave", testimonial: "The best spot in town for an evening out.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-day-spent-with-friends-pub_329181-18384.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#book",
|
||||
},
|
||||
text: "Reserve Your Table", href: "#book"},
|
||||
{
|
||||
text: "See What's On",
|
||||
href: "#events",
|
||||
},
|
||||
text: "See What's On", href: "#events"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-42535.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-enjoying-together-while-drinking-glass-beer-bar-friends-concept_58466-16172.jpg",
|
||||
alt: "Guest avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-enjoying-together-while-drinking-glass-beer-bar-friends-concept_58466-16172.jpg", alt: "Guest avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-friends-enjoying-drink-pub_23-2147861902.jpg",
|
||||
alt: "Guest avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-friends-enjoying-drink-pub_23-2147861902.jpg", alt: "Guest avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-people-together_23-2149152894.jpg",
|
||||
alt: "Guest avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-people-together_23-2149152894.jpg", alt: "Guest avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-shopping-convenience-store_482257-76152.jpg",
|
||||
alt: "Guest avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-shopping-convenience-store_482257-76152.jpg", alt: "Guest avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/excited-football-fans-watching-american-football-pub_329181-18330.jpg",
|
||||
alt: "Guest avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/excited-football-fans-watching-american-football-pub_329181-18330.jpg", alt: "Guest avatar 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Live Music",
|
||||
icon: Music,
|
||||
type: "text-icon", text: "Live Music", icon: Music,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Craft Ales",
|
||||
icon: Wine,
|
||||
type: "text-icon", text: "Craft Ales", icon: Wine,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sunday Roasts",
|
||||
icon: Utensils,
|
||||
type: "text-icon", text: "Sunday Roasts", icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quiz Nights",
|
||||
icon: HelpCircle,
|
||||
type: "text-icon", text: "Quiz Nights", icon: HelpCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Outdoor Space",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Outdoor Space", icon: Leaf,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -172,17 +117,11 @@ export default function LandingPage() {
|
||||
description="Step inside The Vine Inn and discover a beautifully restored space that feels both timeless and inviting. Warm lighting, plush seating, and a welcoming atmosphere await you."
|
||||
metrics={[
|
||||
{
|
||||
value: "180+",
|
||||
title: "Happy Guests",
|
||||
},
|
||||
value: "180+", title: "Happy Guests"},
|
||||
{
|
||||
value: "4.6/5",
|
||||
title: "Rating",
|
||||
},
|
||||
value: "4.6/5", title: "Rating"},
|
||||
{
|
||||
value: "4",
|
||||
title: "Days Entertainment",
|
||||
},
|
||||
value: "4", title: "Days Entertainment"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -198,20 +137,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Signature Drinks",
|
||||
description: "Vineyard Negroni, Smoky Old Fashioned, Seasonal Gin & Tonic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant_23-2148015001.jpg",
|
||||
},
|
||||
title: "Signature Drinks", description: "Vineyard Negroni, Smoky Old Fashioned, Seasonal Gin & Tonic", imageSrc: "http://img.b2bpic.net/free-photo/restaurant_23-2148015001.jpg"},
|
||||
{
|
||||
title: "Beers & Ales",
|
||||
description: "Local IPA on Tap, Classic Guinness, Craft Lager Selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bus-station-night-city_23-2149001262.jpg",
|
||||
},
|
||||
title: "Beers & Ales", description: "Local IPA on Tap, Classic Guinness, Craft Lager Selection", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bus-station-night-city_23-2149001262.jpg"},
|
||||
{
|
||||
title: "Pub Classics",
|
||||
description: "Steak & Ale Pie, Fish & Chips, Ploughman's Board",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg",
|
||||
},
|
||||
title: "Pub Classics", description: "Steak & Ale Pie, Fish & Chips, Ploughman's Board", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"},
|
||||
]}
|
||||
title="Our Offerings"
|
||||
description="Crafted cocktails, local ales & hearty favourites"
|
||||
@@ -226,47 +156,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Quiz Night",
|
||||
price: "Thursday",
|
||||
variant: "Join the fun and test your knowledge.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg",
|
||||
},
|
||||
id: "1", name: "Quiz Night", price: "Thursday", variant: "Join the fun and test your knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Live Music",
|
||||
price: "Friday",
|
||||
variant: "Sing your heart out with local bands.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-boy-with-book-near-vintage-counter-cafe_23-2147860813.jpg",
|
||||
},
|
||||
id: "2", name: "Live Music", price: "Friday", variant: "Sing your heart out with local bands.", imageSrc: "http://img.b2bpic.net/free-photo/teen-boy-with-book-near-vintage-counter-cafe_23-2147860813.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Karaoke Night",
|
||||
price: "Saturday",
|
||||
variant: "Great energy and community spirit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-golden-skull-with-citrus-cocktail_23-2150835861.jpg",
|
||||
},
|
||||
id: "3", name: "Karaoke Night", price: "Saturday", variant: "Great energy and community spirit.", imageSrc: "http://img.b2bpic.net/free-photo/view-golden-skull-with-citrus-cocktail_23-2150835861.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Roast & Relax",
|
||||
price: "Sunday",
|
||||
variant: "Traditional Sunday roast with friends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bicycle-city-health-leisure-town-urban-vehicle_53876-23383.jpg",
|
||||
},
|
||||
id: "4", name: "Roast & Relax", price: "Sunday", variant: "Traditional Sunday roast with friends.", imageSrc: "http://img.b2bpic.net/free-photo/bicycle-city-health-leisure-town-urban-vehicle_53876-23383.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Open Mic",
|
||||
price: "Wednesday",
|
||||
variant: "Showcase your local talent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-comfortable-loft-style-chair-with-armrests_181624-25992.jpg",
|
||||
},
|
||||
id: "5", name: "Open Mic", price: "Wednesday", variant: "Showcase your local talent.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-comfortable-loft-style-chair-with-armrests_181624-25992.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Pub Events",
|
||||
price: "Weekly",
|
||||
variant: "Always something exciting happening.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/peaceful-empty-library-featuring-wooden-shelves-vintage-green-lamps_482257-125711.jpg",
|
||||
},
|
||||
id: "6", name: "Pub Events", price: "Weekly", variant: "Always something exciting happening.", imageSrc: "http://img.b2bpic.net/free-photo/peaceful-empty-library-featuring-wooden-shelves-vintage-green-lamps_482257-125711.jpg"},
|
||||
]}
|
||||
title="Live Entertainment"
|
||||
description="Join the fun throughout the week at The Vine Inn."
|
||||
@@ -275,44 +175,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Kathy Merry",
|
||||
role: "Regular Guest",
|
||||
testimonial: "Surprised to see how nice it is inside... Very friendly, spacious and clean.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
id: "1", name: "Kathy Merry", role: "Regular Guest", testimonial: "Surprised to see how nice it is inside... Very friendly, spacious and clean.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Neil Sephton",
|
||||
role: "Pub Regular",
|
||||
testimonial: "Friendly pub with entertainment Thursday till Sunday, good bar staff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149213366.jpg",
|
||||
},
|
||||
id: "2", name: "Neil Sephton", role: "Pub Regular", testimonial: "Friendly pub with entertainment Thursday till Sunday, good bar staff.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149213366.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "John Smith",
|
||||
role: "Local",
|
||||
testimonial: "A classic pub vibe that never disappoints.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-clinking-glasses-with-friend-bar_171337-19350.jpg",
|
||||
},
|
||||
id: "3", name: "John Smith", role: "Local", testimonial: "A classic pub vibe that never disappoints.", imageSrc: "http://img.b2bpic.net/free-photo/man-clinking-glasses-with-friend-bar_171337-19350.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Miller",
|
||||
role: "Guest",
|
||||
testimonial: "Great atmosphere and lovely staff, highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-gesturing-while-drinking-alcohol-bar_23-2147861929.jpg",
|
||||
},
|
||||
id: "4", name: "Sarah Miller", role: "Guest", testimonial: "Great atmosphere and lovely staff, highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-gesturing-while-drinking-alcohol-bar_23-2147861929.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Clark",
|
||||
role: "Regular",
|
||||
testimonial: "Just a great place for a casual drink.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg",
|
||||
},
|
||||
id: "5", name: "David Clark", role: "Regular", testimonial: "Just a great place for a casual drink.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our wonderful community."
|
||||
@@ -324,14 +200,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Atmosphere",
|
||||
"Bar Counter",
|
||||
"Garden Area",
|
||||
"Plush Seating",
|
||||
"Live Stage",
|
||||
"Main Hall",
|
||||
"Private Corner",
|
||||
]}
|
||||
"Atmosphere", "Bar Counter", "Garden Area", "Plush Seating", "Live Stage", "Main Hall", "Private Corner"]}
|
||||
title="Step Inside"
|
||||
description="Visuals of our cozy space."
|
||||
/>
|
||||
@@ -344,22 +213,14 @@ export default function LandingPage() {
|
||||
description="Tables fill up fast — especially on karaoke & live music nights."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Booking Details",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Booking Details", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/breakfast-friends_1098-14058.jpg"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user