From 2e94e70ff1974f25d59920759254ee4d004ba381 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:50:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 261 +++++++---------------------------------------- 1 file changed, 38 insertions(+), 223 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d8eef2..53b8c92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Truck, Users } from "lucide-react"; +import { Award, Truck, Users, Zap, Shield, DollarSign, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -118,34 +72,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Fast Delivery", - description: "Same day delivery to your doorstep.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-expert-using-digital-device-app-test-automated-systems-closeup_482257-126768.jpg", - imageAlt: "gas distribution center", - }, - { - title: "Safety Guaranteed", - description: "Strict quality and safety protocols.", - buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290471.jpg?_wi=2", - imageAlt: "gas distribution center", - }, - { - title: "Competitive Pricing", - description: "Affordable rates for all volumes.", - buttonIcon: "DollarSign", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290458.jpg?_wi=2", - imageAlt: "gas distribution center", - }, - { - title: "24/7 Support", - description: "Available whenever you need us.", - buttonIcon: "Phone", - imageSrc: "http://img.b2bpic.net/free-photo/barrels-storing-oil_1232-4392.jpg?_wi=2", - imageAlt: "gas distribution center", - }, + { title: "Fast Delivery", description: "Same day delivery to your doorstep.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-expert-using-digital-device-app-test-automated-systems-closeup_482257-126768.jpg", imageAlt: "gas distribution center" }, + { title: "Safety Guaranteed", description: "Strict quality and safety protocols.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290471.jpg", imageAlt: "gas distribution center" }, + { title: "Competitive Pricing", description: "Affordable rates for all volumes.", buttonIcon: DollarSign, imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290458.jpg", imageAlt: "gas distribution center" }, + { title: "24/7 Support", description: "Available whenever you need us.", buttonIcon: Phone, imageSrc: "http://img.b2bpic.net/free-photo/barrels-storing-oil_1232-4392.jpg", imageAlt: "gas distribution center" } ]} title="Why Choose Woodmead Gas" description="We are committed to delivering excellence in every cylinder." @@ -159,54 +89,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "9kg Gas Refill", - price: "R350", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290456.jpg", - brand: "Woodmead", - }, - { - id: "p2", - name: "19kg Gas Refill", - price: "R720", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290452.jpg", - brand: "Woodmead", - }, - { - id: "p3", - name: "48kg Gas Cylinder", - price: "R1850", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748340.jpg", - brand: "Woodmead", - }, - { - id: "p4", - name: "Regulator Kit", - price: "R250", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/old-copper-faucet-public-place-street-old-city-turkey-travel-time-idea-background_166373-3598.jpg", - brand: "Woodmead", - }, - { - id: "p5", - name: "Industrial Hose", - price: "R400", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg", - brand: "Woodmead", - }, - { - id: "p6", - name: "Camping Bottle", - price: "R180", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hiker-sitting-sand-having-respite_613910-9452.jpg", - brand: "Woodmead", - }, + { id: "p1", name: "9kg Gas Refill", price: "R350", rating: 5, reviewCount: "45 reviews", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290456.jpg", brand: "Woodmead" }, + { id: "p2", name: "19kg Gas Refill", price: "R720", rating: 5, reviewCount: "82 reviews", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290452.jpg", brand: "Woodmead" }, + { id: "p3", name: "48kg Gas Cylinder", price: "R1850", rating: 5, reviewCount: "21 reviews", imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748340.jpg", brand: "Woodmead" }, + { id: "p4", name: "Regulator Kit", price: "R250", rating: 4, reviewCount: "15 reviews", imageSrc: "http://img.b2bpic.net/free-photo/old-copper-faucet-public-place-street-old-city-turkey-travel-time-idea-background_166373-3598.jpg", brand: "Woodmead" }, + { id: "p5", name: "Industrial Hose", price: "R400", rating: 4, reviewCount: "12 reviews", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg", brand: "Woodmead" }, + { id: "p6", name: "Camping Bottle", price: "R180", rating: 5, reviewCount: "30 reviews", imageSrc: "http://img.b2bpic.net/free-photo/hiker-sitting-sand-having-respite_613910-9452.jpg", brand: "Woodmead" } ]} title="Our Gas Solutions" description="Browse our range of gas products for residential and commercial needs." @@ -219,24 +107,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Truck, - title: "Daily Deliveries", - value: "50+", - }, - { - id: "m2", - icon: Users, - title: "Happy Customers", - value: "2000+", - }, - { - id: "m3", - icon: Award, - title: "Years Experience", - value: "15", - }, + { id: "m1", icon: Truck, title: "Daily Deliveries", value: "50+" }, + { id: "m2", icon: Users, title: "Happy Customers", value: "2000+" }, + { id: "m3", icon: Award, title: "Years Experience", value: "15" } ]} title="Our Impact" description="Supporting our local community daily." @@ -247,31 +120,11 @@ export default function LandingPage() {