Merge version_2 into main #4
@@ -128,12 +128,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Emma R.", imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", imageAlt: "satisfied client portrait" },
|
||||
{ id: "t2", name: "Marcus L.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg", imageAlt: "happy customer professional" },
|
||||
{ id: "t1", name: "Emma R., Casablanca", imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", imageAlt: "satisfied client portrait" },
|
||||
{ id: "t2", name: "Marcus L., Tangier", imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg", imageAlt: "happy customer professional" },
|
||||
{ id: "t3", name: "Sara B., Rabat", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-hat-outdoors_23-2148705663.jpg", imageAlt: "happy customer professional" },
|
||||
]}
|
||||
cardTitle="What People Say"
|
||||
cardTitle="Customer Reviews"
|
||||
cardAnimation="slide-up"
|
||||
cardTag="Testimonials"
|
||||
cardTag="Our Community"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -142,11 +143,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "What is the return policy?", content: "We offer a 30-day return policy for all unused items." },
|
||||
{ id: "f2", title: "Do you ship worldwide?", content: "Yes, we provide international shipping to most countries." },
|
||||
{ id: "f1", title: "What are the opening hours?", content: "We welcome you daily from 10:00 AM to 10:00 PM at our Casablanca location." },
|
||||
{ id: "f2", title: "Do you offer home delivery?", content: "Yes, we provide luxury delivery service within Casablanca and surrounding areas." },
|
||||
{ id: "f3", title: "Can I book for private events?", content: "Absolutely, we accommodate private gatherings and exclusive design consultations." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get clarity on our services and products."
|
||||
title="Restaurant FAQ"
|
||||
description="Answers to common questions about our services and location."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -155,18 +157,20 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Have a specific project in mind? Let's connect."
|
||||
buttons={[{ text: "Contact Us", href: "mailto:hello@lewariss.com" }]}
|
||||
text="Visit Le Wariss in the heart of Casablanca, Maârif district. Contact us at +212 5XX-XXXXXX or info@lewariss.ma."
|
||||
buttons={[{ text: "Get Directions", href: "#" }, { text: "Call Us", href: "tel:+212500000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Help", items: [{ label: "FAQ", href: "#faq" }, { label: "Support", href: "#" }] },
|
||||
{ title: "Menu", items: [{ label: "Collection", href: "#products" }, { label: "Our Story", href: "#about" }] },
|
||||
{ title: "Visit", items: [{ label: "Casablanca Location", href: "#contact" }, { label: "Bookings", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
logoText="Le Wariss"
|
||||
copyrightText="© 2025 Le Wariss. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user