Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-24 13:58:25 +00:00

View File

@@ -10,7 +10,6 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
@@ -119,31 +118,6 @@ export default function LandingPage() {
/>
</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">
<MetricCardEleven
animationType="slide-up"
@@ -260,4 +234,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}