Merge version_1 into main #2
@@ -10,7 +10,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, Leaf, Hammer2, Shovel, Home, CheckCircle, Zap, Star, Users, Clock, Package, Truck, Sparkles } from 'lucide-react';
|
||||
import { Award, Leaf, Hammer, Shovel, Home, CheckCircle, Zap, Star, Users, Clock, Package, Truck, Sparkles } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -57,12 +57,12 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Project Showcase", logoIcon: Leaf,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=1", searchPlaceholder: "Browse our work", buttons: [
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", searchPlaceholder: "Browse our work", buttons: [
|
||||
{ text: "View Gallery", href: "gallery" },
|
||||
{ text: "Learn More", href: "services" }
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: Hammer2 },
|
||||
{ icon: Hammer },
|
||||
{ icon: Shovel, active: true },
|
||||
{ icon: Leaf }
|
||||
],
|
||||
@@ -135,10 +135,10 @@ export default function LandingPage() {
|
||||
title: "Lawn Installation & Seeding", description: "Professional lawn installation with premium grasses and expert seeding techniques for healthy, lush results.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=1", imageAlt: "Lawn installation project"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Lawn installation project"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702187.jpg?_wi=1", imageAlt: "Seeding and landscaping"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702187.jpg", imageAlt: "Seeding and landscaping"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -146,10 +146,10 @@ export default function LandingPage() {
|
||||
title: "Yard Regrading & Drainage", description: "Expert grading solutions to improve drainage, prevent water pooling, and create optimal yard slopes.", icon: Shovel,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=2", imageAlt: "Yard regrading project"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Yard regrading project"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=2", imageAlt: "Drainage solution"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Drainage solution"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -157,21 +157,21 @@ export default function LandingPage() {
|
||||
title: "Patio Installation", description: "Beautiful, durable patio installations that create the perfect outdoor living space for your home.", icon: Home,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702187.jpg?_wi=2", imageAlt: "Patio installation"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702187.jpg", imageAlt: "Patio installation"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=3", imageAlt: "Outdoor patio space"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Outdoor patio space"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Hardscaping Solutions", description: "Professional hardscape designs including retaining walls, walkways, and landscape edging.", icon: Hammer2,
|
||||
title: "Hardscaping Solutions", description: "Professional hardscape designs including retaining walls, walkways, and landscape edging.", icon: Hammer,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=3", imageAlt: "Hardscape project"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Hardscape project"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=4", imageAlt: "Hardscaping installation"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Hardscaping installation"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -179,10 +179,10 @@ export default function LandingPage() {
|
||||
title: "Black Dirt Delivery & Grading", description: "Quality black dirt delivery with professional grading services for landscape preparation and finishing.", icon: Truck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702187.jpg?_wi=3", imageAlt: "Soil delivery and grading"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702187.jpg", imageAlt: "Soil delivery and grading"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=4", imageAlt: "Landscape preparation"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Landscape preparation"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -190,10 +190,10 @@ export default function LandingPage() {
|
||||
title: "Backyard Transformations", description: "Complete backyard redesigns that turn your vision into reality with professional planning and execution.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=5", imageAlt: "Backyard transformation"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Backyard transformation"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=6", imageAlt: "Outdoor space redesign"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Outdoor space redesign"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -205,6 +205,7 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
title="Why Homeowners Choose V&D Landscaping: Reliability, Quality, and Local Expertise You Can Trust"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: Star, label: "Customer Rating", value: "4.9/5" },
|
||||
{ icon: Users, label: "Satisfied Homeowners", value: "86+" },
|
||||
@@ -224,16 +225,16 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Patio Transformation", price: "High-End Project", variant: "Complete Outdoor Living", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=7", imageAlt: "Patio transformation project"
|
||||
id: "1", name: "Patio Transformation", price: "High-End Project", variant: "Complete Outdoor Living", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Patio transformation project"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Lawn & Landscaping", price: "Professional Grade", variant: "Full Property Redesign", imageSrc: "https://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702187.jpg?_wi=4", imageAlt: "Lawn installation project"
|
||||
id: "2", name: "Lawn & Landscaping", price: "Professional Grade", variant: "Full Property Redesign", imageSrc: "https://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702187.jpg", imageAlt: "Lawn installation project"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Yard Regrading", price: "Drainage Solution", variant: "Expert Grading Work", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=8", imageAlt: "Yard regrading project"
|
||||
id: "3", name: "Yard Regrading", price: "Drainage Solution", variant: "Expert Grading Work", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Yard regrading project"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Hardscape Install", price: "Premium Quality", variant: "Retaining Walls & Edging", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=5", imageAlt: "Hardscape project"
|
||||
id: "4", name: "Hardscape Install", price: "Premium Quality", variant: "Retaining Walls & Edging", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", imageAlt: "Hardscape project"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user