From 567887b31d958b07684d1f50cb2349996eab26ad Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:30:06 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d8eddc3..356c97e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,7 +50,7 @@ export default function AboutPage() { useInvertedBackground={false} title="Our Legacy" description="Building the nation's security through durable supply chains." - imageSrc="http://img.b2bpic.net/free-photo/brick-piles-placed-factory-floor_1150-15099.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brick-piles-placed-factory-floor_1150-15099.jpg?_wi=2" mediaAnimation="slide-up" metricsAnimation="slide-up" metrics={[ -- 2.49.1 From 6fb925eee01034168707fd8fb3e30e4284d54864 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:30:06 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 957fc96..e608df4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,11 +44,11 @@ export default function LandingPage() { description="Premium industrial-grade fencing solutions for contractors and commercial builders across the nation. Bulk quantities available." buttons={[{ text: "View Catalog", href: "/products" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg", imageAlt: "industrial wholesale warehouse fencing" }, - { imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg", imageAlt: "industrial wholesale warehouse fencing" }, - { imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg", imageAlt: "industrial wholesale warehouse fencing" }, - { imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg", imageAlt: "industrial wholesale warehouse fencing" }, - { imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg", imageAlt: "industrial wholesale warehouse fencing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg?_wi=1", imageAlt: "industrial wholesale warehouse fencing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg?_wi=2", imageAlt: "industrial wholesale warehouse fencing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg?_wi=3", imageAlt: "industrial wholesale warehouse fencing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg?_wi=4", imageAlt: "industrial wholesale warehouse fencing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg?_wi=5", imageAlt: "industrial wholesale warehouse fencing" }, ]} /> @@ -92,9 +92,9 @@ 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" }, - { title: "Industrial Durability", description: "Tested against extreme weather conditions.", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-abstract-shadow-daytime_23-2149080289.jpg" }, - { 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" }, + { 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: "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" }, ]} /> @@ -107,7 +107,7 @@ export default function LandingPage() { description="Get answers to common queries about bulk procurement and fencing hardware." mediaAnimation="slide-up" faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/brick-piles-placed-factory-floor_1150-15099.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brick-piles-placed-factory-floor_1150-15099.jpg?_wi=1" faqs={[ { id: "1", title: "Do you offer bulk discounts?", content: "Yes, we provide scalable pricing for large contractors." }, { id: "2", title: "Where is the fencing manufactured?", content: "We source from high-quality industrial manufacturers." }, -- 2.49.1 From b9fb6e22c8f569ebabe749a0ed872e09f40546f5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:30:07 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 7087f22..186c26e 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -42,12 +42,12 @@ export default function ProductsPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", brand: "Anchor", name: "Industrial Chain Link", price: "$89.00/roll", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-building-with-brown-grey-graphics-auckland-great-cool-wallpaper_181624-4264.jpg" }, - { id: "2", brand: "Anchor", name: "Aluminum Privacy Panels", price: "$145.00/pc", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-abstract-shadow-daytime_23-2149080289.jpg" }, - { id: "3", brand: "Anchor", name: "PVC Coated Mesh", price: "$72.00/roll", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-brown-wooden-fence-mini-forest-with-clear-blue-sky_181624-17330.jpg" }, - { id: "4", brand: "Anchor", name: "Commercial Security Gates", price: "$450.00/set", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg" }, + { id: "1", brand: "Anchor", name: "Industrial Chain Link", price: "$89.00/roll", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-building-with-brown-grey-graphics-auckland-great-cool-wallpaper_181624-4264.jpg?_wi=2" }, + { id: "2", brand: "Anchor", name: "Aluminum Privacy Panels", price: "$145.00/pc", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-abstract-shadow-daytime_23-2149080289.jpg?_wi=2" }, + { id: "3", brand: "Anchor", name: "PVC Coated Mesh", price: "$72.00/roll", rating: 4, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-brown-wooden-fence-mini-forest-with-clear-blue-sky_181624-17330.jpg?_wi=2" }, + { id: "4", brand: "Anchor", name: "Commercial Security Gates", price: "$450.00/set", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg?_wi=1" }, { id: "5", brand: "Anchor", name: "Heavy Duty Vinyl Panels", price: "$95.00/pc", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/white-wall-with-tree-leaf-wall_74190-7307.jpg" }, - { id: "6", brand: "Anchor", name: "Ornamental Steel Railing", price: "$125.00/pc", rating: 4, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/traveling-man-talking-phone_23-2148383465.jpg" }, + { id: "6", brand: "Anchor", name: "Ornamental Steel Railing", price: "$125.00/pc", rating: 4, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/traveling-man-talking-phone_23-2148383465.jpg?_wi=1" }, ]} title="Our Fence Solutions" description="Explore our extensive inventory of heavy-duty, industrial-strength fencing materials." @@ -63,9 +63,9 @@ export default function ProductsPage() { title="Special Collections" description="Curated selection of our best-selling hardware and materials." products={[ - { id: "a", name: "Safety Hinge Kit", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/traveling-man-talking-phone_23-2148383465.jpg" }, - { id: "b", name: "Gate Latch Set", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg" }, - { id: "c", name: "Steel Post Caps", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg" }, + { id: "a", name: "Safety Hinge Kit", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/traveling-man-talking-phone_23-2148383465.jpg?_wi=2" }, + { id: "b", name: "Gate Latch Set", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fence-with-parking-background_23-2148242252.jpg?_wi=2" }, + { id: "c", name: "Steel Post Caps", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg?_wi=6" }, ]} /> -- 2.49.1