diff --git a/src/app/page.tsx b/src/app/page.tsx index 6387e73..bcb46df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,13 +67,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Romance Rose", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg", imageAlt: "Romantic rose arrangement" + id: "1", name: "Romance Rose", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg?_wi=1", imageAlt: "Romantic rose arrangement" }, { - id: "2", name: "Bridal Dreams", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-bouquet-flowers_1157-18354.jpg", imageAlt: "Elegant bridal bouquet" + id: "2", name: "Bridal Dreams", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-bouquet-flowers_1157-18354.jpg?_wi=1", imageAlt: "Elegant bridal bouquet" }, { - id: "3", name: "Spring Garden", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-colorful-tulips-baby-s-breath-flower-wooden-desk_23-2148048500.jpg", imageAlt: "Colorful spring arrangement" + id: "3", name: "Spring Garden", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-colorful-tulips-baby-s-breath-flower-wooden-desk_23-2148048500.jpg?_wi=1", imageAlt: "Colorful spring arrangement" } ]} gridVariant="three-columns-all-equal-width" @@ -105,15 +105,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Wedding Florals", description: "Stunning bridal bouquets, centerpieces, and installations for your special day. We work closely with you to bring your wedding vision to life with premium flowers and elegant design.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-bouquet-flowers_1157-18354.jpg", imageAlt: "Wedding flower arrangement" + title: "Wedding Florals", description: "Stunning bridal bouquets, centerpieces, and installations for your special day. We work closely with you to bring your wedding vision to life with premium flowers and elegant design.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-bouquet-flowers_1157-18354.jpg?_wi=2", imageAlt: "Wedding flower arrangement" }, { id: 2, - title: "Corporate Events", description: "Professional floral designs for corporate events, conferences, and office spaces. Elevate your business environment with fresh, sophisticated arrangements.", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg", imageAlt: "Corporate floral design" + title: "Corporate Events", description: "Professional floral designs for corporate events, conferences, and office spaces. Elevate your business environment with fresh, sophisticated arrangements.", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg?_wi=2", imageAlt: "Corporate floral design" }, { id: 3, - title: "Subscription Delivery", description: "Enjoy fresh flowers delivered to your home weekly or bi-weekly. Our seasonal selections bring beauty and fragrance to your space throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-colorful-tulips-baby-s-breath-flower-wooden-desk_23-2148048500.jpg", imageAlt: "Subscription flower delivery" + title: "Subscription Delivery", description: "Enjoy fresh flowers delivered to your home weekly or bi-weekly. Our seasonal selections bring beauty and fragrance to your space throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-colorful-tulips-baby-s-breath-flower-wooden-desk_23-2148048500.jpg?_wi=2", imageAlt: "Subscription flower delivery" } ]} /> @@ -127,19 +127,19 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Emma Williams", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emma Williams" + id: "2", name: "Emma Williams", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Emma Williams" }, { - id: "3", name: "Jessica Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Chen" + id: "3", name: "Jessica Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Jessica Chen" }, { id: "4", name: "Rachel Martinez", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Rachel Martinez" }, { - id: "5", name: "Lisa Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Lisa Thompson" + id: "5", name: "Lisa Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Lisa Thompson" }, { id: "6", name: "Amanda Brooks", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Amanda Brooks"