Merge version_1 into main #3
@@ -63,7 +63,7 @@ export default function BlogPage() {
|
||||
)}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageSrc="/placeholders/placeholder1.webp?_wi=4"
|
||||
imageAlt="Close-up of roasted coffee beans."
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Coffee", href: "/#menu" }, { label: "Pastries", href: "/#menu" }, { label: "Beverages", href: "/#menu" }] },
|
||||
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Artisan Roasting", description: "We source only premium, ethically grown beans and roast them in-house daily to unlock their richest flavors and aromas.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Close up of coffee beans roasting in a machine."},
|
||||
title: "Artisan Roasting", description: "We source only premium, ethically grown beans and roast them in-house daily to unlock their richest flavors and aromas.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Close up of coffee beans roasting in a machine."},
|
||||
{
|
||||
id: 2,
|
||||
title: "Cozy Ambiance", description: "Our thoughtfully designed space offers a tranquil escape, perfect for work, relaxation, or intimate conversations.", imageSrc: "https://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", imageAlt: "Cozy and inviting coffeeshop interior."},
|
||||
@@ -223,7 +223,7 @@ export default function LandingPage() {
|
||||
tagIcon={MapPin}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageSrc="/placeholders/placeholder1.webp?_wi=2"
|
||||
imageAlt="Exterior view of Inkola coffeeshop."
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -240,7 +240,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageSrc="/placeholders/placeholder1.webp?_wi=3"
|
||||
imageAlt="Close-up of roasted coffee beans."
|
||||
columns={[
|
||||
{
|
||||
|
||||
@@ -222,7 +222,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageSrc="/placeholders/placeholder1.webp?_wi=6"
|
||||
imageAlt="Close-up of roasted coffee beans."
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Coffee", href: "/#menu" }, { label: "Pastries", href: "/#menu" }, { label: "Beverages", href: "/#menu" }] },
|
||||
|
||||
@@ -134,7 +134,7 @@ function ShopPageContent() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageSrc="/placeholders/placeholder1.webp?_wi=5"
|
||||
imageAlt="Close-up of roasted coffee beans."
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Coffee", href: "/#menu" }, { label: "Pastries", href: "/#menu" }, { label: "Beverages", href: "/#menu" }] },
|
||||
|
||||
Reference in New Issue
Block a user