Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b76737624 | |||
| 170e462f3f | |||
| 072f100856 |
@@ -5,6 +5,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import RadialGradientBackground from "@/components/background/RadialGradientBackground";
|
||||
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
||||
import { Leaf } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,6 +31,18 @@ export default function LandingPage() {
|
||||
button={{ text: "Call Now", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="text-section" data-section="text-section">
|
||||
<FeatureCardTwentySeven
|
||||
title="Quality Landscape Design"
|
||||
description="Our team specializes in creating sustainable, beautiful outdoor spaces tailored to your needs. From garden planning to maintenance, we handle it all with care and professionalism."
|
||||
features={[]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Expertise"
|
||||
tagIcon={Leaf}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[]}
|
||||
|
||||
Reference in New Issue
Block a user