Merge version_1_1781615309579 into main #1
@@ -19,20 +19,14 @@ export default function HomePage() {
|
||||
title="Upgrade Your Roof with Premium UPVC Roofing"
|
||||
description="Strong, durable, and heat-resistant roofing solutions for homes, factories, and commercial spaces."
|
||||
primaryButton={{
|
||||
text: "View Products",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "View Products", href: "#products"}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-wall_1127-2033.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-wall_1127-2033.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-ceiling_1359-959.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-ceiling_1359-959.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -54,23 +48,11 @@ export default function HomePage() {
|
||||
description="Industry-leading features that keep your space safe and comfortable."
|
||||
items={[
|
||||
{
|
||||
title: "Strong & Durable",
|
||||
description: "High-tensile strength materials.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-city-bridge-with-train-london_23-2149437440.jpg",
|
||||
},
|
||||
title: "Strong & Durable", description: "High-tensile strength materials.", buttonIcon: "Shield", imageSrc: "http://img.b2bpic.net/free-photo/view-city-bridge-with-train-london_23-2149437440.jpg"},
|
||||
{
|
||||
title: "Heat Resistant",
|
||||
description: "Superior thermal protection.",
|
||||
buttonIcon: "Sun",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jungle-forest_74190-414.jpg",
|
||||
},
|
||||
title: "Heat Resistant", description: "Superior thermal protection.", buttonIcon: "Sun", imageSrc: "http://img.b2bpic.net/free-photo/jungle-forest_74190-414.jpg"},
|
||||
{
|
||||
title: "Weather Proof",
|
||||
description: "Ready for all seasons.",
|
||||
buttonIcon: "CloudRain",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-yellow-grey-fragments-modern-bridge_181624-17554.jpg",
|
||||
},
|
||||
title: "Weather Proof", description: "Ready for all seasons.", buttonIcon: "CloudRain", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-yellow-grey-fragments-modern-bridge_181624-17554.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -84,40 +66,19 @@ export default function HomePage() {
|
||||
description="Explore our range of specialized industrial and commercial roofing designs."
|
||||
items={[
|
||||
{
|
||||
title: "Factory Roofing",
|
||||
description: "Heavy-duty industrial solution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg",
|
||||
},
|
||||
title: "Factory Roofing", description: "Heavy-duty industrial solution.", imageSrc: "http://img.b2bpic.net/free-photo/metal-chimney_1150-10922.jpg"},
|
||||
{
|
||||
title: "Warehouse Roofing",
|
||||
description: "Maximized efficiency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13159.jpg",
|
||||
},
|
||||
title: "Warehouse Roofing", description: "Maximized efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13159.jpg"},
|
||||
{
|
||||
title: "UPVC Panels",
|
||||
description: "Lightweight & tough.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-door_23-2148098597.jpg",
|
||||
},
|
||||
title: "UPVC Panels", description: "Lightweight & tough.", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-door_23-2148098597.jpg"},
|
||||
{
|
||||
title: "Corrugated Sheets",
|
||||
description: "Weather resistant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_74190-4523.jpg",
|
||||
},
|
||||
title: "Corrugated Sheets", description: "Weather resistant.", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_74190-4523.jpg"},
|
||||
{
|
||||
title: "Commercial Roofing",
|
||||
description: "Modern aesthetic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-exotic-white-building-blue-sky_181624-6647.jpg",
|
||||
},
|
||||
title: "Commercial Roofing", description: "Modern aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-exotic-white-building-blue-sky_181624-6647.jpg"},
|
||||
{
|
||||
title: "Custom Fabrication",
|
||||
description: "Tailored to need.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arc-welding-steel-construction-site_2831-694.jpg",
|
||||
},
|
||||
title: "Custom Fabrication", description: "Tailored to need.", imageSrc: "http://img.b2bpic.net/free-photo/arc-welding-steel-construction-site_2831-694.jpg"},
|
||||
{
|
||||
title: "Repair & Renovation",
|
||||
description: "Restoring strength.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg",
|
||||
},
|
||||
title: "Repair & Renovation", description: "Restoring strength.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -131,31 +92,16 @@ export default function HomePage() {
|
||||
description="Committed to excellence in every project we undertake."
|
||||
metrics={[
|
||||
{
|
||||
value: "100+",
|
||||
title: "Projects Completed",
|
||||
features: [
|
||||
"On time",
|
||||
"On budget",
|
||||
"Certified",
|
||||
],
|
||||
value: "100+", title: "Projects Completed", features: [
|
||||
"On time", "On budget", "Certified"],
|
||||
},
|
||||
{
|
||||
value: "4.7/5",
|
||||
title: "Customer Satisfaction",
|
||||
features: [
|
||||
"Reliable",
|
||||
"Responsive",
|
||||
"Trustworthy",
|
||||
],
|
||||
value: "4.7/5", title: "Customer Satisfaction", features: [
|
||||
"Reliable", "Responsive", "Trustworthy"],
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
features: [
|
||||
"Skilled team",
|
||||
"Innovation",
|
||||
"Expertise",
|
||||
],
|
||||
value: "15+", title: "Years Experience", features: [
|
||||
"Skilled team", "Innovation", "Expertise"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -170,40 +116,20 @@ export default function HomePage() {
|
||||
description="Trusted by hundreds across Chennai."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
role: "Factory Owner",
|
||||
quote: "Quality of materials and workmanship were excellent.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-architect-woman-wearing-yellow-helmet-standing-outdoors-engineer-architect-concept_58466-12277.jpg",
|
||||
},
|
||||
name: "Sarah J.", role: "Factory Owner", quote: "Quality of materials and workmanship were excellent.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-architect-woman-wearing-yellow-helmet-standing-outdoors-engineer-architect-concept_58466-12277.jpg"},
|
||||
{
|
||||
name: "Michael R.",
|
||||
role: "Warehouse Manager",
|
||||
quote: "Very good service from start to finish.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-plans-helmet_1149-1127.jpg",
|
||||
},
|
||||
name: "Michael R.", role: "Warehouse Manager", quote: "Very good service from start to finish.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-plans-helmet_1149-1127.jpg"},
|
||||
{
|
||||
name: "David K.",
|
||||
role: "Commercial Property",
|
||||
quote: "Highly efficient roofing installation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-businessman-standing-street_23-2147932253.jpg",
|
||||
},
|
||||
name: "David K.", role: "Commercial Property", quote: "Highly efficient roofing installation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-businessman-standing-street_23-2147932253.jpg"},
|
||||
{
|
||||
name: "Emily S.",
|
||||
role: "Business Owner",
|
||||
quote: "They provided great value for money.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/respected-businessman-manages-corporate-expenses-his-laptop_482257-123094.jpg",
|
||||
},
|
||||
name: "Emily S.", role: "Business Owner", quote: "They provided great value for money.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/respected-businessman-manages-corporate-expenses-his-laptop_482257-123094.jpg"},
|
||||
{
|
||||
name: "John D.",
|
||||
role: "Manager",
|
||||
quote: "Professional team, reliable performance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-construction-engineer-holding-clipboard_23-2148233720.jpg",
|
||||
},
|
||||
name: "John D.", role: "Manager", quote: "Professional team, reliable performance.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-construction-engineer-holding-clipboard_23-2148233720.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -216,14 +142,7 @@ export default function HomePage() {
|
||||
title="Partners & Clients"
|
||||
description="Serving major industries throughout the region."
|
||||
names={[
|
||||
"Tesco Industrial",
|
||||
"Chennai Steelworks",
|
||||
"Urban Roofing Co.",
|
||||
"Green Infra",
|
||||
"Apex Steel",
|
||||
"Elite Fabrication",
|
||||
"Metro Structures",
|
||||
]}
|
||||
"Tesco Industrial", "Chennai Steelworks", "Urban Roofing Co.", "Green Infra", "Apex Steel", "Elite Fabrication", "Metro Structures"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -233,23 +152,16 @@ export default function HomePage() {
|
||||
<FaqTwoColumn
|
||||
tag="Help"
|
||||
title="Common Questions"
|
||||
description="Frequently Asked Questions about our services."
|
||||
items={[
|
||||
{
|
||||
question: "What is UPVC roofing?",
|
||||
answer: "It is a durable, weather-resistant plastic composite material.",
|
||||
},
|
||||
question: "What is UPVC roofing?", answer: "It is a durable, weather-resistant plastic composite material."},
|
||||
{
|
||||
question: "How long does installation take?",
|
||||
answer: "Varies by project size, typically within a few business days.",
|
||||
},
|
||||
question: "How long does installation take?", answer: "Varies by project size, typically within a few business days."},
|
||||
{
|
||||
question: "Do you offer warranties?",
|
||||
answer: "Yes, all our work comes with standard quality warranties.",
|
||||
},
|
||||
question: "Do you offer warranties?", answer: "Yes, all our work comes with standard quality warranties."},
|
||||
{
|
||||
question: "Where are you located?",
|
||||
answer: "15th St, Gandhi Nagar, Chennai.",
|
||||
},
|
||||
question: "Where are you located?", answer: "15th St, Gandhi Nagar, Chennai."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -261,13 +173,9 @@ export default function HomePage() {
|
||||
tag="Get in touch"
|
||||
text="Ready to upgrade your roofing structure? Contact our team today for a free consultation."
|
||||
primaryButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:+919003328229",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+919003328229"}}
|
||||
secondaryButton={{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@tescostructures.com",
|
||||
}}
|
||||
text: "Email Us", href: "mailto:info@tescostructures.com"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user