Update src/app/page.tsx
This commit is contained in:
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
title="Elegant Floral Artistry"
|
||||
description="Discover beautifully crafted flower arrangements for every occasion. From weddings to celebrations, IndoLor brings nature's beauty to life."
|
||||
tag="Premium Floristry"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/elegant-wedding-bouquet_1157-18562.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/elegant-wedding-bouquet_1157-18562.jpg?_wi=1"
|
||||
imageAlt="Beautiful flower arrangement"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
@@ -84,15 +84,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "IndoLor", name: "Romance Red Roses", price: "$85.00", rating: 5,
|
||||
reviewCount: "142", imageSrc: "https://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg", imageAlt: "Red roses bouquet"
|
||||
reviewCount: "142", imageSrc: "https://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg?_wi=1", imageAlt: "Red roses bouquet"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "IndoLor", name: "Pure Elegance White", price: "$95.00", rating: 5,
|
||||
reviewCount: "98", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-still-life-bouquet-with-calla-lily_23-2148029172.jpg", imageAlt: "White lilies arrangement"
|
||||
reviewCount: "98", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-still-life-bouquet-with-calla-lily_23-2148029172.jpg?_wi=1", imageAlt: "White lilies arrangement"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "IndoLor", name: "Seasonal Spectrum", price: "$75.00", rating: 5,
|
||||
reviewCount: "167", imageSrc: "https://img.b2bpic.net/free-photo/various-colorful-flower-bouquet-decorated-white-wooden-background_23-2148048404.jpg", imageAlt: "Mixed colorful flowers"
|
||||
reviewCount: "167", imageSrc: "https://img.b2bpic.net/free-photo/various-colorful-flower-bouquet-decorated-white-wooden-background_23-2148048404.jpg?_wi=1", imageAlt: "Mixed colorful flowers"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -109,19 +109,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Custom Arrangements", description: "Personalized floral designs tailored to your vision and preferences. Whether it's a specific color palette or flower type, we create bespoke arrangements for weddings, events, and special occasions.", imageSrc: "https://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg", imageAlt: "Custom floral arrangement"
|
||||
title: "Custom Arrangements", description: "Personalized floral designs tailored to your vision and preferences. Whether it's a specific color palette or flower type, we create bespoke arrangements for weddings, events, and special occasions.", imageSrc: "https://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg?_wi=2", imageAlt: "Custom floral arrangement"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Wedding Floristry", description: "Complete wedding flower packages including bridal bouquets, ceremony installations, and reception centerpieces. Our team works closely with couples to bring their dream wedding aesthetic to life.", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-still-life-bouquet-with-calla-lily_23-2148029172.jpg", imageAlt: "Wedding flower arrangement"
|
||||
title: "Wedding Floristry", description: "Complete wedding flower packages including bridal bouquets, ceremony installations, and reception centerpieces. Our team works closely with couples to bring their dream wedding aesthetic to life.", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-still-life-bouquet-with-calla-lily_23-2148029172.jpg?_wi=2", imageAlt: "Wedding flower arrangement"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Event Styling", description: "Transform any space with stunning floral installations and decorative arrangements. From intimate gatherings to large corporate events, we design florals that elevate your event's ambiance.", imageSrc: "https://img.b2bpic.net/free-photo/various-colorful-flower-bouquet-decorated-white-wooden-background_23-2148048404.jpg", imageAlt: "Event flower decoration"
|
||||
title: "Event Styling", description: "Transform any space with stunning floral installations and decorative arrangements. From intimate gatherings to large corporate events, we design florals that elevate your event's ambiance.", imageSrc: "https://img.b2bpic.net/free-photo/various-colorful-flower-bouquet-decorated-white-wooden-background_23-2148048404.jpg?_wi=2", imageAlt: "Event flower decoration"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Subscription Plans", description: "Enjoy fresh flower arrangements delivered weekly or bi-weekly. Perfect for home or office, our subscription service keeps your space vibrant and filled with nature's beauty.", imageSrc: "https://img.b2bpic.net/free-photo/elegant-wedding-bouquet_1157-18562.jpg", imageAlt: "Subscription flower delivery"
|
||||
title: "Subscription Plans", description: "Enjoy fresh flower arrangements delivered weekly or bi-weekly. Perfect for home or office, our subscription service keeps your space vibrant and filled with nature's beauty.", imageSrc: "https://img.b2bpic.net/free-photo/elegant-wedding-bouquet_1157-18562.jpg?_wi=2", imageAlt: "Subscription flower delivery"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user