Merge version_3 into main #6

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

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
title="Westlands Floral"
description="Exquisite floral artistry and premium arrangements tailored for every occasion in the heart of Shamneel Court, Westlands."
buttons={[{ text: "Explore Collections", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/flower-arrangement-fresh-flowers-pumpkin_169016-5452.jpg"
imageSrc="http://img.b2bpic.net/free-photo/flower-arrangement-fresh-flowers-pumpkin_169016-5452.jpg?_wi=1"
/>
</div>
@@ -57,7 +57,7 @@ export default function LandingPage() {
tag="Our Story"
title="Handcrafted Elegance in Every Petal"
description="Based in Shamneel Court, Westlands, we bring premium floral designs to your doorstep."
imageSrc="http://img.b2bpic.net/free-photo/close-up-florist-with-beautiful-flowers_23-2149247524.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-florist-with-beautiful-flowers_23-2149247524.jpg?_wi=1"
/>
</div>
@@ -70,8 +70,8 @@ export default function LandingPage() {
title="Curated Floral Collections"
description="Experience our signature arrangements, meticulously designed with the finest seasonal blooms."
products={[
{ id: "p1", name: "Royal Rose Ensemble", price: "KSh 4,500", variant: "Bouquet", imageSrc: "http://img.b2bpic.net/free-photo/close-up-florist-with-beautiful-flowers_23-2149247524.jpg" },
{ id: "p2", name: "Spring Morning Bliss", price: "KSh 3,800", variant: "Bouquet", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-gerbera-rose-flower-bouquet_23-2148075276.jpg" },
{ id: "p1", name: "Royal Rose Ensemble", price: "KSh 4,500", variant: "Bouquet", imageSrc: "http://img.b2bpic.net/free-photo/close-up-florist-with-beautiful-flowers_23-2149247524.jpg?_wi=2" },
{ id: "p2", name: "Spring Morning Bliss", price: "KSh 3,800", variant: "Bouquet", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-gerbera-rose-flower-bouquet_23-2148075276.jpg?_wi=1" },
{ id: "p3", name: "Orchid Sophistication", price: "KSh 5,200", variant: "Arrangement", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17775.jpg" }
]}
/>
@@ -99,8 +99,8 @@ export default function LandingPage() {
useInvertedBackground={false}
textboxLayout="default"
metrics={[
{ id: "m1", value: "15,000+", title: "Happy Clients", description: "Serving the Westlands community since inception.", imageSrc: "http://img.b2bpic.net/free-photo/flower-arrangement-fresh-flowers-pumpkin_169016-5452.jpg" },
{ id: "m2", value: "200+", title: "Designs", description: "Signature floral artistry from Shamneel Court.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-gerbera-rose-flower-bouquet_23-2148075276.jpg" }
{ id: "m1", value: "15,000+", title: "Happy Clients", description: "Serving the Westlands community since inception.", imageSrc: "http://img.b2bpic.net/free-photo/flower-arrangement-fresh-flowers-pumpkin_169016-5452.jpg?_wi=2" },
{ id: "m2", value: "200+", title: "Designs", description: "Signature floral artistry from Shamneel Court.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-gerbera-rose-flower-bouquet_23-2148075276.jpg?_wi=2" }
]}
/>
</div>