From 3f6d05d5af0a13c8c5622856bf9cdeea033d4236 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 09:48:31 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 74 ++++++++++++++++++++++--------------------- 1 file changed, 38 insertions(+), 36 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index e1d65f3..8aa5626 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -24,23 +24,25 @@ export default function BlogPage() { headingFontWeight="light" > - + {isLoading ? (
@@ -59,25 +61,25 @@ export default function BlogPage() { />
)} - - +
); -- 2.49.1 From 63cf81d6dc7658297eb2c4cfeb4f285b22729c20 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 09:48:33 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 972196d..b7bd060 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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?_wi=1", 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", 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?_wi=2" + imageSrc="/placeholders/placeholder1.webp" imageAlt="Exterior view of Inkola coffeeshop." mediaAnimation="slide-up" mediaPosition="right" @@ -240,7 +240,7 @@ export default function LandingPage() {