diff --git a/src/app/page.tsx b/src/app/page.tsx index 340efde..05e900f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,113 +45,35 @@ export default function LandingPage() {
@@ -168,21 +82,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Nature-Inspired Craftsmanship" metrics={[ - { - icon: Sparkles, - label: "Arrangements Crafted", - value: "2500+", - }, - { - icon: Award, - label: "Floral Awards", - value: "12", - }, - { - icon: Star, - label: "Happy Clients", - value: "1800+", - }, + { icon: Sparkles, label: "Arrangements Crafted", value: "2500+" }, + { icon: Award, label: "Floral Awards", value: "12" }, + { icon: Star, label: "Happy Clients", value: "1800+" }, ]} metricsAnimation="blur-reveal" /> @@ -195,27 +97,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Peony Grace", - price: "$85", - imageSrc: "https://pixabay.com/get/g0d00fe188547cd8b266dbd2f76d6510ba9e73fc6f67c58d1b18def2e04867a1f163a580d9ee6dd2cf2b6e24c40606fd707430a343723e2ac7901ada14e514dec_1280.jpg", - imageAlt: "Peony", - }, - { - id: "p2", - name: "Wild Garden", - price: "$65", - imageSrc: "https://pixabay.com/get/g6a3a945db25195a5dd9a9310b28907a65dfd9556a0a41df5e00eb7c50fabba68e505059cd29018c649f819e299db1e08a058196651924bf961d9b8cf7fad5c7c_1280.jpg", - imageAlt: "Garden", - }, - { - id: "p3", - name: "Royal Rose", - price: "$120", - imageSrc: "https://pixabay.com/get/g367f5df99aa6738d35e43571c5dadfe9f4f86353eb7fbfdaf41a069603c230f2ed46a450e940a80e484cb15aa9b8e0ab0e0d6784eedb3804944159624a9cc4ad_1280.jpg", - imageAlt: "Rose", - }, + { id: "p1", name: "Peony Grace", price: "$85", imageSrc: "https://pixabay.com/get/g0d00fe188547cd8b266dbd2f76d6510ba9e73fc6f67c58d1b18def2e04867a1f163a580d9ee6dd2cf2b6e24c40606fd707430a343723e2ac7901ada14e514dec_1280.jpg", imageAlt: "Peony" }, + { id: "p2", name: "Wild Garden", price: "$65", imageSrc: "https://pixabay.com/get/g6a3a945db25195a5dd9a9310b28907a65dfd9556a0a41df5e00eb7c50fabba68e505059cd29018c649f819e299db1e08a058196651924bf961d9b8cf7fad5c7c_1280.jpg", imageAlt: "Garden" }, + { id: "p3", name: "Royal Rose", price: "$120", imageSrc: "https://pixabay.com/get/g367f5df99aa6738d35e43571c5dadfe9f4f86353eb7fbfdaf41a069603c230f2ed46a450e940a80e484cb15aa9b8e0ab0e0d6784eedb3804944159624a9cc4ad_1280.jpg", imageAlt: "Rose" }, ]} title="Seasonal Collections" description="Hand-picked, seasonal blooms designed for elegance." @@ -224,49 +108,16 @@ export default function LandingPage() {
@@ -306,30 +143,10 @@ export default function LandingPage() {