Merge version_2 into main #2
@@ -136,26 +136,26 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sophie M.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-enjoing-tropical-vacations-thailand-wearing-white-blouse-posing-palmtrees_273443-4988.jpg" },
|
||||
{ id: "t2", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/pale-cute-woman-sending-air-kiss-while-posing-dressing-room_197531-7166.jpg" },
|
||||
{ id: "t3", name: "Chloe B.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-blondy-woman-looking-camera_633478-305.jpg" },
|
||||
{ id: "t4", name: "Aria J.", imageSrc: "http://img.b2bpic.net/free-photo/girl-near-tree_1157-15538.jpg" },
|
||||
{ id: "t5", name: "Maya K.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-young-woman-with-curly-hairstyle-wearing-red-dress-looking-silly-tender-thing-admire-s_1258-174555.jpg" }
|
||||
{ id: "t1", name: "صوفي م.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-enjoing-tropical-vacations-thailand-wearing-white-blouse-posing-palmtrees_273443-4988.jpg" },
|
||||
{ id: "t2", name: "إيلينا ر.", imageSrc: "http://img.b2bpic.net/free-photo/pale-cute-woman-sending-air-kiss-while-posing-dressing-room_197531-7166.jpg" },
|
||||
{ id: "t3", name: "كلو ب.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-blondy-woman-looking-camera_633478-305.jpg" },
|
||||
{ id: "t4", name: "آريا ج.", imageSrc: "http://img.b2bpic.net/free-photo/girl-near-tree_1157-15538.jpg" },
|
||||
{ id: "t5", name: "مايا ك.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-young-woman-with-curly-hairstyle-wearing-red-dress-looking-silly-tender-thing-admire-s_1258-174555.jpg" }
|
||||
]}
|
||||
cardTitle="Loved by Many"
|
||||
cardTitle="محبوبة من قبل الكثيرين"
|
||||
cardAnimation="slide-up"
|
||||
cardTag="Testimonials"
|
||||
cardTag="الشهادات"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Join Our Circle"
|
||||
description="Receive exclusive early access to new collections and skincare secrets."
|
||||
title="انضم إلى دائرتنا"
|
||||
description="احصل على وصول مبكر حصري للمجموعات الجديدة وأسرار العناية بالبشرة."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" }
|
||||
{ name: "name", type: "text", placeholder: "اسمك" },
|
||||
{ name: "email", type: "email", placeholder: "بريدك الإلكتروني" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dried-gypsophila-flowers-macro-shot_53876-101429.jpg"
|
||||
/>
|
||||
@@ -165,15 +165,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
title: "الشركة", items: [
|
||||
{ label: "عنا", href: "#about" },
|
||||
{ label: "اتصل بنا", href: "#contact" }
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Shipping", href: "#" }
|
||||
title: "الدعم", items: [
|
||||
{ label: "الأسئلة الشائعة", href: "#" },
|
||||
{ label: "الشحن", href: "#" }
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user