Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7152790a9f | |||
| 0e4aa7d83e | |||
| a8da9a016c | |||
| fc51a861d6 | |||
| c6815f2cb1 | |||
| b3f986d8a9 | |||
| 06668cb4d4 | |||
| 80157d1138 | |||
| 11574aed24 | |||
| 26de485e96 | |||
| c830bfb2da | |||
| 67c54ec503 | |||
| 5583ef5afc | |||
| 6ef28a74b6 | |||
| b757cca577 | |||
| a2312be740 | |||
| 362b0fc6bd | |||
| 4e2154d153 | |||
| 9e46887fa9 | |||
| 904657df2b | |||
| f184050c94 | |||
| c6e3f9ac5d | |||
| b5f029004b | |||
| 4eff42bd5e | |||
| 15ee69bc13 | |||
| 2d075078be |
@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel/HeroBillboardTiltedCarousel';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
@@ -41,15 +41,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
<HeroBillboardTiltedCarousel
|
||||
title="Transforming Landscapes Into Masterpieces"
|
||||
description="Professional landscaping and lawn care solutions designed to enhance the beauty and value of your property."
|
||||
testimonials={[
|
||||
{ name: "Alice Green", handle: "@aliceg", testimonial: "GreenScape Pro turned our overgrown backyard into a tranquil retreat. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-mole-her-lip-is-holding-succulent-woman-gray-sweater-posing-plant-store_197531-12373.jpg" },
|
||||
{ name: "Bob Miller", handle: "@bobm", testimonial: "Excellent service and attention to detail. My lawn has never looked better.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-standing-sideways-camera-talking-smartphone-outdoors_259150-59320.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-park-panorama-beautiful-park_93675-128906.jpg"
|
||||
images={[
|
||||
"http://img.b2bpic.net/free-photo/city-park-panorama-beautiful-park_93675-128906.jpg", "http://img.b2bpic.net/free-photo/gardening_23-2148020412.jpg", "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg"
|
||||
]}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,4 +142,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user