diff --git a/src/app/page.tsx b/src/app/page.tsx
index c2ae555..013265d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,42 +29,30 @@ export default function LandingPage() {
@@ -85,20 +73,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Stone Patios",
- description: "Custom-designed paver and stone patios for outdoor relaxation.",
- imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698328.jpg",
- },
+ title: "Stone Patios", description: "Custom-designed paver and stone patios for outdoor relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698328.jpg"},
{
- title: "Retaining Walls",
- description: "Structural and decorative stone walls for property definition.",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12301.jpg",
- },
+ title: "Retaining Walls", description: "Structural and decorative stone walls for property definition.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12301.jpg"},
{
- title: "Garden Paths",
- description: "Beautiful walkways that integrate seamlessly with your garden.",
- imageSrc: "http://img.b2bpic.net/free-photo/low-stone-pole-barrier-green-grass-soft-focus_181624-38240.jpg",
- },
+ title: "Garden Paths", description: "Beautiful walkways that integrate seamlessly with your garden.", imageSrc: "http://img.b2bpic.net/free-photo/low-stone-pole-barrier-green-grass-soft-focus_181624-38240.jpg"},
]}
title="Our Hardscape Services"
description="Premium outdoor solutions designed for your lifestyle."
@@ -113,45 +92,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Miller",
- role: "Homeowner",
- company: "Local Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-smoking-cigar-lying-hammock-outside-tropical-luxury-villa-hotel-sunset-natural-light_343596-652.jpg",
- },
+ id: "1", name: "Sarah Miller", role: "Homeowner", company: "Local Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-smoking-cigar-lying-hammock-outside-tropical-luxury-villa-hotel-sunset-natural-light_343596-652.jpg"},
{
- id: "2",
- name: "James Wilson",
- role: "Homeowner",
- company: "Local Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12293.jpg",
- },
+ id: "2", name: "James Wilson", role: "Homeowner", company: "Local Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12293.jpg"},
{
- id: "3",
- name: "Emily Davis",
- role: "Property Manager",
- company: "Commercial",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg",
- },
+ id: "3", name: "Emily Davis", role: "Property Manager", company: "Commercial", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg"},
{
- id: "4",
- name: "Robert Chen",
- role: "Homeowner",
- company: "Local Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
- },
+ id: "4", name: "Robert Chen", role: "Homeowner", company: "Local Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
{
- id: "5",
- name: "Linda Garcia",
- role: "Homeowner",
- company: "Local Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-inspired-female-florist-standing-greenhouse-holding-potted-plant-looking-purple-flowers-smiling-professional-portrait-copy-space-gardening-job-botany-concept_74855-12858.jpg",
- },
+ id: "5", name: "Linda Garcia", role: "Homeowner", company: "Local Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-inspired-female-florist-standing-greenhouse-holding-potted-plant-looking-purple-flowers-smiling-professional-portrait-copy-space-gardening-job-botany-concept_74855-12858.jpg"},
]}
title="What Our Clients Say"
description="Trust the experts who transformed their outdoor dreams into reality."
@@ -162,14 +116,11 @@ export default function LandingPage() {
@@ -179,29 +130,19 @@ export default function LandingPage() {
logoText="Trejo Landscaping"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Services",
- href: "#features",
- },
+ label: "Services", href: "#features"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}