Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4607a4bde2 | |||
| 3d7f5c659e | |||
| a8557c16ef | |||
| 4158ef47d6 | |||
| 05f00419f3 | |||
| 1f3b1647fa | |||
| 7c7ddcf26a | |||
| d3f5e4c435 |
@@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import { Calendar, Flower2, Gift, Heart, Leaf, Mail, Palette, Sparkles, Truck } from 'lucide-react';
|
import { Award, Calendar, Flower2, Gift, Heart, Leaf, Mail, Palette, Sparkles, Truck } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -60,8 +60,8 @@ export default function LandingPage() {
|
|||||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19881.jpg", alt: "Happy client 2" },
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19881.jpg", alt: "Happy client 2" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", alt: "Happy client 3" }
|
{ src: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", alt: "Happy client 3" }
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ happy clients"
|
avatarText="Trusted by 500+ happy clients across the region"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/view-delicate-white-rose-flowers_23-2150539962.jpg"
|
imageSrc="https://images.unsplash.com/photo-1578662996442-48f60103fc96?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||||
imageAlt="Beautiful premium flower bouquet arrangement"
|
imageAlt="Beautiful premium flower bouquet arrangement"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -69,6 +69,14 @@ export default function LandingPage() {
|
|||||||
{ text: "Order Custom", href: "#contact" }
|
{ text: "Order Custom", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
marqueeItems={[
|
||||||
|
{ type: "image", src: "http://img.b2bpic.net/free-vector/grace-greeting-card_53876-89167.jpg", alt: "Featured rose arrangement" },
|
||||||
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/vibrant-bouquet-multi-colored-tulips-outdoors-generated-by-ai_188544-15686.jpg", alt: "Featured tulip bouquet" },
|
||||||
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/floral-composition-with-elegant-style_23-2147897558.jpg", alt: "Featured orchid design" },
|
||||||
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/wedding-still-life-with-flowers_23-2147975918.jpg", alt: "Featured wedding centerpiece" }
|
||||||
|
]}
|
||||||
|
marqueeSpeed={25}
|
||||||
|
showMarqueeCard={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -78,10 +86,11 @@ export default function LandingPage() {
|
|||||||
tagIcon={Leaf}
|
tagIcon={Leaf}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Crafting Beauty Since 2014"
|
title="Crafting Beauty Since 2014"
|
||||||
description="Flowers Studio is an award-winning florist studio dedicated to creating unforgettable floral experiences. Our team of passionate floral designers combines artistic vision with horticultural expertise to deliver arrangements that capture emotion and celebration."
|
description="Flowers Studio is an award-winning florist studio dedicated to creating unforgettable floral experiences. Our certified team of passionate floral designers combines artistic vision with horticultural expertise to deliver arrangements that capture emotion and celebration. We have received the Best Florist Award for three consecutive years and maintain a 4.9/5 customer satisfaction rating."
|
||||||
metrics={[
|
metrics={[
|
||||||
{ value: "15+", title: "Expert Florists" },
|
{ value: "15+", title: "Expert Florists" },
|
||||||
{ value: "50+", title: "Events Monthly" }
|
{ value: "50+", title: "Events Monthly" },
|
||||||
|
{ value: "4.9/5", title: "Customer Rating" }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/vase-with-flowers-from-garden-white-kitchen-interior_169016-34838.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/vase-with-flowers-from-garden-white-kitchen-interior_169016-34838.jpg"
|
||||||
imageAlt="Professional florist arranging flowers in studio"
|
imageAlt="Professional florist arranging flowers in studio"
|
||||||
|
|||||||
Reference in New Issue
Block a user