Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a9b36ffce | |||
| 31de53a7a7 | |||
| 1468815327 | |||
| 290227d74d | |||
| dfe926a576 | |||
| 841937f122 | |||
| e6b73e9632 | |||
| 9e2a7ec961 | |||
| d336c0b299 | |||
| 7ca4ec248b | |||
| 3581bf74dd | |||
| b060c6810b | |||
| 0ce15caab5 | |||
| 4275d9cd2d | |||
| c716691a66 | |||
| 43d7aa703a |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
@@ -62,13 +62,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardEight
|
<FeatureCardNineteen
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ title: "Garden Maintenance", description: "Full-service horticultural care to keep your gardens vibrant throughout the year.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D8GL6afQtAHfWQihZ8f5uk5DAm/uploaded-1777657187702-fr72mgtd.png", imageAlt: "Garden maintenance" },
|
{ title: "Garden Maintenance", subtitle: "Comprehensive Care", description: "Full-service horticultural care to keep your gardens vibrant throughout the year.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D8GL6afQtAHfWQihZ8f5uk5DAm/uploaded-1777657187702-fr72mgtd.png", imageAlt: "Garden maintenance", tag: "Maintenance" },
|
||||||
{ title: "Landscape Design", description: "Custom designs featuring native Australian plants and sustainable environmental practices.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-street_23-2149964957.jpg", imageAlt: "Landscape design" },
|
{ title: "Landscape Design", subtitle: "Expert Planning", description: "Custom designs featuring native Australian plants and sustainable environmental practices.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-street_23-2149964957.jpg", imageAlt: "Landscape design", tag: "Design" },
|
||||||
{ title: "Hardscaping & Paving", description: "Professional construction of pathways, patios, and outdoor structural elements.", imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg", imageAlt: "Hardscaping" },
|
{ title: "Hardscaping & Paving", subtitle: "Structural Excellence", description: "Professional construction of pathways, patios, and outdoor structural elements.", imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg", imageAlt: "Hardscaping", tag: "Construction" },
|
||||||
]}
|
]}
|
||||||
title="Our Professional Services"
|
title="Our Professional Services"
|
||||||
description="Comprehensive landscaping solutions tailored to your property's unique needs."
|
description="Comprehensive landscaping solutions tailored to your property's unique needs."
|
||||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "rotated-rays-animated" }}
|
background={{ variant: "rotated-rays-animated" }}
|
||||||
text="Ready to transform your outdoor living space?"
|
text="Ready to transform your outdoor living space?"
|
||||||
buttons={[{ text: "Contact Us Now", href: "#" }]}
|
buttons={[{ text: "Request Your Free Consultation", href: "#" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -149,4 +149,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user