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 ? ( 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" 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" > -