Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 05:44:21 +00:00

View File

@@ -44,18 +44,19 @@ export default function LandingPage() {
title="Premium Roofing Solutions Built to Last"
description="Trusted manufacturer of high-quality roofing sheets in Vadodara. Serving industrial clients with durable, weather-resistant materials and competitive pricing."
tag="4.9★ Rating (19+ Reviews)"
imageSrc="http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080258.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080258.jpg"
imageAlt="Premium roofing solutions showcase"
background={{ variant: "plain" }}
mediaAnimation="blur-reveal"
useInvertedBackground={false}
testimonials={[
{
name: "Rajesh Patel", handle: "Factory Manager, Industrial Group", testimonial: "Good setup and good material at competitive rate. Reliable delivery and excellent quality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg"
},
{
name: "Amit Kumar", handle: "Construction Head, BuildCorp", testimonial: "Best quality products at a very reasonable price. Professional management throughout.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18994.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18994.jpg"
}
]}
buttons={[
@@ -86,23 +87,22 @@ export default function LandingPage() {
tag="Our Expertise"
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
features={[
{
id: 1,
title: "Color Coated Roofing Sheets", description: "Premium color-coated sheets designed for durability and aesthetic appeal in commercial and industrial applications.", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756593.jpg?_wi=1"
title: "Color Coated Roofing Sheets", description: "Premium color-coated sheets designed for durability and aesthetic appeal in commercial and industrial applications.", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756593.jpg"
},
{
id: 2,
title: "Galvanized Iron (GI) Sheets", description: "High-quality GI sheets offering superior corrosion resistance and long-term performance in harsh weather conditions.", imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080258.jpg?_wi=2"
title: "Galvanized Iron (GI) Sheets", description: "High-quality GI sheets offering superior corrosion resistance and long-term performance in harsh weather conditions.", imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080258.jpg"
},
{
id: 3,
title: "Industrial Shed Roofing", description: "Robust roofing solutions specifically engineered for warehouses, factories, and large-scale industrial structures.", imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg?_wi=1"
title: "Industrial Shed Roofing", description: "Robust roofing solutions specifically engineered for warehouses, factories, and large-scale industrial structures.", imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg"
},
{
id: 4,
title: "Custom Roofing Solutions", description: "Tailored roofing systems designed to meet unique project requirements and specifications for specialized applications.", imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080258.jpg?_wi=3"
title: "Custom Roofing Solutions", description: "Tailored roofing systems designed to meet unique project requirements and specifications for specialized applications.", imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080258.jpg"
}
]}
/>
@@ -118,16 +118,16 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Color Coated Roofing Sheets", price: "Contact for Quote", variant: "Multiple Colors Available", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756593.jpg?_wi=2", imageAlt: "Color coated roofing sheets"
id: "1", name: "Color Coated Roofing Sheets", price: "Contact for Quote", variant: "Multiple Colors Available", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756593.jpg", imageAlt: "Color coated roofing sheets"
},
{
id: "2", name: "Galvanized Iron (GI) Sheets", price: "Contact for Quote", variant: "Standard & Heavy Duty", imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080258.jpg?_wi=4", imageAlt: "Galvanized iron sheets"
id: "2", name: "Galvanized Iron (GI) Sheets", price: "Contact for Quote", variant: "Standard & Heavy Duty", imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080258.jpg", imageAlt: "Galvanized iron sheets"
},
{
id: "3", name: "Industrial Shed Roofing", price: "Contact for Quote", variant: "Custom Dimensions", imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg?_wi=2", imageAlt: "Industrial shed roofing"
id: "3", name: "Industrial Shed Roofing", price: "Contact for Quote", variant: "Custom Dimensions", imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg", imageAlt: "Industrial shed roofing"
},
{
id: "4", name: "Custom Roofing Solutions", price: "Contact for Quote", variant: "Bespoke Engineering", imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080258.jpg?_wi=5", imageAlt: "Custom roofing solutions"
id: "4", name: "Custom Roofing Solutions", price: "Contact for Quote", variant: "Bespoke Engineering", imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080258.jpg", imageAlt: "Custom roofing solutions"
}
]}
buttons={[
@@ -171,11 +171,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Rajesh Patel", role: "Factory Manager", company: "Industrial Manufacturing Group", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg"
},
{
id: "2", name: "Amit Kumar", role: "Construction Head", company: "BuildCorp Industries", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18994.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18994.jpg"
},
{
id: "3", name: "Vikram Singh", role: "Project Manager", company: "Infrastructure Solutions Ltd", rating: 5,