Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ef594ada1 | |||
| f2e2b8938d |
@@ -10,7 +10,6 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
|
|
||||||
@@ -119,31 +118,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="showcase" data-section="showcase">
|
|
||||||
<ProductCardOne
|
|
||||||
animationType="blur-reveal"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="two-columns-alternating-heights"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
products={[
|
|
||||||
{
|
|
||||||
id: "1", name: "Full Yard Cleanup", price: "Before", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-beautiful-green-grass-covering-meadow-captured-daylight_181624-44884.jpg"},
|
|
||||||
{
|
|
||||||
id: "2", name: "Renovated Space", price: "After", imageSrc: "http://img.b2bpic.net/free-photo/top-view-metallic-straw-fake-leaf_23-2148289756.jpg"},
|
|
||||||
{
|
|
||||||
id: "3", name: "Garden Bed Setup", price: "Before", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bushes-grass-covered-lawn_181624-11517.jpg"},
|
|
||||||
{
|
|
||||||
id: "4", name: "Bed Final Result", price: "After", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-gardening-gloves-watering-can-near-fresh-flower-plants-greenhouse_23-2147948245.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Tree Overgrowth", price: "Before", imageSrc: "http://img.b2bpic.net/free-photo/daisy-flowers-from-netherlands-holland_58702-16327.jpg"},
|
|
||||||
{
|
|
||||||
id: "6", name: "Pruned Precision", price: "After", imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg"},
|
|
||||||
]}
|
|
||||||
title="See the Difference"
|
|
||||||
description="From overgrown and messy to clean, structured, and high-end."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="why-us" data-section="why-us">
|
<div id="why-us" data-section="why-us">
|
||||||
<MetricCardEleven
|
<MetricCardEleven
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user