Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-02 21:21:34 +00:00

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-holding-cup_23-2149172523.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-holding-cup_23-2149172523.jpg?_wi=1"
mediaAnimation="blur-reveal"
/>
</div>
@@ -76,7 +76,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Welcome to Our Coffeehouse"
description="Blue Front Coffee Co has been a staple of the Downtown Athens community. We believe in the power of a perfect cup, friendly service, and a welcoming atmosphere that invites creativity and community connection. Whether you're a student pulling an all-nighter or a local meeting up with friends, we're glad to have you."
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256934.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256934.jpg?_wi=1"
/>
</div>
@@ -92,7 +92,7 @@ export default function LandingPage() {
bentoComponent: "media-stack",
items: [
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg?_wi=1",
imageAlt: "Fresh Pastry",
},
{
@@ -104,7 +104,7 @@ export default function LandingPage() {
imageAlt: "Downtown Athens Cafe Exterior",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-cup_23-2149172523.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-cup_23-2149172523.jpg?_wi=2",
imageAlt: "latte art close up coffee shop",
},
{
@@ -112,14 +112,14 @@ export default function LandingPage() {
description: "High-speed Wi-Fi and comfortable seating for students and remote workers.",
bentoComponent: "reveal-icon",
icon: Wifi,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256934.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256934.jpg?_wi=2",
imageAlt: "barista serving customer coffee shop",
},
{
title: "Location",
description: "Conveniently central",
bentoComponent: "map",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg?_wi=2",
imageAlt: "fresh pastry coffee shop wooden table",
},
]}