Update src/app/page.tsx

This commit is contained in:
2026-03-09 10:47:26 +00:00
parent 4cd5f70b06
commit a4dfeb6ef1

View File

@@ -70,9 +70,10 @@ export default function LandingPage() {
{ value: "15+", title: "Years of Expertise" },
{ value: "500+", title: "Happy Customers" }
]}
imageSrc="http://img.b2bpic.net/free-photo/attractive-african-woman-florist-smiling-making-bouquet-flowers-workplace-white-wall_176420-12262.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/attractive-african-woman-florist-smiling-making-bouquet-flowers-workplace-white-wall_176420-12262.jpg"
imageAlt="Okeo Flowers Studio workspace"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -89,7 +90,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Okeo Studio", name: "Romantic Red Roses", price: "$75.00", rating: 5,
reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-with-ribbon-heart-gift-surprise_114579-449.jpg?_wi=1", imageAlt: "Beautiful red roses arrangement"
reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-with-ribbon-heart-gift-surprise_114579-449.jpg", imageAlt: "Beautiful red roses arrangement"
},
{
id: "2", brand: "Okeo Studio", name: "Vibrant Spring Tulips", price: "$65.00", rating: 5,
@@ -121,11 +122,11 @@ export default function LandingPage() {
},
{
id: 2,
tag: "Corporate", title: "Office Events", subtitle: "Professional arrangements for your business", description: "Elevate your corporate events with elegant floral centerpieces and installations. Perfect for conferences, gala dinners, and office celebrations that leave lasting impressions.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-african-woman-florist-smiling-making-bouquet-flowers-workplace-white-wall_176420-12262.jpg?_wi=2", imageAlt: "Corporate flower arrangement"
tag: "Corporate", title: "Office Events", subtitle: "Professional arrangements for your business", description: "Elevate your corporate events with elegant floral centerpieces and installations. Perfect for conferences, gala dinners, and office celebrations that leave lasting impressions.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-african-woman-florist-smiling-making-bouquet-flowers-workplace-white-wall_176420-12262.jpg", imageAlt: "Corporate flower arrangement"
},
{
id: 3,
tag: "Personal", title: "Custom Bouquets", subtitle: "Personalized arrangements just for you", description: "Express your emotions with custom-designed bouquets. Whether for birthdays, anniversaries, or sympathy, we create arrangements that perfectly capture your sentiments.", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-with-ribbon-heart-gift-surprise_114579-449.jpg?_wi=2", imageAlt: "Custom bouquet arrangement"
tag: "Personal", title: "Custom Bouquets", subtitle: "Personalized arrangements just for you", description: "Express your emotions with custom-designed bouquets. Whether for birthdays, anniversaries, or sympathy, we create arrangements that perfectly capture your sentiments.", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-with-ribbon-heart-gift-surprise_114579-449.jpg", imageAlt: "Custom bouquet arrangement"
}
]}
/>