Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-06-07 12:07:17 +00:00
3 changed files with 4 additions and 8 deletions

View File

@@ -44,8 +44,8 @@ export default function AboutPage() {
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Our Story: Crafting Moments, One Cup at a Time" }]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg?_wi=2"
imageAlt="cozy coffee shop interior warm lighting"
image={{
src: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg", alt: "cozy coffee shop interior warm lighting"}}
/>
</div>
@@ -71,7 +71,6 @@ export default function AboutPage() {
{ items: footerNavItems },
{ items: [{ label: "Instagram", href: "https://www.instagram.com/mian.jo" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
useInvertedBackground={false}
/>
</div>
</ThemeProvider>

View File

@@ -96,7 +96,6 @@ export default function MenuPage() {
{ items: footerNavItems },
{ items: [{ label: "Instagram", href: "https://www.instagram.com/mian.jo" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
useInvertedBackground={false}
/>
</div>
</ThemeProvider>

View File

@@ -56,7 +56,6 @@ export default function HomePage() {
imageSrc="http://img.b2bpic.net/free-photo/male-barista-preparing-coffee_23-2148824432.jpg"
imageAlt="Full-screen background of premium coffee beans"
mediaAnimation="opacity"
useInvertedBackground={true}
/>
</div>
@@ -64,8 +63,8 @@ export default function HomePage() {
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Our Passion for Perfect Coffee" }]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg?_wi=1"
imageAlt="cozy coffee shop interior warm lighting"
image={{
src: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg", alt: "cozy coffee shop interior warm lighting"}}
/>
</div>
@@ -121,7 +120,6 @@ export default function HomePage() {
{ items: footerNavItems },
{ items: [{ label: "Instagram", href: "https://www.instagram.com/mian.jo" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
useInvertedBackground={false}
/>
</div>
</ThemeProvider>