Merge version_1 into main #4

Merged
bender merged 4 commits from version_1 into main 2026-02-22 16:01:53 +00:00
4 changed files with 8 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ export default function BlogPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg?_wi=3"
imageAlt="Cozy coffee shop interior with warm lighting"
columns={[
{

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "View Our Menu", href: "#menu" },
{ text: "Find Us", href: "#contact" },
]}
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg?_wi=1"
imageAlt="Cozy coffee shop interior with barista making coffee"
textPosition="bottom-left"
showDimOverlay={true}
@@ -169,7 +169,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg?_wi=2"
imageAlt="Cozy coffee shop interior with warm lighting"
columns={[
{ title: "Brew Haven", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }] },

View File

@@ -104,7 +104,7 @@ function ProductPageContent({ params }: ProductPageProps) {
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg?_wi=6"
imageAlt="Cozy coffee shop interior with warm lighting"
columns={[
{ title: "Brew Haven", items: [{ label: "Home", href: "/#hero" }, { label: "Menu", href: "/#menu" }, { label: "About Us", href: "/#about" }] },
@@ -161,7 +161,7 @@ function ProductPageContent({ params }: ProductPageProps) {
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg?_wi=7"
imageAlt="Cozy coffee shop interior with warm lighting"
columns={[
{ title: "Brew Haven", items: [{ label: "Home", href: "/#hero" }, { label: "Menu", href: "/#menu" }, { label: "About Us", href: "/#about" }] },
@@ -242,7 +242,7 @@ function ProductPageContent({ params }: ProductPageProps) {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg?_wi=8"
imageAlt="Cozy coffee shop interior with warm lighting"
columns={[
{ title: "Brew Haven", items: [{ label: "Home", href: "/#hero" }, { label: "Menu", href: "/#menu" }, { label: "About Us", href: "/#about" }] },

View File

@@ -71,7 +71,7 @@ function ShopPageContent() {
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg?_wi=4"
imageAlt="Cozy coffee shop interior with warm lighting"
columns={[
{ title: "Brew Haven", items: [{ label: "Home", href: "/#hero" }, { label: "Menu", href: "/#menu" }, { label: "About Us", href: "/#about" }] },
@@ -142,7 +142,7 @@ function ShopPageContent() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg?_wi=5"
imageAlt="Cozy coffee shop interior with warm lighting"
columns={[
{ title: "Brew Haven", items: [{ label: "Home", href: "/#hero" }, { label: "Menu", href: "/#menu" }, { label: "About Us", href: "/#about" }] },