Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-15 16:11:08 +00:00

View File

@@ -139,6 +139,7 @@ export default function LandingPage() {
description="Get to know more about our floral boutique services."
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Where are you located?", content: "We are based at Shamneel Court, Westlands, Nairobi." },
{ id: "f2", title: "How do I contact you?", content: "Reach us via hello@westlandsfloral.com or call +254 700 000 000." }
@@ -152,6 +153,7 @@ export default function LandingPage() {
title="Contact Us"
description="Visit us in Westlands for custom floral arrangements."
tag="Get In Touch"
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
/>
</div>