From b23da6d4907a6941c928302d3d3d2bced279f9be Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 07:35:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 265 ++++++++++------------------------------------- 1 file changed, 53 insertions(+), 212 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b67e28..5611032 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,28 +29,14 @@ export default function LandingPage() { @@ -58,112 +44,45 @@ export default function LandingPage() { @@ -175,7 +94,7 @@ export default function LandingPage() { title="A Legacy of Botanical Excellence" description="Helal Cactus is one of the largest and most specialized cactus nurseries in Egypt. For decades, the farm has cultivated an extraordinary collection from around the world." subdescription="Visitors experience thousands of plants — from classic desert species to rare collectors' specimens. We believe that cactus plants are living art." - imageSrc="http://img.b2bpic.net/free-photo/white-wooden-basket-suculent-flowers-imaage_114579-2323.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/white-wooden-basket-suculent-flowers-imaage_114579-2323.jpg" mediaAnimation="slide-up" icon={Leaf} /> @@ -186,49 +105,14 @@ export default function LandingPage() { textboxLayout="split" gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} + animationType="slide-up" products={[ - { - id: "1", - name: "Architectural Saguaro", - price: "Contact for pricing", - variant: "Large", - imageSrc: "http://img.b2bpic.net/free-photo/floral-composition-with-elegant-style_23-2147897614.jpg?_wi=2", - }, - { - id: "2", - name: "Miniature Succulent", - price: "150 EGP", - variant: "Small", - imageSrc: "http://img.b2bpic.net/free-photo/cactus-plant-studio-still-life_23-2150275319.jpg?_wi=2", - }, - { - id: "3", - name: "Flowering Cactus", - price: "450 EGP", - variant: "Medium", - imageSrc: "http://img.b2bpic.net/free-photo/fly-pollinating-prickly-pear-flower_23-2147842409.jpg?_wi=2", - }, - { - id: "4", - name: "Collector Species", - price: "2,200 EGP", - variant: "Unique", - imageSrc: "http://img.b2bpic.net/free-photo/cactus-plant-with-red-flower_23-2147842413.jpg", - }, - { - id: "5", - name: "Golden Barrel Cactus", - price: "850 EGP", - variant: "Medium", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cactus-plants-isolated-white-background_181624-28422.jpg", - }, - { - id: "6", - name: "Desert Aloe", - price: "300 EGP", - variant: "Small", - imageSrc: "http://img.b2bpic.net/free-photo/houseplant-with-grey-background_17005-1582.jpg", - }, + { id: "1", name: "Architectural Saguaro", price: "Contact for pricing", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/floral-composition-with-elegant-style_23-2147897614.jpg" }, + { id: "2", name: "Miniature Succulent", price: "150 EGP", variant: "Small", imageSrc: "http://img.b2bpic.net/free-photo/cactus-plant-studio-still-life_23-2150275319.jpg" }, + { id: "3", name: "Flowering Cactus", price: "450 EGP", variant: "Medium", imageSrc: "http://img.b2bpic.net/free-photo/fly-pollinating-prickly-pear-flower_23-2147842409.jpg" }, + { id: "4", name: "Collector Species", price: "2,200 EGP", variant: "Unique", imageSrc: "http://img.b2bpic.net/free-photo/cactus-plant-with-red-flower_23-2147842413.jpg" }, + { id: "5", name: "Golden Barrel Cactus", price: "850 EGP", variant: "Medium", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cactus-plants-isolated-white-background_181624-28422.jpg" }, + { id: "6", name: "Desert Aloe", price: "300 EGP", variant: "Small", imageSrc: "http://img.b2bpic.net/free-photo/houseplant-with-grey-background_17005-1582.jpg" }, ]} title="Our Collection" description="Rare collector species, beautiful succulents, and architectural desert landscapes." @@ -238,50 +122,24 @@ export default function LandingPage() {