Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-03 00:17:01 +00:00
6 changed files with 125 additions and 282 deletions

View File

@@ -49,7 +49,7 @@ export default function AboutPage() {
description="WT Brews started with a simple dream: to bring world-class craft beer to our hometown. Today, we're proud to be Baldwinsville's gathering place where quality, authenticity, and community come together."
subdescription="More Than a Brewery — A Local Institution"
icon={Leaf}
imageSrc="http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg"
imageAlt="WT Brews Brewery Facility"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -64,15 +64,7 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Local Sourcing",
"Quality Craftsmanship",
"Community Support",
"Sustainability",
"Tradition & Innovation",
"Genuine Hospitality",
"Transparency",
"Long-Term Impact",
]}
"Local Sourcing", "Quality Craftsmanship", "Community Support", "Sustainability", "Tradition & Innovation", "Genuine Hospitality", "Transparency", "Long-Term Impact"]}
speed={40}
showCard={true}
/>
@@ -85,21 +77,13 @@ export default function AboutPage() {
author="Jennifer D., Community Member"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
alt: "Jennifer D.",
},
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Jennifer D."},
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
alt: "Community member",
},
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Community member"},
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
alt: "Community member",
},
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Community member"},
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
alt: "Community member",
},
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Community member"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -112,7 +96,7 @@ export default function AboutPage() {
text="Experience the WT Brews difference firsthand. Visit us soon and discover why we're Baldwinsville's favorite local brewery."
animationType="entrance-slide"
buttons={[
{ text: "Visit Our Brewery", href: "/contact" },
{ text: "Visit Our Brewery", href: "#contact" },
{ text: "Learn More", href: "#" },
]}
background={{ variant: "plain" }}
@@ -122,12 +106,11 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/closeup-waiter-serving-beer-bar_637285-12529.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/closeup-waiter-serving-beer-bar_637285-12529.jpg"
imageAlt="WT Brews Brewery Atmosphere"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Our Beers", href: "/beers" },
{ label: "Events", href: "/events" },
@@ -135,17 +118,15 @@ export default function AboutPage() {
],
},
{
title: "Visit Us",
items: [
{ label: "Hours & Location", href: "/contact" },
{ label: "Reserve a Table", href: "/contact" },
title: "Visit Us", items: [
{ label: "Hours & Location", href: "#contact" },
{ label: "Reserve a Table", href: "#contact" },
{ label: "Private Events", href: "/events" },
{ label: "Contact", href: "/contact" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Responsible Drinking", href: "#" },

View File

@@ -60,46 +60,34 @@ export default function BeersPage() {
features={[
{
icon: Beer,
title: "Golden Ale",
description:
"Crisp, refreshing ale with hints of citrus and a smooth finish. Perfect for any occasion.",
},
title: "Golden Ale", description:
"Crisp, refreshing ale with hints of citrus and a smooth finish. Perfect for any occasion."},
{
icon: Flame,
title: "Dark Stout",
description:
"Rich, full-bodied stout with notes of chocolate and coffee. A local favorite.",
},
title: "Dark Stout", description:
"Rich, full-bodied stout with notes of chocolate and coffee. A local favorite."},
{
icon: Zap,
title: "Hoppy IPA",
description:
"Bold, aromatic IPA packed with flavor and bite. For the craft beer enthusiast.",
},
title: "Hoppy IPA", description:
"Bold, aromatic IPA packed with flavor and bite. For the craft beer enthusiast."},
{
icon: Wind,
title: "Wheat Beer",
description:
"Light, fruity wheat beer with a smooth, creamy head. Great year-round.",
},
title: "Wheat Beer", description:
"Light, fruity wheat beer with a smooth, creamy head. Great year-round."},
{
icon: Leaf,
title: "Seasonal Special",
description:
"Limited-edition seasonal brews that capture the essence of each time of year.",
},
title: "Seasonal Special", description:
"Limited-edition seasonal brews that capture the essence of each time of year."},
{
icon: Droplets,
title: "House Lager",
description:
"Clean, crisp lager brewed to perfection. Our signature house blend.",
},
title: "House Lager", description:
"Clean, crisp lager brewed to perfection. Our signature house blend."},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Schedule a Tasting", href: "/contact" },
{ text: "Schedule a Tasting", href: "#contact" },
{ text: "Order Online", href: "#" },
]}
buttonAnimation="slide-up"
@@ -117,32 +105,17 @@ export default function BeersPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Beginner's Flight",
price: "$18",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-alcohol-drink-shots-table-sunlight-with-blurry-background_181624-32670.jpg?_wi=1",
imageAlt: "Beginner's Beer Flight",
},
id: "1", name: "Beginner's Flight", price: "$18", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-alcohol-drink-shots-table-sunlight-with-blurry-background_181624-32670.jpg", imageAlt: "Beginner's Beer Flight"},
{
id: "2",
name: "Connoisseur's Flight",
price: "$25",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-alcohol-drink-shots-table-sunlight-with-blurry-background_181624-32670.jpg?_wi=2",
imageAlt: "Connoisseur's Beer Flight",
},
id: "2", name: "Connoisseur's Flight", price: "$25", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-alcohol-drink-shots-table-sunlight-with-blurry-background_181624-32670.jpg", imageAlt: "Connoisseur's Beer Flight"},
{
id: "3",
name: "Seasonal Flight",
price: "$22",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-alcohol-drink-shots-table-sunlight-with-blurry-background_181624-32670.jpg?_wi=3",
imageAlt: "Seasonal Beer Flight",
},
id: "3", name: "Seasonal Flight", price: "$22", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-alcohol-drink-shots-table-sunlight-with-blurry-background_181624-32670.jpg", imageAlt: "Seasonal Beer Flight"},
]}
buttons={[
{ text: "Reserve Your Flight", href: "/contact" },
{ text: "Reserve Your Flight", href: "#contact" },
]}
buttonAnimation="slide-up"
/>
@@ -153,8 +126,8 @@ export default function BeersPage() {
text="Want to learn more about our beers? Visit us for tastings, brewery tours, or special events. We'd love to share our craft with you!"
animationType="entrance-slide"
buttons={[
{ text: "Visit Us Today", href: "/contact" },
{ text: "Book a Tour", href: "/contact" },
{ text: "Visit Us Today", href: "#contact" },
{ text: "Book a Tour", href: "#contact" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -163,12 +136,11 @@ export default function BeersPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/closeup-waiter-serving-beer-bar_637285-12529.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/closeup-waiter-serving-beer-bar_637285-12529.jpg"
imageAlt="WT Brews Brewery Atmosphere"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Our Beers", href: "/beers" },
{ label: "Events", href: "/events" },
@@ -176,17 +148,15 @@ export default function BeersPage() {
],
},
{
title: "Visit Us",
items: [
{ label: "Hours & Location", href: "/contact" },
{ label: "Reserve a Table", href: "/contact" },
title: "Visit Us", items: [
{ label: "Hours & Location", href: "#contact" },
{ label: "Reserve a Table", href: "#contact" },
{ label: "Private Events", href: "/events" },
{ label: "Contact", href: "/contact" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Responsible Drinking", href: "#" },

View File

@@ -60,11 +60,8 @@ export default function ContactPage() {
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Visit WT Brews",
logoIcon: Beer,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-hipster-male-manufacturer-presenting-beer-microbrewery_613910-8094.jpg?_wi=2",
searchPlaceholder: "What can we help you with?",
sidebarItems: [
title: "Visit WT Brews", logoIcon: Beer,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-hipster-male-manufacturer-presenting-beer-microbrewery_613910-8094.jpg", searchPlaceholder: "What can we help you with?", sidebarItems: [
{ icon: MapPin, active: true },
{ icon: Clock, active: false },
{ icon: Users, active: false },
@@ -75,43 +72,30 @@ export default function ContactPage() {
],
stats: [
{
title: "Location",
values: ["Baldwinsville", "New York", "USA"],
description: "Find us on Main Street",
},
title: "Location", values: [0, 0, 0],
description: "Find us on Main Street"},
{
title: "Hours",
values: ["Tue-Thu", "Fri-Sat", "Sun 12PM"],
valueSuffix: "4PM-10PM",
description: "Open daily for you",
},
title: "Hours", values: [0, 0, 0],
valueSuffix: "4PM-10PM", description: "Open daily for you"},
{
title: "Phone",
values: ["(315)", "555-", "0147"],
description: "Call anytime",
},
title: "Phone", values: [315, 555, 147],
description: "Call anytime"},
],
chartTitle: "Busiest Times",
chartData: [
chartTitle: "Busiest Times", chartData: [
{ value: 30 },
{ value: 45 },
{ value: 65 },
{ value: 55 },
{ value: 85 },
],
listTitle: "This Week",
listItems: [
listTitle: "This Week", listItems: [
{
icon: Calendar,
title: "Trivia Night",
status: "Thursday 7PM",
},
title: "Trivia Night", status: "Thursday 7PM"},
{ icon: Music, title: "Live Music", status: "Saturday 8PM" },
{
icon: Users,
title: "Brewery Tour",
status: "Sunday 2PM",
},
title: "Brewery Tour", status: "Sunday 2PM"},
],
}}
/>
@@ -132,12 +116,11 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/closeup-waiter-serving-beer-bar_637285-12529.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/closeup-waiter-serving-beer-bar_637285-12529.jpg"
imageAlt="WT Brews Brewery Atmosphere"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Our Beers", href: "/beers" },
{ label: "Events", href: "/events" },
@@ -145,17 +128,15 @@ export default function ContactPage() {
],
},
{
title: "Visit Us",
items: [
{ label: "Hours & Location", href: "/contact" },
{ label: "Reserve a Table", href: "/contact" },
title: "Visit Us", items: [
{ label: "Hours & Location", href: "#contact" },
{ label: "Reserve a Table", href: "#contact" },
{ label: "Private Events", href: "/events" },
{ label: "Contact", href: "/contact" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Responsible Drinking", href: "#" },

View File

@@ -52,31 +52,16 @@ export default function EventsPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
name: "Birthday Celebrations",
price: "Starting at $299",
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: "Birthday party at brewery",
},
id: "1", name: "Birthday Celebrations", price: "Starting at $299", 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: "Birthday party at brewery"},
{
id: "2",
name: "Corporate Events",
price: "Custom Packages",
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",
imageAlt: "Corporate event at brewery",
},
id: "2", name: "Corporate Events", price: "Custom Packages", 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: "Corporate event at brewery"},
{
id: "3",
name: "Private Tastings",
price: "Starting at $399",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-alcohol-drink-shots-table-sunlight-with-blurry-background_181624-32670.jpg?_wi=4",
imageAlt: "Private beer tasting",
},
id: "3", name: "Private Tastings", price: "Starting at $399", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-alcohol-drink-shots-table-sunlight-with-blurry-background_181624-32670.jpg", imageAlt: "Private beer tasting"},
]}
buttons={[{ text: "Reserve Your Event", href: "/contact" }]}
buttons={[{ text: "Reserve Your Event", href: "#contact" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -90,15 +75,7 @@ export default function EventsPage() {
useInvertedBackground={true}
tagIcon={Heart}
names={[
"Birthday Parties",
"Corporate Meetings",
"Wedding Receptions",
"Team Building",
"Product Launches",
"Anniversary Parties",
"Holiday Celebrations",
"Networking Events",
]}
"Birthday Parties", "Corporate Meetings", "Wedding Receptions", "Team Building", "Product Launches", "Anniversary Parties", "Holiday Celebrations", "Networking Events"]}
speed={40}
showCard={true}
/>
@@ -109,7 +86,7 @@ export default function EventsPage() {
text="Ready to plan your next event? Our team is here to help create the perfect celebration with great beer, space, and service."
animationType="entrance-slide"
buttons={[
{ text: "Plan Your Event", href: "/contact" },
{ text: "Plan Your Event", href: "#contact" },
{ text: "Call for Details", href: "tel:3155550147" },
]}
background={{ variant: "plain" }}
@@ -119,12 +96,11 @@ export default function EventsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/closeup-waiter-serving-beer-bar_637285-12529.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/closeup-waiter-serving-beer-bar_637285-12529.jpg"
imageAlt="WT Brews Brewery Atmosphere"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Our Beers", href: "/beers" },
{ label: "Events", href: "/events" },
@@ -132,17 +108,15 @@ export default function EventsPage() {
],
},
{
title: "Visit Us",
items: [
{ label: "Hours & Location", href: "/contact" },
{ label: "Reserve a Table", href: "/contact" },
title: "Visit Us", items: [
{ label: "Hours & Location", href: "#contact" },
{ label: "Reserve a Table", href: "#contact" },
{ label: "Private Events", href: "/events" },
{ label: "Contact", href: "/contact" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Responsible Drinking", href: "#" },

View File

@@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
variable: "--font-public-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "WT Brews | Local Craft Beer Brewery in Baldwinsville, NY",
description: "Award-winning local craft brewery in Baldwinsville. Handcrafted beers, farm-fresh ingredients, and a welcoming community gathering space. Call (315) 555-0147 or visit today.",
keywords: "craft beer, brewery, Baldwinsville, local brewery, New York craft beer, farm brewery, beer tasting, private events",
metadataBase: new URL("https://wtbrews.local"),
title: "WT Brews | Local Craft Beer Brewery in Baldwinsville, NY", description: "Award-winning local craft brewery in Baldwinsville. Handcrafted beers, farm-fresh ingredients, and a welcoming community gathering space. Call (315) 555-0147 or visit today.", keywords: "craft beer, brewery, Baldwinsville, local brewery, New York craft beer, farm brewery, beer tasting, private events", metadataBase: new URL("https://wtbrews.local"),
alternates: {
canonical: "https://wtbrews.local",
},
canonical: "https://wtbrews.local"},
openGraph: {
title: "WT Brews | Baldwinsville's Premier Local Craft Brewery",
description: "Experience authentic, handcrafted beer in a welcoming local brewery. Farm-fresh ingredients and genuine community spirit.",
url: "https://wtbrews.local",
siteName: "WT Brews",
type: "website",
images: [
title: "WT Brews | Baldwinsville's Premier Local Craft Brewery", description: "Experience authentic, handcrafted beer in a welcoming local brewery. Farm-fresh ingredients and genuine community spirit.", url: "https://wtbrews.local", siteName: "WT Brews", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-hipster-male-manufacturer-presenting-beer-microbrewery_613910-8094.jpg",
alt: "WT Brews Brewery Interior",
},
url: "http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-hipster-male-manufacturer-presenting-beer-microbrewery_613910-8094.jpg", alt: "WT Brews Brewery Interior"},
],
},
twitter: {
card: "summary_large_image",
title: "WT Brews | Local Craft Brewery Baldwinsville",
description: "Handcrafted beer. Local pride. Welcoming community.",
images: ["http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-hipster-male-manufacturer-presenting-beer-microbrewery_613910-8094.jpg"],
card: "summary_large_image", title: "WT Brews | Local Craft Brewery Baldwinsville", description: "Handcrafted beer. Local pride. Welcoming community.", images: ["http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-hipster-male-manufacturer-presenting-beer-microbrewery_613910-8094.jpg"],
},
robots: {
index: true,

View File

@@ -69,63 +69,47 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{ text: "Call Now: (315) 555-0147", href: "tel:3155550147" },
{ text: "Plan Your Visit", href: "/contact" },
{ text: "Plan Your Visit", href: "#contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
dashboard={{
title: "WT Brews At A Glance",
logoIcon: Beer,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-hipster-male-manufacturer-presenting-beer-microbrewery_613910-8094.jpg?_wi=1",
searchPlaceholder: "Find your next favorite beer...",
sidebarItems: [
title: "WT Brews At A Glance", logoIcon: Beer,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-hipster-male-manufacturer-presenting-beer-microbrewery_613910-8094.jpg", searchPlaceholder: "Find your next favorite beer...", sidebarItems: [
{ icon: MapPin, active: true },
{ icon: Clock, active: false },
{ icon: Users, active: false },
],
buttons: [
{ text: "View Hours", href: "/contact" },
{ text: "Reserve Table", href: "/contact" },
{ text: "View Hours", href: "#contact" },
{ text: "Reserve Table", href: "#contact" },
],
stats: [
{
title: "Rating",
values: ["4.7", "4.8", "4.9"],
description: "Out of 5 stars from 148+ reviews",
},
title: "Rating", values: [4.7, 4.8, 4.9],
description: "Out of 5 stars from 148+ reviews"},
{
title: "On Tap",
values: ["8", "10", "12"],
valueSuffix: "Beers",
description: "Rotating seasonal selections",
},
title: "On Tap", values: [8, 10, 12],
valueSuffix: "Beers", description: "Rotating seasonal selections"},
{
title: "Years Local",
values: ["5", "10", "15"],
description: "Proudly serving Baldwinsville",
},
title: "Years Local", values: [5, 10, 15],
description: "Proudly serving Baldwinsville"},
],
chartTitle: "Weekly Visitor Flow",
chartData: [
chartTitle: "Weekly Visitor Flow", chartData: [
{ value: 45 },
{ value: 72 },
{ value: 88 },
{ value: 65 },
{ value: 95 },
],
listTitle: "Recent Events",
listItems: [
listTitle: "Recent Events", listItems: [
{
icon: Calendar,
title: "Trivia Night",
status: "Every Thursday",
},
title: "Trivia Night", status: "Every Thursday"},
{ icon: Music, title: "Live Music", status: "Fri & Sat" },
{
icon: Users,
title: "Group Reservations",
status: "Anytime",
},
title: "Group Reservations", status: "Anytime"},
],
}}
/>
@@ -139,7 +123,7 @@ export default function HomePage() {
description="WT Brews is a New York State Farm Brewery dedicated to crafting premium, handcrafted beers using locally-sourced ingredients. We're more than a brewery—we're your neighborhood gathering place."
subdescription="Locally Owned & Operated in Baldwinsville"
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg"
imageAlt="WT Brews Brewery Facility"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -156,40 +140,28 @@ export default function HomePage() {
features={[
{
icon: Beer,
title: "Golden Ale",
description:
"Crisp, refreshing ale with hints of citrus and a smooth finish. Perfect for any occasion.",
},
title: "Golden Ale", description:
"Crisp, refreshing ale with hints of citrus and a smooth finish. Perfect for any occasion."},
{
icon: Flame,
title: "Dark Stout",
description:
"Rich, full-bodied stout with notes of chocolate and coffee. A local favorite.",
},
title: "Dark Stout", description:
"Rich, full-bodied stout with notes of chocolate and coffee. A local favorite."},
{
icon: Zap,
title: "Hoppy IPA",
description:
"Bold, aromatic IPA packed with flavor and bite. For the craft beer enthusiast.",
},
title: "Hoppy IPA", description:
"Bold, aromatic IPA packed with flavor and bite. For the craft beer enthusiast."},
{
icon: Wind,
title: "Wheat Beer",
description:
"Light, fruity wheat beer with a smooth, creamy head. Great year-round.",
},
title: "Wheat Beer", description:
"Light, fruity wheat beer with a smooth, creamy head. Great year-round."},
{
icon: Leaf,
title: "Seasonal Special",
description:
"Limited-edition seasonal brews that capture the essence of each time of year.",
},
title: "Seasonal Special", description:
"Limited-edition seasonal brews that capture the essence of each time of year."},
{
icon: Droplets,
title: "House Lager",
description:
"Clean, crisp lager brewed to perfection. Our signature house blend.",
},
title: "House Lager", description:
"Clean, crisp lager brewed to perfection. Our signature house blend."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -208,15 +180,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Local News Featured",
"Farm Brewery Certified",
"Top Rated Review Site",
"Community Award Winner",
"NYS Craft Beer Alliance",
"Best Local Brewery",
"Family Favorite Spot",
"Sustainability Leader",
]}
"Local News Featured", "Farm Brewery Certified", "Top Rated Review Site", "Community Award Winner", "NYS Craft Beer Alliance", "Best Local Brewery", "Family Favorite Spot", "Sustainability Leader"]}
speed={40}
showCard={true}
/>
@@ -229,21 +193,13 @@ export default function HomePage() {
author="Sarah M., Local Resident"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
alt: "Sarah M.",
},
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Sarah M."},
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Customer"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -266,12 +222,11 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/closeup-waiter-serving-beer-bar_637285-12529.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/closeup-waiter-serving-beer-bar_637285-12529.jpg"
imageAlt="WT Brews Brewery Atmosphere"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Our Beers", href: "/beers" },
{ label: "Events", href: "/events" },
@@ -279,17 +234,15 @@ export default function HomePage() {
],
},
{
title: "Visit Us",
items: [
{ label: "Hours & Location", href: "/contact" },
{ label: "Reserve a Table", href: "/contact" },
title: "Visit Us", items: [
{ label: "Hours & Location", href: "#contact" },
{ label: "Reserve a Table", href: "#contact" },
{ label: "Private Events", href: "/events" },
{ label: "Contact", href: "/contact" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Responsible Drinking", href: "#" },