diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c967ba..c236972 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {