Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-03 02:29:06 +00:00
6 changed files with 60 additions and 245 deletions

View File

@@ -49,9 +49,10 @@ export default function AboutPage() {
{ value: "2018", title: "Year Founded" },
{ value: "50+", title: "Recipes Created" },
]}
imageSrc="http://img.b2bpic.net/free-photo/black-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-13529.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/black-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-13529.jpg"
imageAlt="brewery facility brewing equipment industrial interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -67,9 +68,10 @@ export default function AboutPage() {
{ value: "15+", title: "Team Members" },
{ value: "200+", title: "Hours Brewing Monthly" },
]}
imageSrc="http://img.b2bpic.net/free-photo/three-bearded-interracial-friends-drink-craft-beer-talk-brewery-two-hipster-workers-aprons-drink-beer-with-their-friend-brewery-factory-old-friends-gathered-drink-beer-chat_613910-20526.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/three-bearded-interracial-friends-drink-craft-beer-talk-brewery-two-hipster-workers-aprons-drink-beer-with-their-friend-brewery-factory-old-friends-gathered-drink-beer-chat_613910-20526.jpg"
imageAlt="brewery interior bar seating craft beer taps"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -83,32 +85,14 @@ export default function AboutPage() {
tagIcon={Star}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Local Food Blogger",
company: "Conception Bay South",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=2",
imageAlt: "smiling customer happy person customer portrait",
},
id: "1", name: "Sarah Johnson", role: "Local Food Blogger", company: "Conception Bay South", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "smiling customer happy person customer portrait"},
{
id: "2",
name: "Michael Chen",
role: "Restaurant Owner",
company: "Harbor Bistro",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3",
imageAlt: "satisfied customer person portrait happy expression",
},
id: "2", name: "Michael Chen", role: "Restaurant Owner", company: "Harbor Bistro", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "satisfied customer person portrait happy expression"},
{
id: "3",
name: "Emily Rodriguez",
role: "Event Coordinator",
company: "Newfoundland Events Co",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=3",
imageAlt: "customer smiling person image portrait photo",
},
id: "3", name: "Emily Rodriguez", role: "Event Coordinator", company: "Newfoundland Events Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "customer smiling person image portrait photo"},
]}
kpiItems={[
{ value: "5 Years", label: "Community Excellence" },

View File

@@ -47,37 +47,13 @@ export default function BeersPage() {
tagIcon={Beer}
products={[
{
id: "1",
name: "Conception Bay IPA",
price: "7% ABV",
variant: "India Pale Ale • Hoppy & Citrus",
imageSrc: "http://img.b2bpic.net/free-photo/black-beer-wood_1150-12242.jpg?_wi=2",
imageAlt: "IPA beer craft beer bottle beer glass pour",
},
id: "1", name: "Conception Bay IPA", price: "7% ABV", variant: "India Pale Ale • Hoppy & Citrus", imageSrc: "http://img.b2bpic.net/free-photo/black-beer-wood_1150-12242.jpg", imageAlt: "IPA beer craft beer bottle beer glass pour"},
{
id: "2",
name: "Tidal Lager",
price: "5.2% ABV",
variant: "Golden Lager • Crisp & Clean",
imageSrc: "http://img.b2bpic.net/free-vector/realistic-beer-background_23-2147738579.jpg?_wi=2",
imageAlt: "lager beer golden beer beer packaging",
},
id: "2", name: "Tidal Lager", price: "5.2% ABV", variant: "Golden Lager • Crisp & Clean", imageSrc: "http://img.b2bpic.net/free-vector/realistic-beer-background_23-2147738579.jpg", imageAlt: "lager beer golden beer beer packaging"},
{
id: "3",
name: "Dark Harbor Stout",
price: "6.5% ABV",
variant: "Imperial Stout • Rich & Roasted",
imageSrc: "http://img.b2bpic.net/free-photo/frothy-beer-pouring-into-glass-refreshing-refreshment-generated-by-ai_188544-34315.jpg?_wi=2",
imageAlt: "stout beer dark beer beer glass foam",
},
id: "3", name: "Dark Harbor Stout", price: "6.5% ABV", variant: "Imperial Stout • Rich & Roasted", imageSrc: "http://img.b2bpic.net/free-photo/frothy-beer-pouring-into-glass-refreshing-refreshment-generated-by-ai_188544-34315.jpg", imageAlt: "stout beer dark beer beer glass foam"},
{
id: "4",
name: "Seasonal Release",
price: "Varies",
variant: "Limited Edition • Rotating Selection",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beers-chilling-ice_53876-31310.jpg?_wi=3",
imageAlt: "seasonal beer limited edition craft release",
},
id: "4", name: "Seasonal Release", price: "Varies", variant: "Limited Edition • Rotating Selection", imageSrc: "http://img.b2bpic.net/free-photo/closeup-beers-chilling-ice_53876-31310.jpg", imageAlt: "seasonal beer limited edition craft release"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -97,9 +73,10 @@ export default function BeersPage() {
{ value: "21 Days", title: "Average Fermentation" },
{ value: "100%", title: "Local Sourced Grains" },
]}
imageSrc="http://img.b2bpic.net/free-photo/black-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-13529.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/black-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-13529.jpg"
imageAlt="brewery facility brewing equipment industrial interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>

View File

@@ -45,26 +45,18 @@ export default function ContactPage() {
description="Have questions about our beers? Want to book a private event? Interested in collaborations? Reach out to us. We're always excited to connect with our community."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us what you'd like to discuss. Brewery tours? Events? Just saying hello?",
rows: 5,
name: "message", placeholder: "Tell us what you'd like to discuss. Brewery tours? Events? Just saying hello?", rows: 5,
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/isometric-wine-production-flowchart-composition-with-isolated-images-people-serving-appliances-wine-glass-grapes_98292-7604.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-vector/isometric-wine-production-flowchart-composition-with-isolated-images-people-serving-appliances-wine-glass-grapes_98292-7604.jpg"
imageAlt="location map brewery location directions"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -83,9 +75,10 @@ export default function ContactPage() {
{ value: "Open Daily", title: "11 AM 11 PM" },
{ value: "Free Parking", title: "Available" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-bartender-pouring-beer_171337-13762.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/close-up-bartender-pouring-beer_171337-13762.jpg"
imageAlt="craft brewery taproom beer pour pub interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>

View File

@@ -47,38 +47,11 @@ export default function EventsPage() {
tagIcon={Calendar}
blogs={[
{
id: "1",
category: "Food Truck Night",
title: "Thursday Night Food Trucks",
excerpt: "Every Thursday evening, local food trucks park outside Ninepenny. Pair your favorite beer with amazing food. From tacos to BBQ, something for everyone.",
imageSrc: "http://img.b2bpic.net/free-photo/food-truck-xa-with-hot-dogs-burgers-brutal-bearded-chef_1321-488.jpg?_wi=2",
imageAlt: "food truck outdoor event night market",
authorName: "Ninepenny Team",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
date: "Every Thursday",
},
id: "1", category: "Food Truck Night", title: "Thursday Night Food Trucks", excerpt: "Every Thursday evening, local food trucks park outside Ninepenny. Pair your favorite beer with amazing food. From tacos to BBQ, something for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/food-truck-xa-with-hot-dogs-burgers-brutal-bearded-chef_1321-488.jpg", imageAlt: "food truck outdoor event night market", authorName: "Ninepenny Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", date: "Every Thursday"},
{
id: "2",
category: "Live Music",
title: "Weekend Live Music Sessions",
excerpt: "Local musicians perform every Friday and Saturday night. Great acoustics, cold beers, and vibrant community atmosphere. Genres range from folk to rock.",
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-lady-crowd-concert_181624-27673.jpg?_wi=2",
imageAlt: "live music concert band performance",
authorName: "Ninepenny Team",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
date: "Fri & Sat Nights",
},
id: "2", category: "Live Music", title: "Weekend Live Music Sessions", excerpt: "Local musicians perform every Friday and Saturday night. Great acoustics, cold beers, and vibrant community atmosphere. Genres range from folk to rock.", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-lady-crowd-concert_181624-27673.jpg", imageAlt: "live music concert band performance", authorName: "Ninepenny Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", date: "Fri & Sat Nights"},
{
id: "3",
category: "Seasonal Release",
title: "Seasonal Beer Releases",
excerpt: "Experience our limited-edition seasonal brews. Only available for a limited time. Mark your calendar for exclusive tastings and first access to these special beers.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beers-chilling-ice_53876-31310.jpg?_wi=4",
imageAlt: "seasonal beer limited edition craft release",
authorName: "Ninepenny Team",
authorAvatar: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
date: "Seasonal",
},
id: "3", category: "Seasonal Release", title: "Seasonal Beer Releases", excerpt: "Experience our limited-edition seasonal brews. Only available for a limited time. Mark your calendar for exclusive tastings and first access to these special beers.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-beers-chilling-ice_53876-31310.jpg", imageAlt: "seasonal beer limited edition craft release", authorName: "Ninepenny Team", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", date: "Seasonal"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -97,9 +70,10 @@ export default function EventsPage() {
{ value: "50+", title: "Events Per Year" },
{ value: "1000+", title: "Community Members" },
]}
imageSrc="http://img.b2bpic.net/free-photo/three-bearded-interracial-friends-drink-craft-beer-talk-brewery-two-hipster-workers-aprons-drink-beer-with-their-friend-brewery-factory-old-friends-gathered-drink-beer-chat_613910-20526.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/three-bearded-interracial-friends-drink-craft-beer-talk-brewery-two-hipster-workers-aprons-drink-beer-with-their-friend-brewery-factory-old-friends-gathered-drink-beer-chat_613910-20526.jpg"
imageAlt="brewery interior bar seating craft beer taps"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>

View File

@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],
variable: "--font-source-sans-3", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Ninepenny Brewery | Award-Winning Craft Beer in Conception Bay South",
description: "Discover award-winning craft beer at Ninepenny Brewery in Conception Bay South. Locally brewed, community driven. Visit us for beer, live music, food trucks, and taproom events.",
keywords: "craft beer, brewery Conception Bay South, Newfoundland beer, taproom, local brewery, IPA, stout, lager",
metadataBase: new URL("https://ninepenny-brewery.com"),
title: "Ninepenny Brewery | Award-Winning Craft Beer in Conception Bay South", description: "Discover award-winning craft beer at Ninepenny Brewery in Conception Bay South. Locally brewed, community driven. Visit us for beer, live music, food trucks, and taproom events.", keywords: "craft beer, brewery Conception Bay South, Newfoundland beer, taproom, local brewery, IPA, stout, lager", metadataBase: new URL("https://ninepenny-brewery.com"),
alternates: {
canonical: "https://ninepenny-brewery.com",
},
canonical: "https://ninepenny-brewery.com"},
openGraph: {
title: "Ninepenny Brewery | Award-Winning Craft Beer",
description: "Experience locally brewed craft beer and community vibes at Ninepenny Brewery in Conception Bay South.",
url: "https://ninepenny-brewery.com",
siteName: "Ninepenny Brewery",
type: "website",
images: [
title: "Ninepenny Brewery | Award-Winning Craft Beer", description: "Experience locally brewed craft beer and community vibes at Ninepenny Brewery in Conception Bay South.", url: "https://ninepenny-brewery.com", siteName: "Ninepenny Brewery", type: "website", images: [
{
url: "https://ninepenny-brewery.com/og-hero.jpg",
alt: "Ninepenny Brewery taproom",
},
url: "https://ninepenny-brewery.com/og-hero.jpg", alt: "Ninepenny Brewery taproom"},
],
},
twitter: {
card: "summary_large_image",
title: "Ninepenny Brewery | Craft Beer in Conception Bay South",
description: "Award-winning craft beer, live music, food trucks. Visit our taproom today.",
images: ["https://ninepenny-brewery.com/twitter-hero.jpg"],
card: "summary_large_image", title: "Ninepenny Brewery | Craft Beer in Conception Bay South", description: "Award-winning craft beer, live music, food trucks. Visit our taproom today.", images: ["https://ninepenny-brewery.com/twitter-hero.jpg"],
},
robots: {
index: true,

View File

@@ -53,13 +53,9 @@ export default function HomePage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-pouring-beer_171337-13762.jpg?_wi=1",
imageAlt: "craft brewery taproom beer pour pub interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-pouring-beer_171337-13762.jpg", imageAlt: "craft brewery taproom beer pour pub interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/three-bearded-interracial-friends-drink-craft-beer-talk-brewery-two-hipster-workers-aprons-drink-beer-with-their-friend-brewery-factory-old-friends-gathered-drink-beer-chat_613910-20526.jpg?_wi=1",
imageAlt: "brewery interior bar seating craft beer taps",
},
imageSrc: "http://img.b2bpic.net/free-photo/three-bearded-interracial-friends-drink-craft-beer-talk-brewery-two-hipster-workers-aprons-drink-beer-with-their-friend-brewery-factory-old-friends-gathered-drink-beer-chat_613910-20526.jpg", imageAlt: "brewery interior bar seating craft beer taps"},
]}
autoplayDelay={5000}
showDimOverlay={true}
@@ -77,9 +73,10 @@ export default function HomePage() {
{ value: "4.8★", title: "Customer Rating" },
{ value: "100+", title: "5-Star Reviews" },
]}
imageSrc="http://img.b2bpic.net/free-photo/black-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-13529.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/black-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-13529.jpg"
imageAlt="brewery facility brewing equipment industrial interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -93,37 +90,13 @@ export default function HomePage() {
tagIcon={Beer}
products={[
{
id: "1",
name: "Conception Bay IPA",
price: "7% ABV",
variant: "India Pale Ale • Hoppy & Citrus",
imageSrc: "http://img.b2bpic.net/free-photo/black-beer-wood_1150-12242.jpg?_wi=1",
imageAlt: "IPA beer craft beer bottle beer glass pour",
},
id: "1", name: "Conception Bay IPA", price: "7% ABV", variant: "India Pale Ale • Hoppy & Citrus", imageSrc: "http://img.b2bpic.net/free-photo/black-beer-wood_1150-12242.jpg", imageAlt: "IPA beer craft beer bottle beer glass pour"},
{
id: "2",
name: "Tidal Lager",
price: "5.2% ABV",
variant: "Golden Lager • Crisp & Clean",
imageSrc: "http://img.b2bpic.net/free-vector/realistic-beer-background_23-2147738579.jpg?_wi=1",
imageAlt: "lager beer golden beer beer packaging",
},
id: "2", name: "Tidal Lager", price: "5.2% ABV", variant: "Golden Lager • Crisp & Clean", imageSrc: "http://img.b2bpic.net/free-vector/realistic-beer-background_23-2147738579.jpg", imageAlt: "lager beer golden beer beer packaging"},
{
id: "3",
name: "Dark Harbor Stout",
price: "6.5% ABV",
variant: "Imperial Stout • Rich & Roasted",
imageSrc: "http://img.b2bpic.net/free-photo/frothy-beer-pouring-into-glass-refreshing-refreshment-generated-by-ai_188544-34315.jpg?_wi=1",
imageAlt: "stout beer dark beer beer glass foam",
},
id: "3", name: "Dark Harbor Stout", price: "6.5% ABV", variant: "Imperial Stout • Rich & Roasted", imageSrc: "http://img.b2bpic.net/free-photo/frothy-beer-pouring-into-glass-refreshing-refreshment-generated-by-ai_188544-34315.jpg", imageAlt: "stout beer dark beer beer glass foam"},
{
id: "4",
name: "Seasonal Release",
price: "Varies",
variant: "Limited Edition • Rotating Selection",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beers-chilling-ice_53876-31310.jpg?_wi=1",
imageAlt: "seasonal beer limited edition craft release",
},
id: "4", name: "Seasonal Release", price: "Varies", variant: "Limited Edition • Rotating Selection", imageSrc: "http://img.b2bpic.net/free-photo/closeup-beers-chilling-ice_53876-31310.jpg", imageAlt: "seasonal beer limited edition craft release"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -140,26 +113,18 @@ export default function HomePage() {
description="Stop by our taproom at 75 Conception Bay Hwy, Conception Bay South. Open daily with live music, food trucks, and community vibes. Secure parking available."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Questions? Event inquiries? We'd love to hear from you.",
rows: 4,
name: "message", placeholder: "Questions? Event inquiries? We'd love to hear from you.", rows: 4,
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/isometric-wine-production-flowchart-composition-with-isolated-images-people-serving-appliances-wine-glass-grapes_98292-7604.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-vector/isometric-wine-production-flowchart-composition-with-isolated-images-people-serving-appliances-wine-glass-grapes_98292-7604.jpg"
imageAlt="location map brewery location directions"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -176,59 +141,23 @@ export default function HomePage() {
tagIcon={Star}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Local Food Blogger",
company: "Conception Bay South",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=1",
imageAlt: "smiling customer happy person customer portrait",
},
id: "1", name: "Sarah Johnson", role: "Local Food Blogger", company: "Conception Bay South", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "smiling customer happy person customer portrait"},
{
id: "2",
name: "Michael Chen",
role: "Restaurant Owner",
company: "Harbor Bistro",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
imageAlt: "satisfied customer person portrait happy expression",
},
id: "2", name: "Michael Chen", role: "Restaurant Owner", company: "Harbor Bistro", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "satisfied customer person portrait happy expression"},
{
id: "3",
name: "Emily Rodriguez",
role: "Event Coordinator",
company: "Newfoundland Events Co",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1",
imageAlt: "customer smiling person image portrait photo",
},
id: "3", name: "Emily Rodriguez", role: "Event Coordinator", company: "Newfoundland Events Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "customer smiling person image portrait photo"},
{
id: "4",
name: "David Kim",
role: "Craft Beer Enthusiast",
company: "Local Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2",
imageAlt: "happy customer portrait customer image",
},
id: "4", name: "David Kim", role: "Craft Beer Enthusiast", company: "Local Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "happy customer portrait customer image"},
{
id: "5",
name: "Jessica Wright",
role: "Tourism Director",
company: "CBS Tourism Board",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
imageAlt: "satisfied person customer portrait happy face",
},
id: "5", name: "Jessica Wright", role: "Tourism Director", company: "CBS Tourism Board", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "satisfied person customer portrait happy face"},
{
id: "6",
name: "Thomas MacLeod",
role: "Music Promoter",
company: "Atlantic Live Music",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-patient-looking-camera-sitting-chair-waiting-room-stomatologic_482257-4045.jpg",
imageAlt: "customer photo person image portrait",
},
id: "6", name: "Thomas MacLeod", role: "Music Promoter", company: "Atlantic Live Music", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-patient-looking-camera-sitting-chair-waiting-room-stomatologic_482257-4045.jpg", imageAlt: "customer photo person image portrait"},
]}
kpiItems={[
{ value: "180+", label: "5-Star Reviews" },
@@ -250,38 +179,11 @@ export default function HomePage() {
tagIcon={Calendar}
blogs={[
{
id: "1",
category: "Food Truck Night",
title: "Thursday Night Food Trucks",
excerpt: "Every Thursday evening, local food trucks park outside Ninepenny. Pair your favorite beer with amazing food.",
imageSrc: "http://img.b2bpic.net/free-photo/food-truck-xa-with-hot-dogs-burgers-brutal-bearded-chef_1321-488.jpg?_wi=1",
imageAlt: "food truck outdoor event night market",
authorName: "Ninepenny Team",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
date: "Every Thursday",
},
id: "1", category: "Food Truck Night", title: "Thursday Night Food Trucks", excerpt: "Every Thursday evening, local food trucks park outside Ninepenny. Pair your favorite beer with amazing food.", imageSrc: "http://img.b2bpic.net/free-photo/food-truck-xa-with-hot-dogs-burgers-brutal-bearded-chef_1321-488.jpg", imageAlt: "food truck outdoor event night market", authorName: "Ninepenny Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", date: "Every Thursday"},
{
id: "2",
category: "Live Music",
title: "Weekend Live Music Sessions",
excerpt: "Local musicians perform every Friday and Saturday night. Great acoustics, cold beers, and vibrant community atmosphere.",
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-lady-crowd-concert_181624-27673.jpg?_wi=1",
imageAlt: "live music concert band performance",
authorName: "Ninepenny Team",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
date: "Fri & Sat Nights",
},
id: "2", category: "Live Music", title: "Weekend Live Music Sessions", excerpt: "Local musicians perform every Friday and Saturday night. Great acoustics, cold beers, and vibrant community atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-lady-crowd-concert_181624-27673.jpg", imageAlt: "live music concert band performance", authorName: "Ninepenny Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", date: "Fri & Sat Nights"},
{
id: "3",
category: "Seasonal Release",
title: "Seasonal Beer Releases",
excerpt: "Experience our limited-edition seasonal brews. Only available for a limited time. Mark your calendar for exclusive tastings.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beers-chilling-ice_53876-31310.jpg?_wi=2",
imageAlt: "seasonal beer limited edition craft release",
authorName: "Ninepenny Team",
authorAvatar: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
date: "Seasonal",
},
id: "3", category: "Seasonal Release", title: "Seasonal Beer Releases", excerpt: "Experience our limited-edition seasonal brews. Only available for a limited time. Mark your calendar for exclusive tastings.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-beers-chilling-ice_53876-31310.jpg", imageAlt: "seasonal beer limited edition craft release", authorName: "Ninepenny Team", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", date: "Seasonal"},
]}
animationType="slide-up"
textboxLayout="default"