diff --git a/src/app/page.tsx b/src/app/page.tsx index 90b413f..fa95470 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,11 +64,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - tag: "Plumbing", title: "Plumbing Materials", subtitle: "Durable and reliable", description: "High-quality pipes, fittings, and complete plumbing solutions for residential and commercial projects.", imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2531.jpg", imageAlt: "Many metal kegs of beer"}, + tag: "Plumbing", title: "Plumbing Materials", subtitle: "Durable and reliable", description: "High-quality pipes, fittings, and complete plumbing solutions for residential and commercial projects.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-drinking-straw-texture_23-2148133252.jpg", imageAlt: "High-quality plumbing pipes and fittings"}, { tag: "Stone", title: "Granite & Marble", subtitle: "Elegant surfacing", description: "Premium quality natural stones, including marble, granite, and Kaddapa slabs for flooring and walls.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-heavy-wooden-materials_23-2148976281.jpg?_wi=2", imageAlt: "Many metal kegs of beer"}, { - tag: "Building", title: "General Supplies", subtitle: "Infrastructure support", description: "Construction supplies ranging from cement poles and structural steel to masonry basics.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg", imageAlt: "Many metal kegs of beer"}, + tag: "Building", title: "General Supplies", subtitle: "Infrastructure support", description: "Construction supplies ranging from cement poles and structural steel to masonry basics.", imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-work-clothes-thoughtfully-using-ruler-with-variety-tools-background-workshop_574295-1629.jpg", imageAlt: "Various construction supplies including steel and cement"}, ]} title="Our Services" description="Supplying A to Z construction materials for your building needs." @@ -164,4 +164,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}