diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index b259dec..e49230a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -57,47 +57,17 @@ export default function ShopPage() { gridVariant="bento-grid" products={[ { - id: "1", - name: "Classic Red Roses", - price: "$65.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-red-roses-marble_114579-85918.jpg?_wi=2", - imageAlt: "Red roses bouquet luxury flowers arrangement", - }, + id: "1", name: "Classic Red Roses", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-red-roses-marble_114579-85918.jpg", imageAlt: "Red roses bouquet luxury flowers arrangement"}, { - id: "2", - name: "Elegant White Lilies", - price: "$72.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-vase-with-lily-eucalyptus-populus-leaves-tulip-against-white-background_23-2148075454.jpg?_wi=2", - imageAlt: "White lilies bouquet elegant arrangement", - }, + id: "2", name: "Elegant White Lilies", price: "$72.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vase-with-lily-eucalyptus-populus-leaves-tulip-against-white-background_23-2148075454.jpg", imageAlt: "White lilies bouquet elegant arrangement"}, { - id: "3", - name: "Vibrant Mixed Tulips", - price: "$58.00", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-tulips-row_23-2148082191.jpg?_wi=2", - imageAlt: "Colorful tulips bouquet spring flowers arrangement", - }, + id: "3", name: "Vibrant Mixed Tulips", price: "$58.00", imageSrc: "http://img.b2bpic.net/free-photo/colorful-tulips-row_23-2148082191.jpg", imageAlt: "Colorful tulips bouquet spring flowers arrangement"}, { - id: "4", - name: "Birthday Celebration", - price: "$55.00", - imageSrc: "http://img.b2bpic.net/free-photo/composition-vivid-tulips-blue_23-2147753755.jpg?_wi=1", - imageAlt: "Birthday flower arrangement party bouquet", - }, + id: "4", name: "Birthday Celebration", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/composition-vivid-tulips-blue_23-2147753755.jpg", imageAlt: "Birthday flower arrangement party bouquet"}, { - id: "5", - name: "Wedding Bridal Bouquet", - price: "$125.00", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-jasminum-auriculatum-flower-bouquet-wooden-chair_23-2148187486.jpg?_wi=1", - imageAlt: "Wedding flower arrangement bridal bouquet elegant", - }, + id: "5", name: "Wedding Bridal Bouquet", price: "$125.00", imageSrc: "http://img.b2bpic.net/free-photo/wedding-jasminum-auriculatum-flower-bouquet-wooden-chair_23-2148187486.jpg", imageAlt: "Wedding flower arrangement bridal bouquet elegant"}, { - id: "6", - name: "Anniversary Romance", - price: "$89.00", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-luxurious-bouquet-pink-roses-white-red-dahlias_181624-23613.jpg?_wi=1", - imageAlt: "Anniversary flower bouquet romantic arrangement", - }, + id: "6", name: "Anniversary Romance", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-luxurious-bouquet-pink-roses-white-red-dahlias_181624-23613.jpg", imageAlt: "Anniversary flower bouquet romantic arrangement"}, ]} /> @@ -112,15 +82,10 @@ export default function ShopPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} + names={[ + "Local Farm Co", "Sustainable Brand", "Floral Studios", "Community Flowers", "Premium Blooms", "Eco Certified", "Customer's Choice"]} logos={[ - "http://img.b2bpic.net/free-vector/simple-market-logo_23-2148472814.jpg", - "http://img.b2bpic.net/free-vector/gradient-logo-template-with-abstract-shape_23-2148211714.jpg", - "http://img.b2bpic.net/free-vector/hand-drawn-luxury-logo-template_23-2150857021.jpg", - "http://img.b2bpic.net/free-vector/abstract-logo-gradient-style_23-2148135215.jpg", - "http://img.b2bpic.net/free-vector/collection-college-logos-retro-style_23-2147569961.jpg", - "http://img.b2bpic.net/free-vector/great-labels-world-environment-day-flat-design_23-2147618688.jpg", - "http://img.b2bpic.net/free-vector/pack-colorful-retro-sales-stickers_23-2147602797.jpg", - ]} + "http://img.b2bpic.net/free-vector/simple-market-logo_23-2148472814.jpg", "http://img.b2bpic.net/free-vector/gradient-logo-template-with-abstract-shape_23-2148211714.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-luxury-logo-template_23-2150857021.jpg", "http://img.b2bpic.net/free-vector/abstract-logo-gradient-style_23-2148135215.jpg", "http://img.b2bpic.net/free-vector/collection-college-logos-retro-style_23-2147569961.jpg", "http://img.b2bpic.net/free-vector/great-labels-world-environment-day-flat-design_23-2147618688.jpg", "http://img.b2bpic.net/free-vector/pack-colorful-retro-sales-stickers_23-2147602797.jpg"]} speed={40} showCard={true} /> @@ -136,18 +101,13 @@ export default function ShopPage() { description="Have a specific vision in mind? Contact our expert florists to create a custom arrangement tailored to your needs. We specialize in wedding flowers, corporate events, and special occasions." buttons={[ { - text: "Request Custom Order", - href: "#contact", - }, + text: "Request Custom Order", href: "#contact"}, { - text: "Back to Home", - href: "/", - }, + text: "Back to Home", href: "/"}, ]} buttonAnimation="slide-up" background={{ - variant: "sparkles-gradient", - }} + variant: "sparkles-gradient"}} useInvertedBackground={true} /> @@ -157,13 +117,9 @@ export default function ShopPage() {