Merge version_1 into main #2
313
src/app/page.tsx
313
src/app/page.tsx
@@ -32,35 +32,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
name: "Home", id: "home"
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
href: "/about-us",
|
||||
name: "About Us", id: "about-us"
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
href: "/menu",
|
||||
name: "Menu", id: "menu"
|
||||
},
|
||||
{
|
||||
name: "Entertainment",
|
||||
id: "entertainment",
|
||||
href: "/entertainment",
|
||||
name: "Entertainment", id: "entertainment"
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
href: "/reviews",
|
||||
name: "Reviews", id: "reviews"
|
||||
},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "visit-us",
|
||||
href: "/visit-us",
|
||||
},
|
||||
name: "Visit Us", id: "visit-us"
|
||||
}
|
||||
]}
|
||||
brandName="Drinking Bar Restaurant"
|
||||
bottomLeftText="150 California Blvd, Davenport, FL 33897"
|
||||
@@ -74,17 +62,14 @@ export default function LandingPage() {
|
||||
description="Great food, great drinks, great vibes — every day. Discover why we're a local favorite."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
text: "View Menu", href: "/menu"
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "/visit-us",
|
||||
text: "Visit Us", href: "/visit-us"
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+18634277669",
|
||||
},
|
||||
text: "Call Now", href: "tel:+18634277669"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bartender-working-club_23-2150497645.jpg"
|
||||
imageAlt="Vibrant Latin bar interior with food and drinks"
|
||||
@@ -101,39 +86,24 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Dine In",
|
||||
description: "Enjoy our vibrant atmosphere and exceptional service when you dine in with us.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg?_wi=1",
|
||||
imageAlt: "Restaurant interior with dining tables",
|
||||
title: "Dine In", description: "Enjoy our vibrant atmosphere and exceptional service when you dine in with us.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg?_wi=1", imageAlt: "Restaurant interior with dining tables"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Takeout",
|
||||
description: "Indulge in our authentic Latin flavors from the comfort of your home with our convenient takeout option.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-sandwiches-paper-bag_23-2148465126.jpg?_wi=1",
|
||||
imageAlt: "Takeout food packaging",
|
||||
title: "Takeout", description: "Indulge in our authentic Latin flavors from the comfort of your home with our convenient takeout option.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-sandwiches-paper-bag_23-2148465126.jpg?_wi=1", imageAlt: "Takeout food packaging"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Full Bar",
|
||||
description: "Explore our extensive selection of handcrafted cocktails, beers, and spirits at our fully stocked bar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bartender-making-drinking-cocktails-counter_1303-19950.jpg?_wi=1",
|
||||
imageAlt: "Bar counter with various drinks",
|
||||
title: "Full Bar", description: "Explore our extensive selection of handcrafted cocktails, beers, and spirits at our fully stocked bar.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bartender-making-drinking-cocktails-counter_1303-19950.jpg?_wi=1", imageAlt: "Bar counter with various drinks"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Karaoke Nights",
|
||||
description: "Unleash your inner star every Monday and Thursday during our popular karaoke nights!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-fun-open-mic_23-2149501527.jpg?_wi=1",
|
||||
imageAlt: "People singing karaoke",
|
||||
title: "Karaoke Nights", description: "Unleash your inner star every Monday and Thursday during our popular karaoke nights!", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-fun-open-mic_23-2149501527.jpg?_wi=1", imageAlt: "People singing karaoke"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Live Entertainment",
|
||||
description: "Immerse yourself in the rhythm of live music and captivating performances throughout the week.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jazz-band-stage_23-2147624299.jpg?_wi=1",
|
||||
imageAlt: "Live band performing",
|
||||
},
|
||||
title: "Live Entertainment", description: "Immerse yourself in the rhythm of live music and captivating performances throughout the week.", imageSrc: "http://img.b2bpic.net/free-photo/jazz-band-stage_23-2147624299.jpg?_wi=1", imageAlt: "Live band performing"
|
||||
}
|
||||
]}
|
||||
title="Experience The Best Of Latin Vibes"
|
||||
description="Discover why Drinking Bar Restaurant is a local favorite for delicious food, lively entertainment, and a welcoming atmosphere."
|
||||
@@ -148,26 +118,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Tacos al Pastor",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-tasty-taco_23-2148629337.jpg?_wi=1",
|
||||
imageAlt: "Three tacos al pastor with pineapple",
|
||||
id: "p1", name: "Tacos al Pastor", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-tasty-taco_23-2148629337.jpg?_wi=1", imageAlt: "Three tacos al pastor with pineapple"
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Classic Mojito",
|
||||
price: "$9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-mojito-cocktail-with-lime-mint_123827-36237.jpg?_wi=1",
|
||||
imageAlt: "Refreshing mojito cocktail",
|
||||
id: "p2", name: "Classic Mojito", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/classic-mojito-cocktail-with-lime-mint_123827-36237.jpg?_wi=1", imageAlt: "Refreshing mojito cocktail"
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Beef Empanadas",
|
||||
price: "$7.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/samsa-samosas-with-chicken-fillet_658428-85.jpg?_wi=1",
|
||||
imageAlt: "Two golden fried beef empanadas",
|
||||
},
|
||||
id: "p3", name: "Beef Empanadas", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/samsa-samosas-with-chicken-fillet_658428-85.jpg?_wi=1", imageAlt: "Two golden fried beef empanadas"
|
||||
}
|
||||
]}
|
||||
title="Signature Flavors Await"
|
||||
description="A glimpse into our delicious Latin-inspired cuisine and handcrafted cocktails that keep guests coming back for more."
|
||||
@@ -180,45 +138,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sophia Garcia",
|
||||
date: "August 2024",
|
||||
title: "Wonderful Atmosphere!",
|
||||
quote: "The atmosphere is wonderful—perfect for relaxing and enjoying the vibe. The music is always great!",
|
||||
tag: "Experience",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg",
|
||||
avatarAlt: "Sophia Garcia avatar",
|
||||
id: "t1", name: "Sophia Garcia", date: "August 2024", title: "Wonderful Atmosphere!", quote: "The atmosphere is wonderful—perfect for relaxing and enjoying the vibe. The music is always great!", tag: "Experience", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", avatarAlt: "Sophia Garcia avatar"
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marco Ramirez",
|
||||
date: "July 2024",
|
||||
title: "Friendly & Fun Staff!",
|
||||
quote: "The staff is very welcoming and our group has so much fun every time we come! Truly a gem.",
|
||||
tag: "Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg",
|
||||
avatarAlt: "Marco Ramirez avatar",
|
||||
id: "t2", name: "Marco Ramirez", date: "July 2024", title: "Friendly & Fun Staff!", quote: "The staff is very welcoming and our group has so much fun every time we come! Truly a gem.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", avatarAlt: "Marco Ramirez avatar"
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Isabella Chen",
|
||||
date: "August 2024",
|
||||
title: "Delicious Food & Drinks",
|
||||
quote: "The food is consistently delicious, and their handcrafted cocktails are a must-try. Five stars!",
|
||||
tag: "Food & Drinks",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg",
|
||||
avatarAlt: "Isabella Chen avatar",
|
||||
id: "t3", name: "Isabella Chen", date: "August 2024", title: "Delicious Food & Drinks", quote: "The food is consistently delicious, and their handcrafted cocktails are a must-try. Five stars!", tag: "Food & Drinks", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", avatarAlt: "Isabella Chen avatar"
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Juan Perez",
|
||||
date: "June 2024",
|
||||
title: "My Go-To Spot!",
|
||||
quote: "This is my go-to spot for a fun night out with friends. Karaoke is a blast!",
|
||||
tag: "Nightlife",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135824.jpg",
|
||||
avatarAlt: "Juan Perez avatar",
|
||||
},
|
||||
id: "t4", name: "Juan Perez", date: "June 2024", title: "My Go-To Spot!", quote: "This is my go-to spot for a fun night out with friends. Karaoke is a blast!", tag: "Nightlife", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135824.jpg", avatarAlt: "Juan Perez avatar"
|
||||
}
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join the many who've discovered their new favorite spot for authentic Latin vibes and delicious experiences."
|
||||
@@ -230,13 +160,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"4.4 Star Rating (28+ Reviews)",
|
||||
"Local Favorite",
|
||||
"Community Choice",
|
||||
"Top Reviewed",
|
||||
"Must Visit Spot",
|
||||
"Vibrant Atmosphere",
|
||||
"Excellent Service",
|
||||
"4.4 Star Rating (28+ Reviews)", "Local Favorite", "Community Choice", "Top Reviewed", "Must Visit Spot", "Vibrant Atmosphere", "Excellent Service"
|
||||
]}
|
||||
title="Highly Rated by Our Community"
|
||||
description="Proud to be a local favorite, delivering memorable experiences to every guest."
|
||||
@@ -253,17 +177,16 @@ export default function LandingPage() {
|
||||
description="Drinking Bar Restaurant was founded on a simple passion: to bring the vibrant tastes and lively spirit of Latin culture to Davenport. We're more than just a restaurant; we're a gathering place where families, friends, and neighbors can come together to enjoy authentic food, handcrafted drinks, and unforgettable entertainment. Our friendly staff is dedicated to making every visit a welcoming and fun experience."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Wonderful Atmosphere",
|
||||
description: "“The atmosphere is wonderful—perfect for relaxing and enjoying the vibe.” We design our space to transport you to a lively Latin fiesta.",
|
||||
title: "Wonderful Atmosphere", description: "“The atmosphere is wonderful—perfect for relaxing and enjoying the vibe.” We design our space to transport you to a lively Latin fiesta."
|
||||
},
|
||||
{
|
||||
title: "Welcoming Staff",
|
||||
description: "“The staff is very welcoming and our group has so much fun every time we come!” We believe in hospitality that feels like family.",
|
||||
},
|
||||
title: "Welcoming Staff", description: "“The staff is very welcoming and our group has so much fun every time we come!” We believe in hospitality that feels like family."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-exotic-cocktail-embossed-glass-wooden-stand-green-wall_140725-12805.jpg"
|
||||
imageAlt="Cozy Latin restaurant interior with warm lighting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -274,26 +197,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "member-1",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-cool-wearing-chef-uniform-crossing-hands-with-white-wall-isolated-yellow-wall-with-copy-space_141793-36429.jpg",
|
||||
imageAlt: "Portrait of Maria Rodriguez, Head Chef",
|
||||
id: "member-1", name: "Maria Rodriguez", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-cool-wearing-chef-uniform-crossing-hands-with-white-wall-isolated-yellow-wall-with-copy-space_141793-36429.jpg", imageAlt: "Portrait of Maria Rodriguez, Head Chef"
|
||||
},
|
||||
{
|
||||
id: "member-2",
|
||||
name: "Carlos Sanchez",
|
||||
role: "Bar Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2151285792.jpg",
|
||||
imageAlt: "Portrait of Carlos Sanchez, Bar Manager",
|
||||
id: "member-2", name: "Carlos Sanchez", role: "Bar Manager", imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2151285792.jpg", imageAlt: "Portrait of Carlos Sanchez, Bar Manager"
|
||||
},
|
||||
{
|
||||
id: "member-3",
|
||||
name: "Sofia Gomez",
|
||||
role: "General Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1633.jpg",
|
||||
imageAlt: "Portrait of Sofia Gomez, General Manager",
|
||||
},
|
||||
id: "member-3", name: "Sofia Gomez", role: "General Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1633.jpg", imageAlt: "Portrait of Sofia Gomez, General Manager"
|
||||
}
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Our friendly staff are the heart and soul of Drinking Bar Restaurant, committed to providing you with an exceptional experience every time you visit."
|
||||
@@ -308,26 +219,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Tacos al Pastor",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-tasty-taco_23-2148629337.jpg?_wi=2",
|
||||
imageAlt: "Three tacos al pastor with pineapple",
|
||||
id: "p1", name: "Tacos al Pastor", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-tasty-taco_23-2148629337.jpg?_wi=2", imageAlt: "Three tacos al pastor with pineapple"
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Classic Mojito",
|
||||
price: "$9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-mojito-cocktail-with-lime-mint_123827-36237.jpg?_wi=2",
|
||||
imageAlt: "Refreshing mojito cocktail",
|
||||
id: "p2", name: "Classic Mojito", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/classic-mojito-cocktail-with-lime-mint_123827-36237.jpg?_wi=2", imageAlt: "Refreshing mojito cocktail"
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Beef Empanadas",
|
||||
price: "$7.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/samsa-samosas-with-chicken-fillet_658428-85.jpg?_wi=2",
|
||||
imageAlt: "Two golden fried beef empanadas",
|
||||
},
|
||||
id: "p3", name: "Beef Empanadas", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/samsa-samosas-with-chicken-fillet_658428-85.jpg?_wi=2", imageAlt: "Two golden fried beef empanadas"
|
||||
}
|
||||
]}
|
||||
title="Signature Flavors Await"
|
||||
description="A glimpse into our delicious Latin-inspired cuisine and handcrafted cocktails that keep guests coming back for more."
|
||||
@@ -341,39 +240,24 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Dine In",
|
||||
description: "Enjoy our vibrant atmosphere and exceptional service when you dine in with us.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg?_wi=2",
|
||||
imageAlt: "Restaurant interior with dining tables",
|
||||
title: "Dine In", description: "Enjoy our vibrant atmosphere and exceptional service when you dine in with us.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-dancing-with-woman-restaurant_23-2148016796.jpg?_wi=2", imageAlt: "Restaurant interior with dining tables"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Takeout",
|
||||
description: "Indulge in our authentic Latin flavors from the comfort of your home with our convenient takeout option.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-sandwiches-paper-bag_23-2148465126.jpg?_wi=2",
|
||||
imageAlt: "Takeout food packaging",
|
||||
title: "Takeout", description: "Indulge in our authentic Latin flavors from the comfort of your home with our convenient takeout option.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-sandwiches-paper-bag_23-2148465126.jpg?_wi=2", imageAlt: "Takeout food packaging"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Full Bar",
|
||||
description: "Explore our extensive selection of handcrafted cocktails, beers, and spirits at our fully stocked bar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bartender-making-drinking-cocktails-counter_1303-19950.jpg?_wi=2",
|
||||
imageAlt: "Bar counter with various drinks",
|
||||
title: "Full Bar", description: "Explore our extensive selection of handcrafted cocktails, beers, and spirits at our fully stocked bar.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bartender-making-drinking-cocktails-counter_1303-19950.jpg?_wi=2", imageAlt: "Bar counter with various drinks"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Karaoke Nights",
|
||||
description: "Unleash your inner star every Monday and Thursday during our popular karaoke nights!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-fun-open-mic_23-2149501527.jpg?_wi=2",
|
||||
imageAlt: "People singing karaoke",
|
||||
title: "Karaoke Nights", description: "Unleash your inner star every Monday and Thursday during our popular karaoke nights!", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-fun-open-mic_23-2149501527.jpg?_wi=2", imageAlt: "People singing karaoke"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Live Entertainment",
|
||||
description: "Immerse yourself in the rhythm of live music and captivating performances throughout the week.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jazz-band-stage_23-2147624299.jpg?_wi=2",
|
||||
imageAlt: "Live band performing",
|
||||
},
|
||||
title: "Live Entertainment", description: "Immerse yourself in the rhythm of live music and captivating performances throughout the week.", imageSrc: "http://img.b2bpic.net/free-photo/jazz-band-stage_23-2147624299.jpg?_wi=2", imageAlt: "Live band performing"
|
||||
}
|
||||
]}
|
||||
title="Experience The Best Of Latin Vibes"
|
||||
description="Discover why Drinking Bar Restaurant is a local favorite for delicious food, lively entertainment, and a welcoming atmosphere."
|
||||
@@ -386,45 +270,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sophia Garcia",
|
||||
date: "August 2024",
|
||||
title: "Wonderful Atmosphere!",
|
||||
quote: "The atmosphere is wonderful—perfect for relaxing and enjoying the vibe. The music is always great!",
|
||||
tag: "Experience",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg",
|
||||
avatarAlt: "Sophia Garcia avatar",
|
||||
id: "t1", name: "Sophia Garcia", date: "August 2024", title: "Wonderful Atmosphere!", quote: "The atmosphere is wonderful—perfect for relaxing and enjoying the vibe. The music is always great!", tag: "Experience", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", avatarAlt: "Sophia Garcia avatar"
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marco Ramirez",
|
||||
date: "July 2024",
|
||||
title: "Friendly & Fun Staff!",
|
||||
quote: "The staff is very welcoming and our group has so much fun every time we come! Truly a gem.",
|
||||
tag: "Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg",
|
||||
avatarAlt: "Marco Ramirez avatar",
|
||||
id: "t2", name: "Marco Ramirez", date: "July 2024", title: "Friendly & Fun Staff!", quote: "The staff is very welcoming and our group has so much fun every time we come! Truly a gem.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", avatarAlt: "Marco Ramirez avatar"
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Isabella Chen",
|
||||
date: "August 2024",
|
||||
title: "Delicious Food & Drinks",
|
||||
quote: "The food is consistently delicious, and their handcrafted cocktails are a must-try. Five stars!",
|
||||
tag: "Food & Drinks",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg",
|
||||
avatarAlt: "Isabella Chen avatar",
|
||||
id: "t3", name: "Isabella Chen", date: "August 2024", title: "Delicious Food & Drinks", quote: "The food is consistently delicious, and their handcrafted cocktails are a must-try. Five stars!", tag: "Food & Drinks", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", avatarAlt: "Isabella Chen avatar"
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Juan Perez",
|
||||
date: "June 2024",
|
||||
title: "My Go-To Spot!",
|
||||
quote: "This is my go-to spot for a fun night out with friends. Karaoke is a blast!",
|
||||
tag: "Nightlife",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135824.jpg",
|
||||
avatarAlt: "Juan Perez avatar",
|
||||
},
|
||||
id: "t4", name: "Juan Perez", date: "June 2024", title: "My Go-To Spot!", quote: "This is my go-to spot for a fun night out with friends. Karaoke is a blast!", tag: "Nightlife", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135824.jpg", avatarAlt: "Juan Perez avatar"
|
||||
}
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join the many who've discovered their new favorite spot for authentic Latin vibes and delicious experiences."
|
||||
@@ -438,28 +294,18 @@ export default function LandingPage() {
|
||||
description="We can't wait to welcome you! Find us at 150 California Blvd, Davenport, FL 33897. We open daily at 12 PM. For reservations or inquiries, give us a call at (863) 427-7669 or send us a message below. \n\n[Get Directions](https://www.google.com/maps/dir/?api=1&destination=150+California+Blvd,+Davenport,+FL+33897) | [Call Now](tel:+18634277669)"
|
||||
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
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number"
|
||||
}
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message or Reservation Request",
|
||||
rows: 5,
|
||||
required: true,
|
||||
name: "message", placeholder: "Your Message or Reservation Request", rows: 5,
|
||||
required: true
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-modern-interior-frankfurt-germany_1268-20908.jpg"
|
||||
imageAlt="Map showing restaurant location"
|
||||
@@ -474,52 +320,41 @@ export default function LandingPage() {
|
||||
logoText="Drinking Bar Restaurant"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
label: "Home", href: "/"
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about-us",
|
||||
label: "About Us", href: "/about-us"
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
],
|
||||
label: "Menu", href: "/menu"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Our Offerings",
|
||||
items: [
|
||||
title: "Our Offerings", items: [
|
||||
{
|
||||
label: "Entertainment",
|
||||
href: "/entertainment",
|
||||
label: "Entertainment", href: "/entertainment"
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
label: "Reviews", href: "/reviews"
|
||||
},
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "/visit-us",
|
||||
},
|
||||
],
|
||||
label: "Visit Us", href: "/visit-us"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect With Us",
|
||||
items: [
|
||||
title: "Connect With Us", items: [
|
||||
{
|
||||
label: "150 California Blvd, Davenport, FL 33897",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=150+California+Blvd,+Davenport,+FL+33897",
|
||||
label: "150 California Blvd, Davenport, FL 33897", href: "https://www.google.com/maps/dir/?api=1&destination=150+California+Blvd,+Davenport,+FL+33897"
|
||||
},
|
||||
{
|
||||
label: "(863) 427-7669",
|
||||
href: "tel:+18634277669",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "(863) 427-7669", href: "tel:+18634277669"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Drinking Bar Restaurant. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user