Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -59,6 +59,7 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Fast Task Posting", tags: ["Simple", "Instant"] },
|
||||
{ id: "f2", title: "Verified Professionals", tags: ["Trusted", "Safe"] },
|
||||
@@ -81,6 +82,7 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{ id: "p1", name: "Plumbing", price: "From 150 MAD", imageSrc: "http://img.b2bpic.net/free-photo/cell-phone-shopping-cart-online-shopping-mobile-shopping-concept_1387-918.jpg" },
|
||||
@@ -109,6 +111,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Excellent Service", quote: "Professional work, very satisfied!", name: "Ahmed", role: "Casa Resident" },
|
||||
{ id: "t2", title: "Quick Solution", quote: "Found help instantly in my neighborhood.", name: "Fatima", role: "Local Business" },
|
||||
@@ -133,6 +136,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
tag="Connect Now"
|
||||
title="Start Your Project Today"
|
||||
description="Join the fastest growing service network in Morocco."
|
||||
|
||||
Reference in New Issue
Block a user