Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-04-09 23:43:19 +00:00
2 changed files with 42 additions and 230 deletions

View File

@@ -25,26 +25,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Our Story",
id: "/about",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Our Story", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" }
]}
brandName="The Watering Hole"
/>
@@ -52,28 +37,14 @@ export default function LandingPage() {
<div id="gallery-body" data-section="gallery-body">
<FeatureCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="two-items-per-row"
useInvertedBackground={false}
features={[
{
title: "Bar Decor",
description: "See the local art display.",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=2",
imageAlt: "Art",
},
{
title: "Island Atmosphere",
description: "Waterfront dining views.",
imageSrc: "http://img.b2bpic.net/free-photo/simple-wooden-wall-background_23-2148261975.jpg?_wi=2",
imageAlt: "Deck",
},
{
title: "Fresh Catch",
description: "The best daily seafood.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-dough-pastries-with-lemon-slices-white-surface_140725-115558.jpg?_wi=5",
imageAlt: "Seafood",
},
{ title: "Bar Decor", description: "See the local art display.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg", imageAlt: "Art" },
{ title: "Island Atmosphere", description: "Waterfront dining views.", imageSrc: "http://img.b2bpic.net/free-photo/simple-wooden-wall-background_23-2148261975.jpg", imageAlt: "Deck" },
{ title: "Fresh Catch", description: "The best daily seafood.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-dough-pastries-with-lemon-slices-white-surface_140725-115558.jpg", imageAlt: "Seafood" }
]}
title="Local Vibes & Art"
description="Our walls are decorated by local artists, reflecting the true charm of our Florida Keys community."
@@ -88,67 +59,21 @@ export default function LandingPage() {
title="Island News"
description="Read about our latest events and neighborhood updates."
blogs={[
{
id: "1",
category: "Events",
title: "Sunday Sunset Sessions",
excerpt: "Live music on the deck every Sunday.",
imageSrc: "http://img.b2bpic.net/free-photo/simple-wooden-wall-background_23-2148261975.jpg?_wi=3",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
date: "Oct 2023",
},
{
id: "2",
category: "Food",
title: "Fresh Catch Daily",
excerpt: "How we source our seafood.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-dough-pastries-with-lemon-slices-white-surface_140725-115558.jpg?_wi=6",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/carefree-couple-enjoying-lunch-time-restaurant_637285-9035.jpg",
date: "Nov 2023",
},
{ id: "1", category: "Events", title: "Sunday Sunset Sessions", excerpt: "Live music on the deck every Sunday.", imageSrc: "http://img.b2bpic.net/free-photo/simple-wooden-wall-background_23-2148261975.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", date: "Oct 2023" },
{ id: "2", category: "Food", title: "Fresh Catch Daily", excerpt: "How we source our seafood.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-dough-pastries-with-lemon-slices-white-surface_140725-115558.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/carefree-couple-enjoying-lunch-time-restaurant_637285-9035.jpg", date: "Nov 2023" }
]}
/>
</div>
<div id="home-footer" data-section="home-footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/hotel-fisherman-s-bay-rural-flavor-thailand-services-housing_169016-3542.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/hotel-fisherman-s-bay-rural-flavor-thailand-services-housing_169016-3542.jpg"
imageAlt="Waterfront bar view"
logoText="The Watering Hole"
columns={[
{
title: "Visit Us",
items: [
{
label: "Key West Road, Mile Marker 10",
href: "#contact",
},
],
},
{
title: "Hours",
items: [
{
label: "Mon-Sun: 11AM-10PM",
href: "#",
},
],
},
{
title: "Quick Links",
items: [
{
label: "Menu",
href: "/menu",
},
{
label: "Book Now",
href: "/contact",
},
],
},
{ title: "Visit Us", items: [{ label: "Key West Road, Mile Marker 10", href: "#contact" }] },
{ title: "Hours", items: [{ label: "Mon-Sun: 11AM-10PM", href: "#" }] },
{ title: "Quick Links", items: [{ label: "Menu", href: "/menu" }, { label: "Book Now", href: "/contact" }] }
]}
/>
</div>

View File

@@ -29,26 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Our Story",
id: "/about",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Our Story", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
]}
brandName="The Watering Hole"
/>
@@ -58,41 +43,14 @@ export default function LandingPage() {
<HeroCarouselLogo
logoText="The Watering Hole"
description="A little slice of the real Keys. 10 minutes out of Key West, where the locals go for award-winning Bloody Marys and fresh local catch."
buttons={[
{
text: "Call to Book",
href: "tel:5551234567",
},
{
text: "See Menu",
href: "/menu",
},
]}
buttons={[{ text: "Call to Book", href: "tel:5551234567" }, { text: "See Menu", href: "/menu" }]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/simple-wooden-wall-background_23-2148261975.jpg?_wi=1",
imageAlt: "Sun-bleached waterfront deck",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/healthy-domestic-tomato-juice_93675-129819.jpg?_wi=1",
imageAlt: "Famous Bloody Mary cocktail",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-dough-pastries-with-lemon-slices-white-surface_140725-115558.jpg?_wi=1",
imageAlt: "Fresh local shrimp",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cheese-balls-with-french-fries-table_140725-1310.jpg?_wi=1",
imageAlt: "Crispy conch fritters",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=1",
imageAlt: "Local island art",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/hotel-fisherman-s-bay-rural-flavor-thailand-services-housing_169016-3542.jpg?_wi=1",
imageAlt: "Relaxed outdoor atmosphere",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/simple-wooden-wall-background_23-2148261975.jpg", imageAlt: "Sun-bleached waterfront deck" },
{ imageSrc: "http://img.b2bpic.net/free-photo/healthy-domestic-tomato-juice_93675-129819.jpg", imageAlt: "Famous Bloody Mary cocktail" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-dough-pastries-with-lemon-slices-white-surface_140725-115558.jpg", imageAlt: "Fresh local shrimp" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheese-balls-with-french-fries-table_140725-1310.jpg", imageAlt: "Crispy conch fritters" },
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg", imageAlt: "Local island art" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hotel-fisherman-s-bay-rural-flavor-thailand-services-housing_169016-3542.jpg", imageAlt: "Relaxed outdoor atmosphere" }
]}
/>
</div>
@@ -104,24 +62,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{
title: "Award-Winning Bloody Marys",
description: "Locally famous and crafted to perfection — they're the talk of the neighborhood.",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-domestic-tomato-juice_93675-129819.jpg?_wi=2",
imageAlt: "Bloody Mary",
},
{
title: "Fresh Caught Seafood",
description: "From local shrimp to our daily catch, experience the true flavor of the Keys.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-dough-pastries-with-lemon-slices-white-surface_140725-115558.jpg?_wi=2",
imageAlt: "Local Seafood",
},
{
title: "Crowd-Favorite Eats",
description: "Crispy conch fritters, chicken wings, and fried ravioli — classic comfort, Keys style.",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-balls-with-french-fries-table_140725-1310.jpg?_wi=2",
imageAlt: "Conch Fritters",
},
{ title: "Award-Winning Bloody Marys", description: "Locally famous and crafted to perfection — they're the talk of the neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-domestic-tomato-juice_93675-129819.jpg", imageAlt: "Bloody Mary" },
{ title: "Fresh Caught Seafood", description: "From local shrimp to our daily catch, experience the true flavor of the Keys.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-dough-pastries-with-lemon-slices-white-surface_140725-115558.jpg", imageAlt: "Local Seafood" },
{ title: "Crowd-Favorite Eats", description: "Crispy conch fritters, chicken wings, and fried ravioli — classic comfort, Keys style.", imageSrc: "http://img.b2bpic.net/free-photo/cheese-balls-with-french-fries-table_140725-1310.jpg", imageAlt: "Conch Fritters" }
]}
title="A True Local Watering Hole"
description="Deeply rooted in our community, we serve as the neighborhood hub for casual lunches, friend gatherings, and holiday traditions."
@@ -135,26 +78,11 @@ export default function LandingPage() {
rating={5}
author="Jimmy B."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
alt: "Local regular",
},
{
src: "http://img.b2bpic.net/free-photo/carefree-couple-enjoying-lunch-time-restaurant_637285-9035.jpg",
alt: "Returning visitor",
},
{
src: "http://img.b2bpic.net/free-photo/man-woman-with-beer-bar_23-2147680747.jpg",
alt: "Bar patron",
},
{
src: "http://img.b2bpic.net/free-photo/selfie-happy-friends_1098-14659.jpg",
alt: "Happy dining guest",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-women-with-watermelon_23-2148947886.jpg",
alt: "Local group",
},
{ src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", alt: "Local regular" },
{ src: "http://img.b2bpic.net/free-photo/carefree-couple-enjoying-lunch-time-restaurant_637285-9035.jpg", alt: "Returning visitor" },
{ src: "http://img.b2bpic.net/free-photo/man-woman-with-beer-bar_23-2147680747.jpg", alt: "Bar patron" },
{ src: "http://img.b2bpic.net/free-photo/selfie-happy-friends_1098-14659.jpg", alt: "Happy dining guest" },
{ src: "http://img.b2bpic.net/free-photo/close-up-women-with-watermelon_23-2148947886.jpg", alt: "Local group" }
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -166,13 +94,7 @@ export default function LandingPage() {
layout="section"
title="House Rules"
sections={[
{
heading: "Safety & Conduct",
content: {
type: "paragraph",
text: "We pride ourselves on a safe, respectful environment for all locals and visitors.",
},
},
{ heading: "Safety & Conduct", content: { text: "We pride ourselves on a safe, respectful environment for all locals and visitors." } }
]}
/>
</div>
@@ -180,59 +102,24 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Plan your visit"
tagIcon={Calendar}
title="Join Us By the Water"
description="Whether it's a casual lunch or a sunset dinner, we're ready to serve you with island warmth."
buttons={[
{
text: "Make a Reservation",
href: "/contact",
},
]}
buttons={[{ text: "Make a Reservation", href: "/contact" }]}
/>
</div>
<div id="home-footer" data-section="home-footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/hotel-fisherman-s-bay-rural-flavor-thailand-services-housing_169016-3542.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/hotel-fisherman-s-bay-rural-flavor-thailand-services-housing_169016-3542.jpg"
imageAlt="Waterfront bar view"
logoText="The Watering Hole"
columns={[
{
title: "Visit Us",
items: [
{
label: "Key West Road, Mile Marker 10",
href: "#contact",
},
],
},
{
title: "Hours",
items: [
{
label: "Mon-Sun: 11AM-10PM",
href: "#",
},
],
},
{
title: "Quick Links",
items: [
{
label: "Menu",
href: "/menu",
},
{
label: "Book Now",
href: "/contact",
},
],
},
{ title: "Visit Us", items: [{ label: "Key West Road, Mile Marker 10", href: "#contact" }] },
{ title: "Hours", items: [{ label: "Mon-Sun: 11AM-10PM", href: "#" }] },
{ title: "Quick Links", items: [{ label: "Menu", href: "/menu" }, { label: "Book Now", href: "/contact" }] }
]}
/>
</div>