From bf3c0f36547c137b2f2f861ec6bee24fbeec3b52 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:24:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 218 ++++++++++------------------------------------- 1 file changed, 47 insertions(+), 171 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4832a2..bd52031 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,47 +47,26 @@ export default function LandingPage() {
@@ -105,9 +76,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Floral Philosophy" description={[ - "At Cairo Flower, we believe that flowers are more than just gifts—they are an expression of art, emotion, and luxury. Our designers curate every arrangement to tell a unique story.", - "Combining traditional aesthetics with a modern, dramatic flair, we ensure that every delivery leaves an indelible mark.", - ]} + "At Cairo Flower, we believe that flowers are more than just gifts—they are an expression of art, emotion, and luxury. Our designers curate every arrangement to tell a unique story.", "Combining traditional aesthetics with a modern, dramatic flair, we ensure that every delivery leaves an indelible mark."]} /> @@ -119,23 +88,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Artisan Design", - description: "Hand-crafted bouquets by master florists.", - imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg", - imageAlt: "Design", - }, + title: "Artisan Design", description: "Hand-crafted bouquets by master florists.", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg", imageAlt: "Design"}, { - title: "Premium Quality", - description: "Only the freshest, hand-picked blooms.", - imageSrc: "http://img.b2bpic.net/free-photo/monk-s-cress-flower-background-illustration-remixed-from-public-domain-artworks_53876-108468.jpg", - imageAlt: "Quality", - }, + title: "Premium Quality", description: "Only the freshest, hand-picked blooms.", imageSrc: "http://img.b2bpic.net/free-photo/monk-s-cress-flower-background-illustration-remixed-from-public-domain-artworks_53876-108468.jpg", imageAlt: "Quality"}, { - title: "Same-Day Luxury", - description: "Swift delivery for your special moments.", - imageSrc: "http://img.b2bpic.net/free-photo/phalaenopsis-orchid-flower_1373-577.jpg", - imageAlt: "Delivery", - }, + title: "Same-Day Luxury", description: "Swift delivery for your special moments.", imageSrc: "http://img.b2bpic.net/free-photo/phalaenopsis-orchid-flower_1373-577.jpg", imageAlt: "Delivery"}, ]} title="Why Choose Cairo Flower?" description="Experience luxury with every petal." @@ -144,64 +101,29 @@ export default function LandingPage() {
-- 2.49.1