Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-27 00:18:44 +00:00

View File

@@ -34,34 +34,20 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Beers",
id: "#beers",
},
name: "Beers", id: "#beers"},
{
name: "Experience",
id: "#experience",
},
name: "Experience", id: "#experience"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
button={{
text: "Visit Us",
href: "#contact",
}}
text: "Visit Us", href: "#contact"}}
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-oktoberfest-template-banner-template_23-2148269973.jpg"
logoAlt="Down Valley Brewing Company Logo"
brandName="Down Valley Brewing"
@@ -71,44 +57,25 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitDualMedia
background={{
variant: "downward-rays-static",
}}
variant: "downward-rays-static"}}
title="Crafting the Valley's Finest Brews"
description="Experience award-winning craft beers brewed with passion and inspired by the pristine nature of Down Valley. Join us for a taste of tradition and innovation."
tag="Since 2010"
tagAnimation="none"
buttons={[
{
text: "Explore Our Beers",
href: "#beers",
},
text: "Explore Our Beers", href: "#beers"},
{
text: "Visit Our Taproom",
href: "#contact",
},
text: "Visit Our Taproom", href: "#contact"},
]}
buttonAnimation="none"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-beer-macro-photography_53876-32245.jpg",
imageAlt: "Freshly poured craft beer in a glass",
imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-beer-macro-photography_53876-32245.jpg", imageAlt: "Freshly poured craft beer in a glass"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-beer-factory_23-2150573919.jpg",
imageAlt: "Stainless steel brewing tanks",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-holding-glass-craft-beer-bar_637285-3375.jpg",
imageAlt: "Bartender fills beer mug from beer tap",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-tasty-american-beer_23-2148907642.jpg",
imageAlt: "Black beer on wooden table",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pouring-beer-glass_23-2148600982.jpg",
imageAlt: "Beer glass being filled with frothy beer",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-beer-factory_23-2150573919.jpg", imageAlt: "Stainless steel brewing tanks"
}
]}
mediaAnimation="none"
rating={5}
@@ -125,17 +92,11 @@ export default function LandingPage() {
description="Down Valley Brewing Company began with a simple idea: to create exceptional craft beers that reflect the unique character of our home. From our humble beginnings to becoming a local favorite, every batch tells a tale of dedication, quality, and community."
bulletPoints={[
{
title: "Authentic Ingredients",
description: "Sourced from the best local farms and purest valley water.",
},
title: "Authentic Ingredients", description: "Sourced from the best local farms and purest valley water."},
{
title: "Traditional Techniques",
description: "Honoring classic brewing methods passed down through generations.",
},
title: "Traditional Techniques", description: "Honoring classic brewing methods passed down through generations."},
{
title: "Community Focused",
description: "Proudly supporting local events and fostering connections.",
},
title: "Community Focused", description: "Proudly supporting local events and fostering connections."},
]}
imageSrc="http://img.b2bpic.net/free-photo/wine-cellar_181624-916.jpg"
imageAlt="Brewmaster inspecting a barrel"
@@ -151,65 +112,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "beer-1",
brand: "Down Valley Brewing",
name: "Valley Hopper IPA",
price: "$12.99/4-pack",
rating: 5,
reviewCount: "120 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/can-fizzy-drink-with-illustration-champagne-glass_140725-6900.jpg",
imageAlt: "Valley Hopper IPA can",
},
id: "beer-1", brand: "Down Valley Brewing", name: "Valley Hopper IPA", price: "$12.99/4-pack", rating: 5,
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/can-fizzy-drink-with-illustration-champagne-glass_140725-6900.jpg", imageAlt: "Valley Hopper IPA can"},
{
id: "beer-2",
brand: "Down Valley Brewing",
name: "Midnight Stout",
price: "$14.99/4-pack",
rating: 5,
reviewCount: "85 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sustainably-produced-alcoholic-beverage_23-2150162977.jpg",
imageAlt: "Midnight Stout bottle",
},
id: "beer-2", brand: "Down Valley Brewing", name: "Midnight Stout", price: "$14.99/4-pack", rating: 5,
reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sustainably-produced-alcoholic-beverage_23-2150162977.jpg", imageAlt: "Midnight Stout bottle"},
{
id: "beer-3",
brand: "Down Valley Brewing",
name: "Riverbend Lager",
price: "$10.99/6-pack",
rating: 4,
reviewCount: "150 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-with-ears-wheat-tablecloth_114579-57966.jpg",
imageAlt: "Riverbend Lager glass",
},
id: "beer-3", brand: "Down Valley Brewing", name: "Riverbend Lager", price: "$10.99/6-pack", rating: 4,
reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-with-ears-wheat-tablecloth_114579-57966.jpg", imageAlt: "Riverbend Lager glass"},
{
id: "beer-4",
brand: "Down Valley Brewing",
name: "Sunset Pale Ale",
price: "$11.99/4-pack",
rating: 4,
reviewCount: "95 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/beer-bottles-wooden-table_93675-131398.jpg",
imageAlt: "Sunset Pale Ale bottle",
},
id: "beer-4", brand: "Down Valley Brewing", name: "Sunset Pale Ale", price: "$11.99/4-pack", rating: 4,
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/beer-bottles-wooden-table_93675-131398.jpg", imageAlt: "Sunset Pale Ale bottle"},
{
id: "beer-5",
brand: "Down Valley Brewing",
name: "Mountain Haze Wheat",
price: "$12.99/4-pack",
rating: 5,
reviewCount: "70 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/glass-blonde-beer-with-foam_23-2148726845.jpg",
imageAlt: "Mountain Haze Wheat beer",
},
id: "beer-5", brand: "Down Valley Brewing", name: "Mountain Haze Wheat", price: "$12.99/4-pack", rating: 5,
reviewCount: "70 reviews", imageSrc: "http://img.b2bpic.net/free-photo/glass-blonde-beer-with-foam_23-2148726845.jpg", imageAlt: "Mountain Haze Wheat beer"},
{
id: "beer-6",
brand: "Down Valley Brewing",
name: "Seasonal Sour",
price: "$13.99/bottle",
rating: 4,
reviewCount: "60 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/sausage-salad-with-snacks-beer_114579-9996.jpg",
imageAlt: "Seasonal Sour beer",
},
id: "beer-6", brand: "Down Valley Brewing", name: "Seasonal Sour", price: "$13.99/bottle", rating: 4,
reviewCount: "60 reviews", imageSrc: "http://img.b2bpic.net/free-photo/sausage-salad-with-snacks-beer_114579-9996.jpg", imageAlt: "Seasonal Sour beer"},
]}
title="Our Signature Brews"
description="Discover a diverse selection of handcrafted beers, each a masterpiece of flavor and aroma. From crisp lagers to robust stouts, there's a perfect pour for every palate."
@@ -223,25 +142,13 @@ export default function LandingPage() {
description="Beyond exceptional beer, we offer a vibrant space for community and celebration. Discover our taproom's unique atmosphere, exciting events, and behind-the-scenes tours."
accordionItems={[
{
id: "item-1",
title: "Spacious Taproom & Patio",
content: "Enjoy our inviting indoor taproom or relax on our expansive outdoor patio, perfect for sunny afternoons and cool evenings.",
},
id: "item-1", title: "Spacious Taproom & Patio", content: "Enjoy our inviting indoor taproom or relax on our expansive outdoor patio, perfect for sunny afternoons and cool evenings."},
{
id: "item-2",
title: "Brewery Tours & Tastings",
content: "Delve into the art of brewing with a guided tour and conclude with a flight of our freshest creations.",
},
id: "item-2", title: "Brewery Tours & Tastings", content: "Delve into the art of brewing with a guided tour and conclude with a flight of our freshest creations."},
{
id: "item-3",
title: "Live Music & Events",
content: "Check our calendar for regular live music, trivia nights, food trucks, and seasonal festivities.",
},
id: "item-3", title: "Live Music & Events", content: "Check our calendar for regular live music, trivia nights, food trucks, and seasonal festivities."},
{
id: "item-4",
title: "Private Event Bookings",
content: "Host your special occasions with us! Our versatile space is ideal for parties, corporate events, and gatherings.",
},
id: "item-4", title: "Private Event Bookings", content: "Host your special occasions with us! Our versatile space is ideal for parties, corporate events, and gatherings."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-friends-sitting-with-beer_23-2148872464.jpg"
imageAlt="Brewery taproom with people enjoying beer"
@@ -257,23 +164,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "metric-1",
icon: Award,
title: "Awards Won",
value: "15+",
},
id: "metric-1", icon: Award,
title: "Awards Won", value: "15+"},
{
id: "metric-2",
icon: Droplet,
title: "Beers Brewed",
value: "50+",
},
id: "metric-2", icon: Droplet,
title: "Beers Brewed", value: "50+"},
{
id: "metric-3",
icon: Users,
title: "Happy Customers",
value: "10k+",
},
id: "metric-3", icon: Users,
title: "Happy Customers", value: "10k+"},
]}
title="Our Journey & Impact"
description="We are proud of our growth, our commitment to quality, and the positive impact we've made in the Down Valley community."
@@ -285,41 +183,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-are-clinking-beer-bottles-outdoors_23-2147919123.jpg",
imageAlt: "Sarah J.",
},
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-are-clinking-beer-bottles-outdoors_23-2147919123.jpg", imageAlt: "Sarah J."},
{
id: "2",
name: "Michael C.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bohemian-woman_23-2149726236.jpg",
imageAlt: "Michael C.",
},
id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bohemian-woman_23-2149726236.jpg", imageAlt: "Michael C."},
{
id: "3",
name: "Emily R.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks_23-2149485968.jpg",
imageAlt: "Emily R.",
},
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks_23-2149485968.jpg", imageAlt: "Emily R."},
{
id: "4",
name: "David K.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-with-beer-lawn_23-2147897131.jpg",
imageAlt: "David K.",
},
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-with-beer-lawn_23-2147897131.jpg", imageAlt: "David K."},
{
id: "5",
name: "Jessica L.",
imageSrc: "http://img.b2bpic.net/free-photo/review-increase-rating-ranking-evaluation-classification-concept-businessman-draw-five-yellow-star-increase-rating-his-company_1212-723.jpg",
imageAlt: "Jessica L.",
},
id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/review-increase-rating-ranking-evaluation-classification-concept-businessman-draw-five-yellow-star-increase-rating-his-company_1212-723.jpg", imageAlt: "Jessica L."},
{
id: "6",
name: "Chris P.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-taking-selfie-while-wearing-face-mask-coffee-shop_23-2148693055.jpg",
imageAlt: "Chris P.",
},
id: "6", name: "Chris P.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-taking-selfie-while-wearing-face-mask-coffee-shop_23-2148693055.jpg", imageAlt: "Chris P."},
]}
cardTitle="Hear From Our Community"
cardTag="Customer Love"
@@ -332,14 +206,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Valley Eats Magazine",
"Local Brews Guide",
"The Taproom Times",
"Community Food Co-op",
"Grand River Restaurant",
"Hilltop Provisions",
"Brewers Guild of America",
]}
"Valley Eats Magazine", "Local Brews Guide", "The Taproom Times", "Community Food Co-op", "Grand River Restaurant", "Hilltop Provisions", "Brewers Guild of America"]}
title="Featured In & Loved By"
description="Our commitment to quality craft beer has earned us recognition from local publications and partnerships with beloved establishments."
showCard={true}
@@ -352,35 +219,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "Are you pet-friendly?",
content: "Yes, well-behaved dogs are welcome on our outdoor patio!",
},
id: "faq-1", title: "Are you pet-friendly?", content: "Yes, well-behaved dogs are welcome on our outdoor patio!"},
{
id: "faq-2",
title: "Do you offer food?",
content: "While we don't have a full kitchen, we frequently host local food trucks. Check our events page for the schedule.",
},
id: "faq-2", title: "Do you offer food?", content: "While we don't have a full kitchen, we frequently host local food trucks. Check our events page for the schedule."},
{
id: "faq-3",
title: "Can I book a private event?",
content: "Absolutely! Our taproom space is available for private bookings. Please contact us for details and availability.",
},
id: "faq-3", title: "Can I book a private event?", content: "Absolutely! Our taproom space is available for private bookings. Please contact us for details and availability."},
{
id: "faq-4",
title: "Do you sell growlers or cans to go?",
content: "Yes, we offer both growlers fills and a selection of our beers in cans for take-home enjoyment.",
},
id: "faq-4", title: "Do you sell growlers or cans to go?", content: "Yes, we offer both growlers fills and a selection of our beers in cans for take-home enjoyment."},
{
id: "faq-5",
title: "What are your most popular beers?",
content: "Our Valley Hopper IPA and Riverbend Lager are perennial favorites, but our seasonal offerings are always a hit too!",
},
id: "faq-5", title: "What are your most popular beers?", content: "Our Valley Hopper IPA and Riverbend Lager are perennial favorites, but our seasonal offerings are always a hit too!"},
{
id: "faq-6",
title: "Do you have non-alcoholic options?",
content: "Yes, we offer a selection of craft sodas, kombucha, and sparkling water for our non-drinking guests.",
},
id: "faq-6", title: "Do you have non-alcoholic options?", content: "Yes, we offer a selection of craft sodas, kombucha, and sparkling water for our non-drinking guests."},
]}
title="Frequently Asked Questions"
description="Got questions about our beers, taproom, or events? We've got answers!"
@@ -392,18 +241,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="Ready to visit? Find us at the heart of Down Valley. We can't wait to share a brew with you!"
buttons={[
{
text: "Get Directions",
href: "https://maps.google.com/?q=Down+Valley+Brewing+Company",
},
text: "Get Directions", href: "https://maps.google.com/?q=Down+Valley+Brewing+Company"},
{
text: "Contact Us Directly",
href: "mailto:info@downvalleybrewing.com",
},
text: "Contact Us Directly", href: "mailto:info@downvalleybrewing.com"},
]}
/>
</div>
@@ -417,58 +261,35 @@ export default function LandingPage() {
logoText="Down Valley Brewing"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "Our Beers",
href: "#beers",
},
label: "Our Beers", href: "#beers"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Events",
href: "#experience",
},
label: "Events", href: "#experience"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Facebook",
href: "https://facebook.com/downvalleybrewing",
},
label: "Facebook", href: "https://facebook.com/downvalleybrewing"},
{
label: "Instagram",
href: "https://instagram.com/downvalleybrewing",
},
label: "Instagram", href: "https://instagram.com/downvalleybrewing"},
{
label: "Email Us",
href: "mailto:info@downvalleybrewing.com",
},
label: "Email Us", href: "mailto:info@downvalleybrewing.com"},
],
},
{
title: "Visit Us",
items: [
title: "Visit Us", items: [
{
label: "123 Brewery Lane, Down Valley, DV 12345",
href: "https://maps.google.com/?q=Down+Valley+Brewing+Company",
},
label: "123 Brewery Lane, Down Valley, DV 12345", href: "https://maps.google.com/?q=Down+Valley+Brewing+Company"},
{
label: "Mon-Fri: 3PM - 10PM",
href: "#",
},
label: "Mon-Fri: 3PM - 10PM", href: "#"},
{
label: "Sat-Sun: 12PM - 11PM",
href: "#",
},
label: "Sat-Sun: 12PM - 11PM", href: "#"},
],
},
]}