Update src/app/page.tsx

This commit is contained in:
2026-03-10 13:46:34 +00:00
parent 9d0fedc885
commit 2add0c4cd0

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles"
background="fluid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroSplitDualMedia
title="Fresh Indian Flowers for Prayer & Celebration"
description="Serving Dubai's Indian community with premium jasmine, lotus, marigolds, and authentic puja essentials. From daily worship to grand festivals—everything you need, fresh and trusted"
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
tag="Premium Flowers & Puja Materials"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -54,7 +54,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-flowers-lie-table_8353-9265.jpg", imageAlt: "Premium fresh Indian flowers arrangement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wedding-jasminum-auriculatum-flower-bouquet-wooden-chair_23-2148187486.jpg?_wi=1", imageAlt: "Fresh jasmine garland flowers" }
{ imageSrc: "http://img.b2bpic.net/free-photo/wedding-jasminum-auriculatum-flower-bouquet-wooden-chair_23-2148187486.jpg", imageAlt: "Fresh jasmine garland flowers" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -86,7 +86,7 @@ export default function LandingPage() {
tagIcon={Leaf}
tagAnimation="opacity"
products={[
{ id: "1", name: "Fresh Jasmine Garland", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-photo/wedding-jasminum-auriculatum-flower-bouquet-wooden-chair_23-2148187486.jpg?_wi=2", imageAlt: "Fresh jasmine garland" },
{ id: "1", name: "Fresh Jasmine Garland", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-photo/wedding-jasminum-auriculatum-flower-bouquet-wooden-chair_23-2148187486.jpg", imageAlt: "Fresh jasmine garland" },
{ id: "2", name: "Premium Marigold Garland", price: "AED 55", imageSrc: "http://img.b2bpic.net/free-vector/realistic-background-vishu-festival-celebration_52683-109123.jpg", imageAlt: "Vibrant marigold garland" },
{ id: "3", name: "Sacred Lotus Flowers", price: "AED 65", imageSrc: "http://img.b2bpic.net/free-photo/purple-lotus-flower-water_417767-13.jpg", imageAlt: "Sacred lotus flowers" }
]}