Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-11 13:42:48 +00:00

View File

@@ -55,19 +55,19 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/woman-measuring-wood-planks_23-2148836015.jpg", imageAlt: "Construction hardware supplies"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/we-are-running-out-business_637285-8016.jpg?_wi=1", imageAlt: "Cleaning cloth products"
imageSrc: "http://img.b2bpic.net/free-photo/we-are-running-out-business_637285-8016.jpg", imageAlt: "Cleaning cloth products"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-painting-car-with-spray-gun_1303-28158.jpg?_wi=1", imageAlt: "Spray paint supplies"
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-painting-car-with-spray-gun_1303-28158.jpg", imageAlt: "Spray paint supplies"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg?_wi=1", imageAlt: "Floor protection sheets"
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg", imageAlt: "Floor protection sheets"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985267.jpg?_wi=1", imageAlt: "Masking tape products"
imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985267.jpg", imageAlt: "Masking tape products"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/silver-tall-round-crushed-tin-can_23-2148785255.jpg?_wi=1", imageAlt: "Roll tape supplies"
imageSrc: "http://img.b2bpic.net/free-photo/silver-tall-round-crushed-tin-can_23-2148785255.jpg", imageAlt: "Roll tape supplies"
}
]}
/>
@@ -80,19 +80,19 @@ export default function LandingPage() {
tag="Our Products"
products={[
{
id: "1", name: "Old Dhoti Cleaning Cloth", price: "₹200 - ₹500", imageSrc: "http://img.b2bpic.net/free-photo/we-are-running-out-business_637285-8016.jpg?_wi=2", imageAlt: "Old dhoti cleaning cloth", initialQuantity: 1
id: "1", name: "Old Dhoti Cleaning Cloth", price: "₹200 - ₹500", imageSrc: "http://img.b2bpic.net/free-photo/we-are-running-out-business_637285-8016.jpg", imageAlt: "Old dhoti cleaning cloth", initialQuantity: 1
},
{
id: "2", name: "Spray Paints", price: "₹150 - ₹400", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-painting-car-with-spray-gun_1303-28158.jpg?_wi=2", imageAlt: "Professional spray paint cans", initialQuantity: 1
id: "2", name: "Spray Paints", price: "₹150 - ₹400", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-painting-car-with-spray-gun_1303-28158.jpg", imageAlt: "Professional spray paint cans", initialQuantity: 1
},
{
id: "3", name: "Floor Protection Sheets", price: "₹800 - ₹2000", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg?_wi=2", imageAlt: "Floor protection plastic sheets", initialQuantity: 1
id: "3", name: "Floor Protection Sheets", price: "₹800 - ₹2000", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756569.jpg", imageAlt: "Floor protection plastic sheets", initialQuantity: 1
},
{
id: "4", name: "Masking Tapes", price: "₹100 - ₹300", imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985267.jpg?_wi=2", imageAlt: "Masking tape rolls", initialQuantity: 1
id: "4", name: "Masking Tapes", price: "₹100 - ₹300", imageSrc: "http://img.b2bpic.net/free-photo/making-pasta_23-2147985267.jpg", imageAlt: "Masking tape rolls", initialQuantity: 1
},
{
id: "5", name: "Roll Tapes", price: "₹120 - ₹350", imageSrc: "http://img.b2bpic.net/free-photo/silver-tall-round-crushed-tin-can_23-2148785255.jpg?_wi=2", imageAlt: "Adhesive roll tape", initialQuantity: 1
id: "5", name: "Roll Tapes", price: "₹120 - ₹350", imageSrc: "http://img.b2bpic.net/free-photo/silver-tall-round-crushed-tin-can_23-2148785255.jpg", imageAlt: "Adhesive roll tape", initialQuantity: 1
}
]}
gridVariant="three-columns-all-equal-width"
@@ -158,9 +158,9 @@ export default function LandingPage() {
tag="Our Partnerships"
textboxLayout="default"
useInvertedBackground={true}
names=[
names={[
"Local Contractors Association", "Professional Painters Guild", "Hardware Retailers Network", "Construction Materials Council", "Building Excellence Awards", "Trusted Supplier Seal", "Business License Certified"
]
]}
speed={40}
showCard={true}
/>