From 2224c529364e8aaeadfad5947c585b6e480bd93f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 06:58:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 154 +++++++++++------------------------------------ 1 file changed, 34 insertions(+), 120 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea8ccf8..edd5834 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,65 +29,36 @@ export default function LandingPage() {
@@ -129,26 +94,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "wood", - name: "Classic Wood Fencing", - price: "Starting from $30/ft", - variant: "Premium Cedar", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-single-tree-growing-field-isolated-with-fence_181624-7620.jpg?_wi=2", - }, + id: "wood", name: "Classic Wood Fencing", price: "Starting from $30/ft", variant: "Premium Cedar", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-single-tree-growing-field-isolated-with-fence_181624-7620.jpg"}, { - id: "metal", - name: "Ornamental Metal", - price: "Starting from $55/ft", - variant: "Wrought Iron", - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13656.jpg?_wi=2", - }, + id: "metal", name: "Ornamental Metal", price: "Starting from $55/ft", variant: "Wrought Iron", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13656.jpg"}, { - id: "vinyl", - name: "Modern Vinyl", - price: "Starting from $40/ft", - variant: "Durable PVC", - imageSrc: "http://img.b2bpic.net/free-photo/field-green-grass-with-wooden-posts-shape-pyramid_181624-19390.jpg?_wi=2", - }, + id: "vinyl", name: "Modern Vinyl", price: "Starting from $40/ft", variant: "Durable PVC", imageSrc: "http://img.b2bpic.net/free-photo/field-green-grass-with-wooden-posts-shape-pyramid_181624-19390.jpg"}, ]} title="Our Fencing Solutions" description="From classic wood to modern metal, we offer a range of solutions to fit your property and budget." @@ -162,45 +112,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "John Doe", - handle: "@johndoe", - testimonial: "Arnold's team was fast, professional, and the fence looks incredible!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/house-residence-mansion-estate-property-concept_53876-31109.jpg?_wi=1", - }, + id: "1", name: "John Doe", handle: "@johndoe", testimonial: "Arnold's team was fast, professional, and the fence looks incredible!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/house-residence-mansion-estate-property-concept_53876-31109.jpg"}, { - id: "2", - name: "Jane Smith", - handle: "@janesmith", - testimonial: "Truly the best fence company in the area. Great quality work.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-waving-camera_197531-33851.jpg", - }, + id: "2", name: "Jane Smith", handle: "@janesmith", testimonial: "Truly the best fence company in the area. Great quality work.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-waving-camera_197531-33851.jpg"}, { - id: "3", - name: "Robert Brown", - handle: "@rbrown", - testimonial: "Solid installation and very fair pricing. Very happy.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bridge_417767-270.jpg", - }, + id: "3", name: "Robert Brown", handle: "@rbrown", testimonial: "Solid installation and very fair pricing. Very happy.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bridge_417767-270.jpg"}, { - id: "4", - name: "Alice Green", - handle: "@aliceg", - testimonial: "My backyard looks amazing now. Thank you, Arnold's!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", - }, + id: "4", name: "Alice Green", handle: "@aliceg", testimonial: "My backyard looks amazing now. Thank you, Arnold's!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg"}, { - id: "5", - name: "Mark Wilson", - handle: "@mwilson", - testimonial: "Highly recommended service. Professional and timely.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/house-residence-mansion-estate-property-concept_53876-31109.jpg?_wi=2", - }, + id: "5", name: "Mark Wilson", handle: "@mwilson", testimonial: "Highly recommended service. Professional and timely.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/house-residence-mansion-estate-property-concept_53876-31109.jpg"}, ]} showRating={true} title="What Our Neighbors Say" @@ -212,8 +137,7 @@ export default function LandingPage() {