From 17a10372690d7374420dc972ce05832c0b052463 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:27:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3d1228..7464147 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import ProductCardThree from "@/components/sections/product/ProductCardThree"; -import { Sparkles, MessageCircle, ShoppingBag, Award, Users, Star, Package, Sparkle, Zap } from "lucide-react"; +import { Sparkles, ShoppingBag, Award, Users, Star, Sparkle, Zap } from "lucide-react"; export default function BeautyDjelfaPage() { return ( @@ -22,7 +22,7 @@ export default function BeautyDjelfaPage() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > @@ -69,6 +69,7 @@ export default function BeautyDjelfaPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "promo-1", name: "Promo of the Week: Skincare Kit", price: "2500 DA", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gua-sha-face-products_23-2149401501.jpg" }, { id: "promo-2", name: "Pack Spéciale: Makeup Essentials", price: "3200 DA", imageSrc: "http://img.b2bpic.net/free-photo/eyeshadows-arrangement-red-silk_23-2148978183.jpg" }, @@ -97,9 +98,9 @@ export default function BeautyDjelfaPage() { animationType="slide-up" buttons={[{ text: "اكتشفي المزيد", href: "#categories" }]} features={[ - { title: "العناية بالبشرة", description: "سيروم، كريمات، ومنظفات عالمية لبشرة مشرقة.", icon: Sparkles }, - { title: "المكياج الفاخر", description: "ألوان وأدوات تبرز جمالك الطبيعي بكل فخامة.", icon: Package }, - { title: "مستلزمات الجمال", description: "أدوات تجميل ضرورية لكل حقيبة نسائية.", icon: ShoppingBag }, + { title: "العناية بالبشرة", description: "سيروم، كريمات، ومنظفات عالمية لبشرة مشرقة.", icon: Sparkles, bentoComponent: "reveal-icon" }, + { title: "المكياج الفاخر", description: "ألوان وأدوات تبرز جمالك الطبيعي بكل فخامة.", icon: ShoppingBag, bentoComponent: "reveal-icon" }, + { title: "مستلزمات الجمال", description: "أدوات تجميل ضرورية لكل حقيبة نسائية.", icon: ShoppingBag, bentoComponent: "reveal-icon" }, ]} />