diff --git a/src/app/page.tsx b/src/app/page.tsx
index 133f162..d5c5095 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Leaf, Shield, Sparkles } from "lucide-react";
+import { Leaf, Shield, Sparkles, Star, Zap, Droplets } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,14 +31,11 @@ export default function LandingPage() {
@@ -46,23 +43,16 @@ export default function LandingPage() {
@@ -75,12 +65,9 @@ export default function LandingPage() {
title="Artfully Curated Florals"
description="We believe in the power of flowers to transform spaces and elevate moods. Our team of expert florists carefully curates every bouquet using sustainable, locally sourced blooms to ensure freshness and longevity."
bulletPoints={[
- {
- title: "Sustainable Sourcing", description: "We source flowers from local farms."},
- {
- title: "Expert Design", description: "Handcrafted bouquets by professional artists."},
- {
- title: "Same-Day Delivery", description: "Freshness delivered on your schedule."},
+ { title: "Sustainable Sourcing", description: "We source flowers from local farms." },
+ { title: "Expert Design", description: "Handcrafted bouquets by professional artists." },
+ { title: "Same-Day Delivery", description: "Freshness delivered on your schedule." },
]}
imageSrc="http://img.b2bpic.net/free-photo/florist_23-2148013605.jpg"
mediaAnimation="slide-up"
@@ -93,19 +80,28 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
+ title="Why Choose Our Blooms?"
+ description="Excellence in service and botanical quality, designed to make every moment memorable."
features={[
{
- title: "Freshness Guarantee", description: "We ensure your flowers arrive at the peak of their beauty.", bentoComponent: "reveal-icon", icon: Shield,
+ title: "Freshness Guarantee", description: "We ensure your flowers arrive at the peak of their beauty.", bentoComponent: "reveal-icon", icon: Shield
},
{
- title: "Seasonal Collections", description: "Our offerings change with the seasons to reflect nature's best.", bentoComponent: "reveal-icon", icon: Leaf,
+ title: "Seasonal Collections", description: "Our offerings change with the seasons to reflect nature's best.", bentoComponent: "reveal-icon", icon: Leaf
},
{
- title: "Custom Designs", description: "Need something unique? Our artists love custom commissions.", bentoComponent: "reveal-icon", icon: Sparkles,
+ title: "Eco-Friendly Packaging", description: "Compostable and sustainable materials to respect the earth.", bentoComponent: "reveal-icon", icon: Droplets
},
+ {
+ title: "Artisan Craftsmanship", description: "Handcrafted by masters with years of floral experience.", bentoComponent: "reveal-icon", icon: Sparkles
+ },
+ {
+ title: "Customer Love", description: "Highly rated service for all your special occasions.", bentoComponent: "reveal-icon", icon: Star
+ },
+ {
+ title: "Swift Logistics", description: "Optimized delivery routes for guaranteed freshness.", bentoComponent: "reveal-icon", icon: Zap
+ }
]}
- title="Why Choose Us?"
- description="Excellence in service and botanical quality."
/>
@@ -116,18 +112,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Classic Roses", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-fresh-roses-with-green-leaves-decorative-plant_23-2148071792.jpg"},
- {
- id: "p2", name: "Golden Sunflowers", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/watering-can-yellow-spring-flowers_23-2148433003.jpg"},
- {
- id: "p3", name: "Spring Tulips", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tulips-white-wooden-background-top-view_169016-29617.jpg"},
- {
- id: "p4", name: "Lavender Dream", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-concept-with-copyspace_23-2148195478.jpg"},
- {
- id: "p5", name: "Elegant Lilies", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flower_74190-430.jpg"},
- {
- id: "p6", name: "Peony Blush", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/close-up-blooming-flowers_23-2148443884.jpg"},
+ { id: "p1", name: "Classic Roses", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-fresh-roses-with-green-leaves-decorative-plant_23-2148071792.jpg" },
+ { id: "p2", name: "Golden Sunflowers", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/watering-can-yellow-spring-flowers_23-2148433003.jpg" },
+ { id: "p3", name: "Spring Tulips", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tulips-white-wooden-background-top-view_169016-29617.jpg" },
+ { id: "p4", name: "Lavender Dream", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-concept-with-copyspace_23-2148195478.jpg" },
+ { id: "p5", name: "Elegant Lilies", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flower_74190-430.jpg" },
+ { id: "p6", name: "Peony Blush", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/close-up-blooming-flowers_23-2148443884.jpg" },
]}
title="Our Collection"
description="Hand-picked favorites for every occasion."
@@ -139,16 +129,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", title: "Great Service", quote: "The flowers were incredibly fresh and beautiful.", name: "Alice M.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-celebrating-mother-s-day_23-2151207271.jpg"},
- {
- id: "2", title: "Stunning Bouquet", quote: "Bloom & Petal is my go-to for all gifts.", name: "Bob R.", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-holding-flowers_23-2148488576.jpg"},
- {
- id: "3", title: "Fast Delivery", quote: "Perfect timing for our anniversary surprise.", name: "Carla S.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/pleased-woman-with-short-hair-looking-surprised-happy-smiling-cheerfully-while-receiving-bouquet-flowers-from-her-boyfriend-celebrating-international-women-s-day-march-8_141793-78802.jpg"},
- {
- id: "4", title: "Exquisite Design", quote: "The artistry is simply unmatched in this area.", name: "David W.", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12309.jpg"},
- {
- id: "5", title: "Always Fresh", quote: "I love how long the arrangements last.", name: "Emily P.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-blonde-young-female-florist-holding-bouquet-hand-making-ok-gesture_23-2148049427.jpg"},
+ { id: "1", title: "Great Service", quote: "The flowers were incredibly fresh and beautiful.", name: "Alice M.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-celebrating-mother-s-day_23-2151207271.jpg" },
+ { id: "2", title: "Stunning Bouquet", quote: "Bloom & Petal is my go-to for all gifts.", name: "Bob R.", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-holding-flowers_23-2148488576.jpg" },
+ { id: "3", title: "Fast Delivery", quote: "Perfect timing for our anniversary surprise.", name: "Carla S.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/pleased-woman-with-short-hair-looking-surprised-happy-smiling-cheerfully-while-receiving-bouquet-flowers-from-her-boyfriend-celebrating-international-women-s-day-march-8_141793-78802.jpg" },
+ { id: "4", title: "Exquisite Design", quote: "The artistry is simply unmatched in this area.", name: "David W.", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12309.jpg" },
+ { id: "5", title: "Always Fresh", quote: "I love how long the arrangements last.", name: "Emily P.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-blonde-young-female-florist-holding-bouquet-hand-making-ok-gesture_23-2148049427.jpg" },
]}
title="From Our Happy Customers"
description="See why our community loves our floral designs."
@@ -159,12 +144,9 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file