From 5b50c8bfc3072ce9e8991556a3e9fbb767d19fcb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:25:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc1e233..9d01ec0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,17 +94,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Classic Wood Fence", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/architecture-resort-lifestyles-phangan-sunny_1253-673.jpg"}, + id: "1", name: "Classic Wood Fence", price: "Starting from $499", imageSrc: "http://img.b2bpic.net/free-photo/architecture-resort-lifestyles-phangan-sunny_1253-673.jpg"}, { - id: "2", name: "Durable Metal Fence", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-garden-with-trees-wall_181624-38170.jpg"}, + id: "2", name: "Durable Metal Fence", price: "Starting from $799", imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-garden-with-trees-wall_181624-38170.jpg"}, { - id: "3", name: "Modern Vinyl Fence", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/green-climbing-ivy-wooden-fence-textured-wooden-panels-background_1372-5.jpg"}, + id: "3", name: "Modern Vinyl Fence", price: "Starting from $899", imageSrc: "http://img.b2bpic.net/free-photo/green-climbing-ivy-wooden-fence-textured-wooden-panels-background_1372-5.jpg"}, { - id: "4", name: "Privacy Fence", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg"}, + id: "4", name: "Privacy Fence", price: "Starting from $649", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg"}, { - id: "5", name: "Ornamental Iron", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-running-outdoors_23-2150351996.jpg"}, + id: "5", name: "Ornamental Iron", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-running-outdoors_23-2150351996.jpg"}, { - id: "6", name: "Garden Boundary", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-image-colorful-wooden-fence-with-grass_181624-26295.jpg"}, + id: "6", name: "Garden Boundary", price: "Starting from $299", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-image-colorful-wooden-fence-with-grass_181624-26295.jpg"}, ]} title="Our Fence Types" description="Explore our range of quality fencing options designed for every purpose." @@ -141,7 +141,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", badge: "Essential", price: "Contact for quote", subtitle: "Basic property protection", buttons: [ + id: "basic", badge: "Essential", price: "Starting from $499", subtitle: "Basic property protection", buttons: [ { text: "Inquire", href: "#contact"}, ], @@ -149,7 +149,7 @@ export default function LandingPage() { "Consultation", "Professional Install", "1 Year Warranty"], }, { - id: "pro", badge: "Popular", price: "Contact for quote", subtitle: "Premium custom security", buttons: [ + id: "pro", badge: "Popular", price: "Request Quote", subtitle: "Premium custom security", buttons: [ { text: "Inquire", href: "#contact"}, ], -- 2.49.1