Update src/app/page.tsx
This commit is contained in:
@@ -80,11 +80,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-wood-working-industry-factory_23-2151352613.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-wood-working-industry-factory_23-2151352613.jpg?_wi=1",
|
||||
imageAlt: "Bathroom Materials",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-putting-up-decorative-vinyls_23-2149683466.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-putting-up-decorative-vinyls_23-2149683466.jpg?_wi=1",
|
||||
imageAlt: "Natural Stone Tiles",
|
||||
},
|
||||
{
|
||||
@@ -92,11 +92,11 @@ export default function LandingPage() {
|
||||
imageAlt: "Solar Solutions",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-wood-working-industry-factory_23-2151352613.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-wood-working-industry-factory_23-2151352613.jpg?_wi=2",
|
||||
imageAlt: "Interior Design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-putting-up-decorative-vinyls_23-2149683466.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-putting-up-decorative-vinyls_23-2149683466.jpg?_wi=2",
|
||||
imageAlt: "Tile Selection",
|
||||
},
|
||||
]}
|
||||
@@ -114,28 +114,28 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Bathroom Solutions",
|
||||
description: "Complete equipment, sanitaryware, and water installation materials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-kitchen-interior_23-2151949237.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-kitchen-interior_23-2151949237.jpg?_wi=1",
|
||||
titleIconSrc: "Bath",
|
||||
buttonText: "View Range",
|
||||
},
|
||||
{
|
||||
title: "Kitchen Essentials",
|
||||
description: "Professional-grade fixtures, fittings, and plumbing systems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-kitchen-interior_23-2151949237.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-kitchen-interior_23-2151949237.jpg?_wi=2",
|
||||
titleIconSrc: "ChefHat",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
{
|
||||
title: "Tiles & Stone",
|
||||
description: "High-quality ceramic tiles, granite, and marble for your spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-wall-with-geometric-shapes-pattern_23-2148189582.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-wall-with-geometric-shapes-pattern_23-2148189582.jpg?_wi=1",
|
||||
titleIconSrc: "Gem",
|
||||
buttonText: "Browse Selection",
|
||||
},
|
||||
{
|
||||
title: "Solar Systems",
|
||||
description: "Certified solar panels and complete renewable energy installations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-display-overseeing-solar-panels-plant_482257-119905.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-display-overseeing-solar-panels-plant_482257-119905.jpg?_wi=1",
|
||||
titleIconSrc: "Sun",
|
||||
buttonText: "View Solutions",
|
||||
},
|
||||
@@ -155,21 +155,21 @@ export default function LandingPage() {
|
||||
value: "100%",
|
||||
title: "Quality Guarantee",
|
||||
description: "Premium certified products with genuine manufacturer warranties.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-display-overseeing-solar-panels-plant_482257-119905.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-display-overseeing-solar-panels-plant_482257-119905.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Best Value",
|
||||
title: "Competitive Pricing",
|
||||
description: "Market-leading value for all construction building supplies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-wall-with-geometric-shapes-pattern_23-2148189582.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-wall-with-geometric-shapes-pattern_23-2148189582.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Expert",
|
||||
title: "Professional Support",
|
||||
description: "Dedicated consultation from project planning to completion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-kitchen-interior_23-2151949237.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-commercial-kitchen-interior_23-2151949237.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
||||
tag="Request Quote"
|
||||
title="Get Your Project Quote"
|
||||
description="Expert consultation, competitive pricing, and reliable service. Contact us today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-working-wood-working-industry-factory_23-2151352613.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-working-wood-working-industry-factory_23-2151352613.jpg?_wi=3"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user