4 Commits

Author SHA1 Message Date
30e82b133e Update src/app/page.tsx 2026-04-06 06:32:07 +00:00
55af10805e Merge version_1 into main
Merge version_1 into main
2026-04-06 06:30:10 +00:00
9952b61da3 Merge version_1 into main
Merge version_1 into main
2026-04-06 06:29:45 +00:00
6d4a85d292 Merge version_1 into main
Merge version_1 into main
2026-04-06 06:29:05 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}