diff --git a/src/app/page.tsx b/src/app/page.tsx index 2862945..8b9a6a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,64 +33,44 @@ export default function LandingPage() {
@@ -100,9 +80,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Passion for Petals" description={[ - "We source only the freshest stems from local growers to ensure beauty that lasts.", - "Our expert florists pour love into every arrangement, creating art that speaks to the heart.", - ]} + "We source only the freshest stems from local growers to ensure beauty that lasts.", "Our expert florists pour love into every arrangement, creating art that speaks to the heart."]} /> @@ -114,41 +92,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Classic Rose Dream", - price: "$65", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17402.jpg", - }, + id: "1", name: "Classic Rose Dream", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17402.jpg"}, { - id: "2", - name: "Pastel Spring Morn", - price: "$55", - imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-blurred-background-copy-space_169016-28703.jpg", - }, + id: "2", name: "Pastel Spring Morn", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-blurred-background-copy-space_169016-28703.jpg"}, { - id: "3", - name: "Golden Sunflower Joy", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg", - }, + id: "3", name: "Golden Sunflower Joy", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg"}, { - id: "4", - name: "Tropical Orchid Bliss", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-elegant-pink-flowers-wooden-background_23-2148252352.jpg", - }, + id: "4", name: "Tropical Orchid Bliss", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/pretty-elegant-pink-flowers-wooden-background_23-2148252352.jpg"}, { - id: "5", - name: "Fragrant Lavender Dream", - price: "$40", - imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-pink-background_23-2148164024.jpg", - }, + id: "5", name: "Fragrant Lavender Dream", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-pink-background_23-2148164024.jpg"}, { - id: "6", - name: "Seasonal Mixed Bloom", - price: "$50", - imageSrc: "http://img.b2bpic.net/free-photo/spring-scene-with-different-vases_23-2147609481.jpg", - }, + id: "6", name: "Seasonal Mixed Bloom", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/spring-scene-with-different-vases_23-2147609481.jpg"}, ]} title="Our Signature Bouquets" description="Curated selections for every occasion, from elegant weddings to spontaneous gestures." @@ -161,29 +115,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Fresh", - title: "Farm to Vase", - subtitle: "Freshness Guaranteed", - description: "Flowers picked daily for maximum longevity.", - imageSrc: "http://img.b2bpic.net/free-photo/florist-preparing-flowers-shop_23-2147742934.jpg", - imageAlt: "professional florist arranging flowers", - }, + tag: "Fresh", title: "Farm to Vase", subtitle: "Freshness Guaranteed", description: "Flowers picked daily for maximum longevity.", imageSrc: "http://img.b2bpic.net/free-photo/florist-preparing-flowers-shop_23-2147742934.jpg", imageAlt: "professional florist arranging flowers"}, { - tag: "Design", - title: "Expert Artistry", - subtitle: "Modern Floral Design", - description: "Award-winning florists for your events.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-flower-bouquet-wooden-surface_181624-11257.jpg?_wi=2", - imageAlt: "professional florist arranging flowers", - }, + tag: "Design", title: "Expert Artistry", subtitle: "Modern Floral Design", description: "Award-winning florists for your events.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-flower-bouquet-wooden-surface_181624-11257.jpg", imageAlt: "professional florist arranging flowers"}, { - tag: "Swift", - title: "Same-Day Delivery", - subtitle: "Speedy Service", - description: "We ensure your flowers arrive in time.", - imageSrc: "http://img.b2bpic.net/free-photo/bunch-fresh-flowers-glass-desk_23-2147929233.jpg?_wi=2", - imageAlt: "professional florist arranging flowers", - }, + tag: "Swift", title: "Same-Day Delivery", subtitle: "Speedy Service", description: "We ensure your flowers arrive in time.", imageSrc: "http://img.b2bpic.net/free-photo/bunch-fresh-flowers-glass-desk_23-2147929233.jpg", imageAlt: "professional florist arranging flowers"}, ]} title="Why Floral Aura?" description="Excellence in every stem, delivery, and experience." @@ -192,44 +128,20 @@ export default function LandingPage() {