From def75b55bfca033955b7c52aeadf8ccc217611e0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:16:54 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 47 +++++++++++++----------------------------- 1 file changed, 14 insertions(+), 33 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8cfea64..c428dfe 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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() {