Update src/app/page.tsx
This commit is contained in:
@@ -180,17 +180,17 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Residential Renovations",
|
||||
description: "Professional home updates from interior remodels to structural extensions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
title: "Roofing Services",
|
||||
description: "Expert roof installation, repair, and waterproofing solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction_1122-1179.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction_1122-1179.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
title: "Building Materials",
|
||||
description: "High-quality construction materials delivered directly to your site.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-can-with-paint-brushes-canvas-with-picture-monstera_169016-15069.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-can-with-paint-brushes-canvas-with-picture-monstera_169016-15069.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
@@ -210,21 +210,21 @@ export default function LandingPage() {
|
||||
name: "High-Grade Cement",
|
||||
price: "R120/bag",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Roofing Tiles",
|
||||
price: "R45/tile",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction_1122-1179.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction_1122-1179.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Wall Bricks",
|
||||
price: "R5/brick",
|
||||
variant: "Red",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-can-with-paint-brushes-canvas-with-picture-monstera_169016-15069.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-can-with-paint-brushes-canvas-with-picture-monstera_169016-15069.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
|
||||
Reference in New Issue
Block a user