Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-18 21:33:26 +00:00

View File

@@ -81,22 +81,22 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "appetizer-1", name: "Crispy Beer-Battered Fish & Chips", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cakes-with-dried-citrus-cinnamon_23-2148368315.jpg", imageAlt: "Beer-battered fish and chips"
id: "appetizer-1", name: "Crispy Beer-Battered Fish & Chips", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cakes-with-dried-citrus-cinnamon_23-2148368315.jpg?_wi=1", imageAlt: "Beer-battered fish and chips"
},
{
id: "appetizer-2", name: "Smoked Pork Sliders with Amber Aioli", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cakes-with-dried-citrus-cinnamon_23-2148368315.jpg", imageAlt: "Smoked pork sliders"
id: "appetizer-2", name: "Smoked Pork Sliders with Amber Aioli", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cakes-with-dried-citrus-cinnamon_23-2148368315.jpg?_wi=2", imageAlt: "Smoked pork sliders"
},
{
id: "main-1", name: "Campfire Grilled Ribeye with Herb Butter", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cakes-with-dried-citrus-cinnamon_23-2148368315.jpg", imageAlt: "Grilled ribeye steak"
id: "main-1", name: "Campfire Grilled Ribeye with Herb Butter", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cakes-with-dried-citrus-cinnamon_23-2148368315.jpg?_wi=3", imageAlt: "Grilled ribeye steak"
},
{
id: "main-2", name: "Cedar-Plank Salmon with Seasonal Vegetables", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cakes-with-dried-citrus-cinnamon_23-2148368315.jpg", imageAlt: "Cedar-plank salmon"
id: "main-2", name: "Cedar-Plank Salmon with Seasonal Vegetables", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cakes-with-dried-citrus-cinnamon_23-2148368315.jpg?_wi=4", imageAlt: "Cedar-plank salmon"
},
{
id: "craft-beer-1", name: "Camp IPA — Bold & Hoppy", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/bowl-chickpea-glass-beer-marble-table_114579-90058.jpg", imageAlt: "Camp IPA beer"
id: "craft-beer-1", name: "Camp IPA — Bold & Hoppy", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/bowl-chickpea-glass-beer-marble-table_114579-90058.jpg?_wi=1", imageAlt: "Camp IPA beer"
},
{
id: "cocktail-1", name: "Campfire Old Fashioned — Whiskey & Smoke", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/cold-glass-dark-beer-wooden-surface_181624-456.jpg", imageAlt: "Campfire Old Fashioned cocktail"
id: "cocktail-1", name: "Campfire Old Fashioned — Whiskey & Smoke", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/cold-glass-dark-beer-wooden-surface_181624-456.jpg?_wi=1", imageAlt: "Campfire Old Fashioned cocktail"
}
]}
/>
@@ -116,10 +116,10 @@ export default function LandingPage() {
title: "Camp IPA", description: "A bold, resinous double IPA with intense pine and citrus notes. Perfect for hoppy adventurers.", icon: Hop,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/bowl-chickpea-glass-beer-marble-table_114579-90058.jpg", imageAlt: "Camp IPA glass with foam"
imageSrc: "http://img.b2bpic.net/free-photo/bowl-chickpea-glass-beer-marble-table_114579-90058.jpg?_wi=2", imageAlt: "Camp IPA glass with foam"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bowl-chickpea-glass-beer-marble-table_114579-90058.jpg", imageAlt: "Camp IPA pour"
imageSrc: "http://img.b2bpic.net/free-photo/bowl-chickpea-glass-beer-marble-table_114579-90058.jpg?_wi=3", imageAlt: "Camp IPA pour"
}
]
},
@@ -127,10 +127,10 @@ export default function LandingPage() {
title: "Ember Stout", description: "A smooth, roasted stout with subtle chocolate and coffee undertones. Pair with our grilled meats.", icon: Flame,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/beer-cup-standing-near-appetizers-plate-dark-beer-with-thick-high-foam-standing-smooth-wooden-surface-restaurant-s-pub-table-looking-mouthwatering-cold-fresh-friends-company_132075-13093.jpg", imageAlt: "Ember Stout glass"
imageSrc: "http://img.b2bpic.net/free-photo/beer-cup-standing-near-appetizers-plate-dark-beer-with-thick-high-foam-standing-smooth-wooden-surface-restaurant-s-pub-table-looking-mouthwatering-cold-fresh-friends-company_132075-13093.jpg?_wi=1", imageAlt: "Ember Stout glass"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beer-cup-standing-near-appetizers-plate-dark-beer-with-thick-high-foam-standing-smooth-wooden-surface-restaurant-s-pub-table-looking-mouthwatering-cold-fresh-friends-company_132075-13093.jpg", imageAlt: "Ember Stout rich head"
imageSrc: "http://img.b2bpic.net/free-photo/beer-cup-standing-near-appetizers-plate-dark-beer-with-thick-high-foam-standing-smooth-wooden-surface-restaurant-s-pub-table-looking-mouthwatering-cold-fresh-friends-company_132075-13093.jpg?_wi=2", imageAlt: "Ember Stout rich head"
}
]
},
@@ -138,10 +138,10 @@ export default function LandingPage() {
title: "Summit Lager", description: "Crisp and clean with a hint of mountain spring water. Our signature easy-drinking pilsner.", icon: Mountain,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-light-delicious-beer-with-potato-chips-high-quality-photo_114579-60588.jpg", imageAlt: "Summit Lager glass"
imageSrc: "http://img.b2bpic.net/free-photo/glass-light-delicious-beer-with-potato-chips-high-quality-photo_114579-60588.jpg?_wi=1", imageAlt: "Summit Lager glass"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-light-delicious-beer-with-potato-chips-high-quality-photo_114579-60588.jpg", imageAlt: "Summit Lager condensation"
imageSrc: "http://img.b2bpic.net/free-photo/glass-light-delicious-beer-with-potato-chips-high-quality-photo_114579-60588.jpg?_wi=2", imageAlt: "Summit Lager condensation"
}
]
},
@@ -149,10 +149,10 @@ export default function LandingPage() {
title: "Wildflower Sour", description: "A tart, fruity sour brewed with local wildflower honey. Refreshing and adventurous.", icon: Flower,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-punch-juice_1339-4878.jpg", imageAlt: "Wildflower Sour glass"
imageSrc: "http://img.b2bpic.net/free-photo/glass-punch-juice_1339-4878.jpg?_wi=1", imageAlt: "Wildflower Sour glass"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-punch-juice_1339-4878.jpg", imageAlt: "Wildflower Sour bright color"
imageSrc: "http://img.b2bpic.net/free-photo/glass-punch-juice_1339-4878.jpg?_wi=2", imageAlt: "Wildflower Sour bright color"
}
]
},
@@ -160,10 +160,10 @@ export default function LandingPage() {
title: "Porter's Rest", description: "A robust porter with notes of dark chocolate and smoke. Rich body, smooth finish.", icon: Coffee,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-with-cinnamon-stick-lemon-slices-table_141793-580.jpg", imageAlt: "Porter's Rest glass"
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-with-cinnamon-stick-lemon-slices-table_141793-580.jpg?_wi=1", imageAlt: "Porter's Rest glass"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-with-cinnamon-stick-lemon-slices-table_141793-580.jpg", imageAlt: "Porter's Rest foam"
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-with-cinnamon-stick-lemon-slices-table_141793-580.jpg?_wi=2", imageAlt: "Porter's Rest foam"
}
]
},
@@ -171,10 +171,10 @@ export default function LandingPage() {
title: "Golden Harvest", description: "Our seasonal amber ale with caramel malt sweetness. A crowd-pleaser year-round.", icon: Wheat,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/cold-glass-dark-beer-wooden-surface_181624-456.jpg", imageAlt: "Golden Harvest glass"
imageSrc: "http://img.b2bpic.net/free-photo/cold-glass-dark-beer-wooden-surface_181624-456.jpg?_wi=2", imageAlt: "Golden Harvest glass"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cold-glass-dark-beer-wooden-surface_181624-456.jpg", imageAlt: "Golden Harvest pour"
imageSrc: "http://img.b2bpic.net/free-photo/cold-glass-dark-beer-wooden-surface_181624-456.jpg?_wi=3", imageAlt: "Golden Harvest pour"
}
]
}