Merge version_1 into main #2
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "installation", title: "Professional Installation", author: "Expert Execution", description: "From hardscaping to planting, our crews execute every project on time and on budget. We respect your property and deliver meticulous craftsmanship visible in every seam and edge.", tags: ["Installation", "Construction", "Craftsmanship"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=1", imageAlt: "Professional installation team"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", imageAlt: "Professional installation team"
|
||||
},
|
||||
{
|
||||
id: "maintenance", title: "Ongoing Maintenance", author: "Long-term Care", description: "Landscape maintenance programs keep your outdoor space thriving year-round. Regular care ensures your investment maintains its beauty and value.", tags: ["Maintenance", "Care", "Support"],
|
||||
@@ -111,12 +111,12 @@ export default function LandingPage() {
|
||||
id: "project-2", name: "Luxury Outdoor Living Space", price: "Residential", variant: "Hardscape · Lighting · Planting", imageSrc: "http://img.b2bpic.net/free-photo/back-view-young-woman-taking-care-plants_23-2148509882.jpg", imageAlt: "Outdoor living patio project"
|
||||
},
|
||||
{
|
||||
id: "project-3", name: "Contemporary Hardscape", price: "Residential", variant: "Patio · Walkways · Edging", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=2", imageAlt: "Hardscape patio installation"
|
||||
id: "project-3", name: "Contemporary Hardscape", price: "Residential", variant: "Patio · Walkways · Edging", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", imageAlt: "Hardscape patio installation"
|
||||
},
|
||||
{
|
||||
id: "project-4", name: "Focal Point Water Feature", price: "Residential", variant: "Water Feature · Lighting · Landscape", imageSrc: "http://img.b2bpic.net/free-photo/fountains-garden_1361-140.jpg", imageAlt: "Landscape with water feature"
|
||||
}
|
||||
]
|
||||
]}
|
||||
title="Featured Projects"
|
||||
description="Before-and-after transformations that showcase our attention to detail and design expertise. Each project tells a story of vision realized."
|
||||
tag="Portfolio Highlights"
|
||||
@@ -132,22 +132,22 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Richardson"
|
||||
id: "2", name: "James Richardson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jennifer Adams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jennifer Adams"
|
||||
id: "3", name: "Jennifer Adams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Adams"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Robert Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Robert Chen"
|
||||
id: "4", name: "Robert Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Chen"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Maria Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Maria Rodriguez"
|
||||
id: "5", name: "Maria Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Thompson"
|
||||
id: "6", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson"
|
||||
}
|
||||
]}
|
||||
cardTitle="Trusted by homeowners who demand exceptional design and flawless execution"
|
||||
|
||||
Reference in New Issue
Block a user