diff --git a/src/app/page.tsx b/src/app/page.tsx index a5dcf15..66ad70c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,8 @@ const assetMap: Record = { "blog-beer-making": { "url": "http://img.b2bpic.net/free-photo/natural-coffee-scrub-jar-modern-selfcare-ritual_169016-69027.jpg", "alt": "brewer explaining beer making process" }, "blog-pairing": { "url": "http://img.b2bpic.net/free-photo/top-view-beer-snacks-stucco-background_23-2148726918.jpg", "alt": "beer and food pairing delicious" }, "blog-event": { "url": "http://img.b2bpic.net/free-photo/friends-drinking-kombucha_52683-107713.jpg", "alt": "live music at brewery event" }, - "contact-brewery-map": { "url": "http://img.b2bpic.net/free-photo/bathroom-sign-near-red-door_23-2149936885.jpg", "alt": "rustic brewery exterior sunny day" } + "contact-brewery-map": { "url": "http://img.b2bpic.net/free-photo/bathroom-sign-near-red-door_23-2149936885.jpg", "alt": "rustic brewery exterior sunny day" }, + "gen-stock-rsv-0": { "url": "http://img.b2bpic.net/free-photo/female-bartender-pouring-beer_23-2148209389.jpg", "alt": "Female bartender pouring beer" } }; function getAssetUrl(id: string): string { @@ -90,7 +91,7 @@ export default function LandingPage() { imageAlt="Interior of a cozy craft brewery with people enjoying beers" imagePosition="right" fixedMediaHeight={true} - useInvertedBackground={false} + />
@@ -182,9 +183,9 @@ export default function LandingPage() { title="Latest from the Brewery" description="Stay updated with our newest brews, upcoming events, and stories from the heart of Down Valley Brewing Company." blogs={[ - { id: "b1", category: "Brewing Insights", title: "The Art of Hop Selection for Our IPAs", excerpt: "Dive deep into how we choose the perfect hops to give our IPAs their distinctive aroma and flavor.", imageSrc: getAssetUrl("blog-beer-making"), imageAlt: "Brewer explaining beer making process", authorName: "John Doe", date: "October 26, 2023" }, - { id: "b2", category: "Food Pairing", title: "Pairing Your Favorite Brews with Fall Flavors", excerpt: "Discover delicious food pairings that elevate the experience of our seasonal and year-round beers this autumn.", imageSrc: getAssetUrl("blog-pairing"), imageAlt: "Beer and food pairing", authorName: "Jane Smith", date: "October 19, 2023" }, - { id: "b3", category: "Events", title: "Join Us for Our Annual Harvest Festival!", excerpt: "Get ready for live music, food trucks, and exclusive beer releases at our biggest event of the year. Mark your calendars!", imageSrc: getAssetUrl("blog-event"), imageAlt: "People at a brewery event with live music", authorName: "Down Valley Team", date: "October 12, 2023" } + { id: "b1", category: "Brewing Insights", title: "The Art of Hop Selection for Our IPAs", excerpt: "Dive deep into how we choose the perfect hops to give our IPAs their distinctive aroma and flavor.", imageSrc: getAssetUrl("blog-beer-making"), imageAlt: "Brewer explaining beer making process", authorName: "John Doe", authorAvatar: getAssetUrl("gen-stock-rsv-0"), date: "October 26, 2023" }, + { id: "b2", category: "Food Pairing", title: "Pairing Your Favorite Brews with Fall Flavors", excerpt: "Discover delicious food pairings that elevate the experience of our seasonal and year-round beers this autumn.", imageSrc: getAssetUrl("blog-pairing"), imageAlt: "Beer and food pairing", authorName: "Jane Smith", authorAvatar: getAssetUrl("gen-stock-rsv-0"), date: "October 19, 2023" }, + { id: "b3", category: "Events", title: "Join Us for Our Annual Harvest Festival!", excerpt: "Get ready for live music, food trucks, and exclusive beer releases at our biggest event of the year. Mark your calendars!", imageSrc: getAssetUrl("blog-event"), imageAlt: "People at a brewery event with live music", authorName: "Down Valley Team", authorAvatar: getAssetUrl("gen-stock-rsv-0"), date: "October 12, 2023" } ]} carouselMode="buttons" uniformGridCustomHeightClasses="min-h-[600px]"