Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-09 01:25:19 +00:00

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
{
text: "See The Vibe", href: "#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-beer-taps-brewery_23-2150322415.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-beer-taps-brewery_23-2150322415.jpg?_wi=1"
imageAlt="The authentic Boston dive bar atmosphere"
mediaAnimation="opacity"
avatars={[
@@ -104,7 +104,7 @@ export default function LandingPage() {
{
value: "2AM", title: "Close Time"},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-tea-cafe_1303-25721.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-tea-cafe_1303-25721.jpg?_wi=1"
imageAlt="Authentic pub interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -119,11 +119,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Cold Pints", description: "Guinness poured exactly how it should be, every single time.", imageSrc: "http://img.b2bpic.net/free-photo/view-beer-taps-brewery_23-2150322415.jpg", imageAlt: "Cold pint glass"},
title: "Cold Pints", description: "Guinness poured exactly how it should be, every single time.", imageSrc: "http://img.b2bpic.net/free-photo/view-beer-taps-brewery_23-2150322415.jpg?_wi=2", imageAlt: "Cold pint glass"},
{
title: "Local Vibe", description: "Meet the real people of South Boston in an environment that feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-cafe_1303-25721.jpg", imageAlt: "People socializing at bar"},
title: "Local Vibe", description: "Meet the real people of South Boston in an environment that feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-cafe_1303-25721.jpg?_wi=2", imageAlt: "People socializing at bar"},
{
title: "No Nonsense", description: "We keep it simple, honest, and classic. The way a dive bar should be.", imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", imageAlt: "Interior mood"},
title: "No Nonsense", description: "We keep it simple, honest, and classic. The way a dive bar should be.", imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=1", imageAlt: "Interior mood"},
]}
title="Why We're The Best"
description="Everything you need, nothing you don't."
@@ -140,15 +140,15 @@ export default function LandingPage() {
description="The folks who keep the taps flowing and the stories rolling."
members={[
{
id: "m1", name: "Jimmy 'The Tap'", role: "Head Bartender", imageSrc: "http://img.b2bpic.net/free-photo/view-beer-taps-brewery_23-2150322415.jpg", imageAlt: "Bartender"},
id: "m1", name: "Jimmy 'The Tap'", role: "Head Bartender", imageSrc: "http://img.b2bpic.net/free-photo/view-beer-taps-brewery_23-2150322415.jpg?_wi=3", imageAlt: "Bartender"},
{
id: "m2", name: "Sarah", role: "Server", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-cafe_1303-25721.jpg", imageAlt: "Server"},
id: "m2", name: "Sarah", role: "Server", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-cafe_1303-25721.jpg?_wi=3", imageAlt: "Server"},
{
id: "m3", name: "Mikey", role: "Doorman", imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", imageAlt: "Doorman"},
id: "m3", name: "Mikey", role: "Doorman", imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=2", imageAlt: "Doorman"},
{
id: "m4", name: "Pat", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/view-beer-taps-brewery_23-2150322415.jpg", imageAlt: "Manager"},
id: "m4", name: "Pat", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/view-beer-taps-brewery_23-2150322415.jpg?_wi=4", imageAlt: "Manager"},
{
id: "m5", name: "Brendan", role: "Barback", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-cafe_1303-25721.jpg", imageAlt: "Barback"},
id: "m5", name: "Brendan", role: "Barback", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-cafe_1303-25721.jpg?_wi=4", imageAlt: "Barback"},
]}
/>
</div>
@@ -167,7 +167,7 @@ export default function LandingPage() {
textarea={{
name: "message", placeholder: "Any questions? Drop us a note.", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=3"
imageAlt="Bar exterior"
mediaAnimation="blur-reveal"
buttonText="Send Message"