From 6eea347980995626985ad5de96b296c7d5c0ffa7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 11:38:08 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 662e010..5f6683c 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -23,21 +23,23 @@ export default function BlogPage() { headingFontWeight="medium" > - + { isLoading ? ( -- 2.49.1 From 7a362ed807fedba5515200c47e50c2e5d4080737 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 11:38:09 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a2e1b3..d006ae8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,6 +100,7 @@ export default function LandingPage() { { id: "3", title: "Flower Care Guides", description: "Receive expert tips and tricks to keep your Fialko blooms vibrant and fresh for longer.", tag: "Freshness", imageSrc: "https://img.b2bpic.net/free-photo/close-up-woman-holding-watering-gloves_23-2149128082.jpg", imageAlt: "Flower care guide"}, ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={true} className="py-20" @@ -124,6 +125,7 @@ export default function LandingPage() { { id: "3", name: "Vibrant Mixed Bouquet", price: "$80", imageSrc: "https://img.b2bpic.net/free-photo/woman-holding-bouquet-yellow-orange-dahliason-light-background_169016-39443.jpg", imageAlt: "Vibrant mixed bouquet"}, ]} + animationType="slide-up" gridVariant="four-items-2x2-equal-grid" textboxLayout="default" useInvertedBackground={false} @@ -159,6 +161,7 @@ export default function LandingPage() { { value: "98%", label: "Customer Satisfaction" }, { value: "10+", label: "Years of Experience" }, ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={true} className="py-20" @@ -186,6 +189,7 @@ export default function LandingPage() { { id: "4", title: "What is your delivery area?", content: "We deliver throughout the city and surrounding suburbs. Enter your postcode at checkout to confirm."}, ]} + faqsAnimation="slide-up" textPosition="left" useInvertedBackground={false} animationType="smooth" -- 2.49.1 From 7d6ba697162e53c2537ffc461c1068227bfbb248 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 11:38:10 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e6b28e0..9dd22fc 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -98,7 +98,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="medium" > -