Merge version_2 into main #2
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
@@ -107,12 +108,17 @@ export default function BeautyDjelfaPage() {
|
||||
rating={5}
|
||||
author="— سارة، من الجلفة"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/pretty-woman-armchair_23-2147762383.jpg", alt: "سارة" }]}
|
||||
ratingAnimation="none"
|
||||
avatarsAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<ContactCTA
|
||||
tag="تواصل معنا"
|
||||
title="جاهزة للتألق؟"
|
||||
description="اطلبي منتجاتك المفضلة مباشرة عبر الواتساب أو زورينا في الجلفة. نحن هنا لنساعدك في اختيار ما يناسب جمالك."
|
||||
buttons={[{ text: "واتساب الآن", href: "https://wa.me/" }]}
|
||||
background="none"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterBase
|
||||
logoText="True Beauty Djelfa"
|
||||
|
||||
Reference in New Issue
Block a user