From d75d2fd09755bfa24bdd5169bde7e2e5cb8e4cae Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:16:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 176 ++++++++++------------------------------------- 1 file changed, 35 insertions(+), 141 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3cd576..5cf67c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Clock, Leaf, Heart, Chef, Users, Star, CheckCircle, Gift, UtensilsCrossed } from "lucide-react"; +import { Clock, Leaf, Heart, Users, Star, CheckCircle, Gift, UtensilsCrossed } from "lucide-react"; export default function HomePage() { return ( @@ -20,7 +20,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="compact" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -57,31 +57,19 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-tomato-with-egg-side-view_140725-9095.jpg?_wi=1", - imageAlt: "أفضل إفطار مصري", - }, + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-tomato-with-egg-side-view_140725-9095.jpg", imageAlt: "أفضل إفطار مصري"}, { - imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg?_wi=1", - imageAlt: "فلافل مصرية", - }, + imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg", imageAlt: "فلافل مصرية"}, { - imageSrc: "http://img.b2bpic.net/free-photo/chickpea-hummus-wooden-bowl-garnished-with-parsley-paprika-olive-oil-wooden-table_123827-22490.jpg?_wi=1", - imageAlt: "حمص وسلطات", - }, + imageSrc: "http://img.b2bpic.net/free-photo/chickpea-hummus-wooden-bowl-garnished-with-parsley-paprika-olive-oil-wooden-table_123827-22490.jpg", imageAlt: "حمص وسلطات"}, { - imageSrc: "http://img.b2bpic.net/free-photo/making-roti-ingredients-assortment_23-2149033954.jpg?_wi=1", - imageAlt: "خبز عيش بلدي", - }, + imageSrc: "http://img.b2bpic.net/free-photo/making-roti-ingredients-assortment_23-2149033954.jpg", imageAlt: "خبز عيش بلدي"}, { - imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-peas-salad_140725-6297.jpg?_wi=1", - imageAlt: "كشري مصري", - }, + imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-peas-salad_140725-6297.jpg", imageAlt: "كشري مصري"}, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-shakshuka-frying-pan-wooden-background_169016-17048.jpg?_wi=1", - imageAlt: "شكشوكة", - }, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-shakshuka-frying-pan-wooden-background_169016-17048.jpg", imageAlt: "شكشوكة"}, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} className="w-full" containerClassName="w-full" textBoxClassName="text-center" @@ -95,45 +83,15 @@ export default function HomePage() {