diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 957156d..0374623 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -19,13 +19,9 @@ export default function HomePage() { title="Artisanal Beauty for Every Moment" description="Flors Català brings the freshest, handpicked floral arrangements to your doorstep. Experience the artistry of nature, curated for your most special occasions." primaryButton={{ - text: "View Collection", - href: "#products", - }} + text: "View Collection", href: "#products"}} secondaryButton={{ - text: "Contact Us", - href: "#contact", - }} + text: "Contact Us", href: "#contact"}} imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-holding-flowers_23-2149247574.jpg" /> @@ -47,25 +43,13 @@ export default function HomePage() { description="More than just a flower shop, we are artisans dedicated to preserving the beauty of nature through sustainable practices and exquisite arrangements." features={[ { - title: "Farm-to-Table Freshness", - description: "Sourced daily from local Catalan growers.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-floral-arrangement_23-2147761028.jpg", - }, + title: "Farm-to-Table Freshness", description: "Sourced daily from local Catalan growers.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-floral-arrangement_23-2147761028.jpg"}, { - title: "Bespoke Event Design", - description: "Custom compositions for weddings and galas.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beautiful-floral-bouquet_23-2148846522.jpg", - }, + title: "Bespoke Event Design", description: "Custom compositions for weddings and galas.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beautiful-floral-bouquet_23-2148846522.jpg"}, { - title: "Same-Day Delivery", - description: "Reliable courier service throughout the city.", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17427.jpg", - }, + title: "Same-Day Delivery", description: "Reliable courier service throughout the city.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17427.jpg"}, { - title: "Floral Workshops", - description: "Learn the secrets of professional arranging.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-putting-flowers-vase_23-2147929196.jpg", - }, + title: "Floral Workshops", description: "Learn the secrets of professional arranging.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-putting-flowers-vase_23-2147929196.jpg"}, ]} /> @@ -79,47 +63,19 @@ export default function HomePage() { description="Discover our collection of handcrafted bouquets and floral art." items={[ { - title: "Classic Roses", - description: "Timeless elegance for every occasion.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-colorful-tulips-baby-s-breath-flower-wooden-desk_23-2148048511.jpg", - }, + title: "Classic Roses", description: "Timeless elegance for every occasion.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/fresh-colorful-tulips-baby-s-breath-flower-wooden-desk_23-2148048511.jpg"}, { - title: "Wedding Peonies", - description: "Soft petals for your big day.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white-red-dahlias-black_181624-33056.jpg", - }, + title: "Wedding Peonies", description: "Soft petals for your big day.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-luxurious-bouquet-pink-roses-white-red-dahlias-black_181624-33056.jpg"}, { - title: "Sunflowers", - description: "Sunshine in every single stem.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621906.jpg", - }, + title: "Sunflowers", description: "Sunshine in every single stem.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621906.jpg"}, { - title: "Exotic Orchids", - description: "Sophisticated beauty for modern interiors.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-girl-tender-white-dress-with-bouquet-flowers-hands-standing-against-floral-background-flower-shopblack-female-florist_627829-3980.jpg", - }, + title: "Exotic Orchids", description: "Sophisticated beauty for modern interiors.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-girl-tender-white-dress-with-bouquet-flowers-hands-standing-against-floral-background-flower-shopblack-female-florist_627829-3980.jpg"}, { - title: "Pure Lilies", - description: "A fragrant classic choice.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-bouquet-pink-white-color-alstroemeria-flowers-blue-box-grey-background_141793-7950.jpg", - }, + title: "Pure Lilies", description: "A fragrant classic choice.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bouquet-pink-white-color-alstroemeria-flowers-blue-box-grey-background_141793-7950.jpg"}, { - title: "Seasonal Mix", - description: "The best blooms of the current season.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-beautiful-flowers_23-2150158599.jpg", - }, + title: "Seasonal Mix", description: "The best blooms of the current season.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beautiful-flowers_23-2150158599.jpg"}, { - title: "Everlasting Dried", - description: "Preserved beauty that lasts for years.", - href: "#contact", - imageSrc: "http://img.b2bpic.net/free-photo/bouquet-dried-flowers-glass-vase-light-background-with-sunlight_169016-12896.jpg", - }, + title: "Everlasting Dried", description: "Preserved beauty that lasts for years.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-dried-flowers-glass-vase-light-background-with-sunlight_169016-12896.jpg"}, ]} /> @@ -133,20 +89,11 @@ export default function HomePage() { description="We are proud to serve our community with passion and quality." metrics={[ { - icon: Sun, - title: "Arrangements Crafted", - value: "25,000+", - }, + icon: "Sun", title: "Arrangements Crafted", value: "25,000+"}, { - icon: Smile, - title: "Happy Customers", - value: "15,000+", - }, + icon: "Smile", title: "Happy Customers", value: "15,000+"}, { - icon: Award, - title: "Years of Excellence", - value: "39", - }, + icon: "Award", title: "Years of Excellence", value: "39"}, ]} /> @@ -160,25 +107,15 @@ export default function HomePage() { author="Elena M." avatars={[ { - name: "Elena M.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg", - }, + name: "Elena M.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg"}, { - name: "Marc T.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg", - }, + name: "Marc T.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg"}, { - name: "Sofia R.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", - }, + name: "Sofia R.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"}, { - name: "Joan P.", - imageSrc: "http://img.b2bpic.net/free-photo/image-carefree-africanamerican-girl-white-tshirt-showing-tongue-smiling-winking-happy-stan_1258-128116.jpg", - }, + name: "Joan P.", imageSrc: "http://img.b2bpic.net/free-photo/image-carefree-africanamerican-girl-white-tshirt-showing-tongue-smiling-winking-happy-stan_1258-128116.jpg"}, { - name: "Anna S.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg", - }, + name: "Anna S.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg"}, ]} /> @@ -189,19 +126,14 @@ export default function HomePage() { @@ -213,13 +145,9 @@ export default function HomePage() { tag="Start Your Story" text="Ready to bring beauty into your space? Let’s create something unique together." primaryButton={{ - text: "Contact Us", - href: "mailto:info@florscatala.cat", - }} + text: "Contact Us", href: "mailto:info@florscatala.cat"}} secondaryButton={{ - text: "Visit Our Shop", - href: "#", - }} + text: "Visit Our Shop", href: "#"}} />