diff --git a/src/app/page.tsx b/src/app/page.tsx index 97cb478..c46f1d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function RosslynPage() { background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/building-parking-lot_1127-25.jpg", imageAlt: "Modern industrial warehouse facility" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-warehouse-logistics_23-2149128296.jpg", imageAlt: "Spacious warehouse interior with high ceilings" }, - { imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1909.jpg", imageAlt: "Truck parking and loading access area" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-warehouse-logistics_23-2149128296.jpg?_wi=1", imageAlt: "Spacious warehouse interior with high ceilings" }, + { imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1909.jpg?_wi=1", imageAlt: "Truck parking and loading access area" } ]} buttons={[ { text: "Call Now", href: "tel:+27123456789" }, @@ -64,15 +64,15 @@ export default function RosslynPage() { features={[ { id: 1, - title: "Strategic Location", description: "Located in Rosslyn's major industrial hub near BMW, automotive suppliers, and manufacturing facilities with excellent road connectivity.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-where-i-295-meets-i-495-washington-beltway_181624-16693.jpg", imageAlt: "Strategic location in Rosslyn industrial hub" + title: "Strategic Location", description: "Located in Rosslyn's major industrial hub near BMW, automotive suppliers, and manufacturing facilities with excellent road connectivity.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-where-i-295-meets-i-495-washington-beltway_181624-16693.jpg?_wi=1", imageAlt: "Strategic location in Rosslyn industrial hub" }, { id: 2, - title: "Industrial Ready", description: "Purpose-built facilities designed for manufacturing, warehousing, and logistics with modern infrastructure and security features.", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-warehouse-logistics_23-2149128296.jpg", imageAlt: "Modern industrial warehouse space" + title: "Industrial Ready", description: "Purpose-built facilities designed for manufacturing, warehousing, and logistics with modern infrastructure and security features.", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-warehouse-logistics_23-2149128296.jpg?_wi=2", imageAlt: "Modern industrial warehouse space" }, { id: 3, - title: "Easy Access", description: "Direct access to major transport routes, suppliers, and the Pretoria business district. Excellent truck parking and loading facilities.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1909.jpg", imageAlt: "Truck access and parking facilities" + title: "Easy Access", description: "Direct access to major transport routes, suppliers, and the Pretoria business district. Excellent truck parking and loading facilities.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1909.jpg?_wi=2", imageAlt: "Truck access and parking facilities" }, { id: 4, @@ -90,7 +90,7 @@ export default function RosslynPage() { title="Rosslyn Business Park" description="Established industrial zone in the heart of Rosslyn's manufacturing district. The park is home to major manufacturers including BMW and numerous automotive supply chain companies. Ideal for manufacturing facilities, storage operations, and logistics companies seeking a professional business environment with excellent infrastructure and accessibility." tag="About The Park" - imageSrc="http://img.b2bpic.net/free-photo/woman-taking-care-warehouse-logistics_23-2149128296.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-taking-care-warehouse-logistics_23-2149128296.jpg?_wi=3" imageAlt="Professional industrial warehouse facility" buttons={[ { text: "Get Directions", href: "https://maps.google.com/maps?q=1+Potgieter+Street+Rosslyn+Akasia+0200" } @@ -105,13 +105,13 @@ export default function RosslynPage() { description="Available industrial spaces designed for diverse business needs. All units feature modern infrastructure, security, and accessibility." products={[ { - id: "warehouse-1", name: "Standard Warehouse Unit", price: "POA", variant: "1,000 - 5,000 sqm", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-warehouse-logistics_23-2149128296.jpg", imageAlt: "Standard warehouse unit" + id: "warehouse-1", name: "Standard Warehouse Unit", price: "POA", variant: "1,000 - 5,000 sqm", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-warehouse-logistics_23-2149128296.jpg?_wi=4", imageAlt: "Standard warehouse unit" }, { - id: "warehouse-2", name: "Manufacturing Facility", price: "POA", variant: "5,000 - 15,000 sqm", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1909.jpg", imageAlt: "Large manufacturing facility" + id: "warehouse-2", name: "Manufacturing Facility", price: "POA", variant: "5,000 - 15,000 sqm", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1909.jpg?_wi=3", imageAlt: "Large manufacturing facility" }, { - id: "warehouse-3", name: "Logistics Hub", price: "POA", variant: "10,000+ sqm", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-where-i-295-meets-i-495-washington-beltway_181624-16693.jpg", imageAlt: "Large logistics hub facility" + id: "warehouse-3", name: "Logistics Hub", price: "POA", variant: "10,000+ sqm", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-where-i-295-meets-i-495-washington-beltway_181624-16693.jpg?_wi=2", imageAlt: "Large logistics hub facility" } ]} gridVariant="uniform-all-items-equal"