Merge version_3 into main #2
@@ -3,6 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
@@ -158,7 +159,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "m1", name: "Ahmed Ibrahim - Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/design-plan_53876-176743.jpg"},
|
||||
{
|
||||
id: "m2", name: "Sarah Mansour - Design Director", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg"},
|
||||
id: "m2", name: "Sarah Mansour - Design Director", imageSrc: "http://img.b2bpic.net/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg"},
|
||||
{
|
||||
id: "m3", name: "Layla Khalil - Project Manager", imageSrc: "http://img.b2bpic.net/aerial-view-from-hong-kong_181624-34551.jpg"},
|
||||
]}
|
||||
@@ -221,15 +222,11 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to design your green future? Contact AL WOROOD today for a professional landscape architectural consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Consultation", href: "#"},
|
||||
]}
|
||||
<ContactCenter
|
||||
tag="Connect"
|
||||
title="Get in Touch"
|
||||
description="Let's collaborate on your next outdoor masterpiece. Reach out to AL WOROOD for expert landscape architecture services."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user