From 30e82b133e236596f428c4c06930442d993b08f2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:32:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e608df4..12cb20a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { title="Why Choose Us" description="We offer more than just fencing; we offer peace of mind for your construction projects." features={[ - { title: "Bulk Supply", description: "Ready-to-ship inventory for immediate supply.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-building-with-brown-grey-graphics-auckland-great-cool-wallpaper_181624-4264.jpg?_wi=1" }, + { title: "Bulk Supply", description: "Ready-to-ship inventory for immediate supply. Next-day shipping available.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-building-with-brown-grey-graphics-auckland-great-cool-wallpaper_181624-4264.jpg?_wi=1" }, { title: "Industrial Durability", description: "Tested against extreme weather conditions.", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-abstract-shadow-daytime_23-2149080289.jpg?_wi=1" }, { title: "Logistics Support", description: "Nationwide shipping directly to your site.", imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-brown-wooden-fence-mini-forest-with-clear-blue-sky_181624-17330.jpg?_wi=1" }, ]} @@ -133,4 +133,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1