Merge version_1 into main #2
@@ -34,9 +34,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -48,23 +46,16 @@ export default function ContactPage() {
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-stone-building-with-coarse-plaster-surface_23-2148252829.jpg",
|
||||
alt: "Metal building construction",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-stone-building-with-coarse-plaster-surface_23-2148252829.jpg", alt: "Metal building construction"},
|
||||
]}
|
||||
avatarText="Trusted by ranchers, farmers, and businesses across Texas"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (432) 266-2580",
|
||||
href: "tel:+14322662580",
|
||||
},
|
||||
text: "Call Now: (432) 266-2580", href: "tel:+14322662580"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@armetalbuildings.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@armetalbuildings.com"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,15 +63,10 @@ export default function ContactPage() {
|
||||
<TextSplitAbout
|
||||
title="Why Contact AR Metal Buildings?"
|
||||
description={[
|
||||
"Whether you need a small garage, a large 50x80 shop, or a comprehensive 80x50 building with high walls, AR Metal Buildings has the expertise and experience to bring your vision to life.",
|
||||
"Our team is ready to answer your questions, discuss your specific needs, and provide a competitive, transparent quote. We pride ourselves on excellent communication and reliable service from start to finish.",
|
||||
"With over 15 years of experience and a 5.0-star rating, you can trust us to deliver quality construction that meets your budget and timeline.",
|
||||
]}
|
||||
"Whether you need a small garage, a large 50x80 shop, or a comprehensive 80x50 building with high walls, AR Metal Buildings has the expertise and experience to bring your vision to life.", "Our team is ready to answer your questions, discuss your specific needs, and provide a competitive, transparent quote. We pride ourselves on excellent communication and reliable service from start to finish.", "With over 15 years of experience and a 5.0-star rating, you can trust us to deliver quality construction that meets your budget and timeline."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Projects",
|
||||
href: "/projects",
|
||||
},
|
||||
text: "View Our Projects", href: "/projects"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
showBorder={true}
|
||||
@@ -91,42 +77,25 @@ export default function ContactPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What building sizes can you construct?",
|
||||
content:
|
||||
"We build custom metal structures of all sizes, from small garages to large 80x50+ commercial buildings. Our expertise includes 50x80 shops, 80x50 buildings with high walls, 45x125 structures, and more. We tailor each project to your specific requirements.",
|
||||
},
|
||||
id: "1", title: "What building sizes can you construct?", content:
|
||||
"We build custom metal structures of all sizes, from small garages to large 80x50+ commercial buildings. Our expertise includes 50x80 shops, 80x50 buildings with high walls, 45x125 structures, and more. We tailor each project to your specific requirements."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your service area?",
|
||||
content:
|
||||
"AR Metal Buildings proudly serves West Texas and surrounding areas including Seminole, Midland, Odessa, and beyond. We take on projects throughout the region for ranchers, farmers, and business owners. Contact us to discuss your location.",
|
||||
},
|
||||
id: "2", title: "What is your service area?", content:
|
||||
"AR Metal Buildings proudly serves West Texas and surrounding areas including Seminole, Midland, Odessa, and beyond. We take on projects throughout the region for ranchers, farmers, and business owners. Contact us to discuss your location."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How long does a metal building project take?",
|
||||
content:
|
||||
"Project timelines depend on building size, complexity, and weather conditions. We work efficiently to complete projects on schedule. Contact us with your project details for a specific timeline estimate.",
|
||||
},
|
||||
id: "3", title: "How long does a metal building project take?", content:
|
||||
"Project timelines depend on building size, complexity, and weather conditions. We work efficiently to complete projects on schedule. Contact us with your project details for a specific timeline estimate."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer financing options?",
|
||||
content:
|
||||
"We work with customers on competitive pricing and payment options. Contact us directly at (432) 266-2580 to discuss financing and pricing for your specific project.",
|
||||
},
|
||||
id: "4", title: "Do you offer financing options?", content:
|
||||
"We work with customers on competitive pricing and payment options. Contact us directly at (432) 266-2580 to discuss financing and pricing for your specific project."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What types of buildings do you specialize in?",
|
||||
content:
|
||||
"We specialize in custom metal building construction including steel shop buildings, ranch buildings, agricultural structures, commercial metal buildings, metal garages, equipment storage buildings, and lean-to additions.",
|
||||
},
|
||||
id: "5", title: "What types of buildings do you specialize in?", content:
|
||||
"We specialize in custom metal building construction including steel shop buildings, ranch buildings, agricultural structures, commercial metal buildings, metal garages, equipment storage buildings, and lean-to additions."},
|
||||
]}
|
||||
ctaTitle="Ready to Build Your Metal Building?"
|
||||
ctaDescription="Contact AR Metal Buildings today for a free quote and consultation. We're here to answer your questions and bring your project to life."
|
||||
ctaButton={{
|
||||
text: "Request a Free Quote",
|
||||
href: "tel:+14322662580",
|
||||
}}
|
||||
text: "Request a Free Quote", href: "tel:+14322662580"}}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -138,8 +107,7 @@ export default function ContactPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -147,20 +115,16 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (432) 266-2580", href: "tel:+14322662580" },
|
||||
{
|
||||
label: "Email us",
|
||||
href: "mailto:info@armetalbuildings.com",
|
||||
},
|
||||
label: "Email us", href: "mailto:info@armetalbuildings.com"},
|
||||
{ label: "Seminole, Texas", href: "#" },
|
||||
{ label: "Request a Quote", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Building Options", href: "/services" },
|
||||
{ label: "Project Gallery", href: "/projects" },
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
|
||||
194
src/app/page.tsx
194
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (432) 266-2580", href: "tel:+14322662580" },
|
||||
{ label: "Email us", href: "mailto:info@armetalbuildings.com" },
|
||||
{ label: "Seminole, Texas", href: "#" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Building Options", href: "/services" },
|
||||
{ label: "Project Gallery", href: "projects" },
|
||||
{ label: "FAQ", href: "contact" },
|
||||
@@ -80,9 +77,7 @@ export default function HomePage() {
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-stone-building-with-coarse-plaster-surface_23-2148252829.jpg",
|
||||
alt: "Metal building construction",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-stone-building-with-coarse-plaster-surface_23-2148252829.jpg", alt: "Metal building construction"},
|
||||
]}
|
||||
avatarText="Trusted by ranchers, farmers, and businesses across Texas"
|
||||
buttons={[
|
||||
@@ -90,7 +85,6 @@ export default function HomePage() {
|
||||
{ text: "Call Now", href: "tel:+14322662580" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,10 +92,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="About AR Metal Buildings"
|
||||
description={[
|
||||
"AR Metal Buildings specializes in custom metal building construction with over 15 years of experience serving West Texas and surrounding areas. We're committed to delivering exceptional quality, competitive pricing, and reliable service on every project.",
|
||||
"Our team of skilled professionals has built hundreds of projects ranging from large 50x80 shops to complex 80x50 buildings and expansive ranch structures. We understand the unique needs of ranchers, farmers, and property owners who demand durability, functionality, and value.",
|
||||
"We pride ourselves on strong communication, transparent pricing, and crews you can trust. Our 5.0-star rating reflects our dedication to excellence and customer satisfaction on every metal building we construct.",
|
||||
]}
|
||||
"AR Metal Buildings specializes in custom metal building construction with over 15 years of experience serving West Texas and surrounding areas. We're committed to delivering exceptional quality, competitive pricing, and reliable service on every project.", "Our team of skilled professionals has built hundreds of projects ranging from large 50x80 shops to complex 80x50 buildings and expansive ranch structures. We understand the unique needs of ranchers, farmers, and property owners who demand durability, functionality, and value.", "We pride ourselves on strong communication, transparent pricing, and crews you can trust. Our 5.0-star rating reflects our dedication to excellence and customer satisfaction on every metal building we construct."]}
|
||||
buttons={[
|
||||
{ text: "Learn More About Us", href: "/about" },
|
||||
]}
|
||||
@@ -119,28 +110,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Custom Metal Building Construction",
|
||||
description: "Design and build metal structures tailored to your specific requirements, from concept through completion with precision and expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-metal-staircase_158595-5087.jpg?_wi=1",
|
||||
},
|
||||
title: "Custom Metal Building Construction", description: "Design and build metal structures tailored to your specific requirements, from concept through completion with precision and expertise.", imageSrc: "http://img.b2bpic.net/free-photo/modern-metal-staircase_158595-5087.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Steel Shop Buildings",
|
||||
description: "Industrial-grade metal shops built for durability and functionality, perfect for equipment storage, workshops, and commercial operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-metal-staircase_158595-5087.jpg?_wi=2",
|
||||
},
|
||||
title: "Steel Shop Buildings", description: "Industrial-grade metal shops built for durability and functionality, perfect for equipment storage, workshops, and commercial operations.", imageSrc: "http://img.b2bpic.net/free-photo/modern-metal-staircase_158595-5087.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Ranch & Agricultural Buildings",
|
||||
description: "Specialized metal structures designed for ranching operations, including barns, equipment storage, and lean-to additions that withstand Texas weather.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cottage-deserted-landscape-sunny-day_181624-50468.jpg?_wi=1",
|
||||
},
|
||||
title: "Ranch & Agricultural Buildings", description: "Specialized metal structures designed for ranching operations, including barns, equipment storage, and lean-to additions that withstand Texas weather.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cottage-deserted-landscape-sunny-day_181624-50468.jpg"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Large Equipment & Storage",
|
||||
description: "Spacious metal buildings perfect for storing equipment, vehicles, and materials with clear-span designs for maximum usable space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg?_wi=1",
|
||||
},
|
||||
title: "Large Equipment & Storage", description: "Spacious metal buildings perfect for storing equipment, vehicles, and materials with clear-span designs for maximum usable space.", imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -156,55 +135,20 @@ export default function HomePage() {
|
||||
tagIcon={Building2}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "AR Metal Buildings",
|
||||
name: "50x80 Shop with Lean-To",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-metal-staircase_158595-5087.jpg?_wi=3",
|
||||
imageAlt: "50x80 metal shop with lean-to addition",
|
||||
},
|
||||
id: "1", brand: "AR Metal Buildings", name: "50x80 Shop with Lean-To", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/modern-metal-staircase_158595-5087.jpg", imageAlt: "50x80 metal shop with lean-to addition"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "AR Metal Buildings",
|
||||
name: "80x50 Building (18' Walls)",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-worker-indoors-factory-businessman-with-orange-hard-hat-man-blue-shirt_1157-40905.jpg?_wi=1",
|
||||
imageAlt: "80x50 metal building with high walls",
|
||||
},
|
||||
id: "2", brand: "AR Metal Buildings", name: "80x50 Building (18' Walls)", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/industrial-worker-indoors-factory-businessman-with-orange-hard-hat-man-blue-shirt_1157-40905.jpg", imageAlt: "80x50 metal building with high walls"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "AR Metal Buildings",
|
||||
name: "45x125 Metal Building",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg?_wi=2",
|
||||
imageAlt: "Large 45x125 metal building structure",
|
||||
},
|
||||
id: "3", brand: "AR Metal Buildings", name: "45x125 Metal Building", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2538.jpg", imageAlt: "Large 45x125 metal building structure"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "AR Metal Buildings",
|
||||
name: "Ranch Shop Building",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cottage-deserted-landscape-sunny-day_181624-50468.jpg?_wi=2",
|
||||
imageAlt: "Ranch metal shop building",
|
||||
},
|
||||
id: "4", brand: "AR Metal Buildings", name: "Ranch Shop Building", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cottage-deserted-landscape-sunny-day_181624-50468.jpg", imageAlt: "Ranch metal shop building"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "AR Metal Buildings",
|
||||
name: "Commercial Metal Garage",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-with-metallic-bars-wooden-ceiling_250224-285.jpg?_wi=1",
|
||||
imageAlt: "Large commercial metal garage",
|
||||
},
|
||||
id: "5", brand: "AR Metal Buildings", name: "Commercial Metal Garage", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/building-with-metallic-bars-wooden-ceiling_250224-285.jpg", imageAlt: "Large commercial metal garage"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -220,59 +164,23 @@ export default function HomePage() {
|
||||
tag="Customer Reviews"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James Rodriguez",
|
||||
role: "Ranch Owner",
|
||||
company: "Rodriguez Cattle Ranch",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg?_wi=1",
|
||||
imageAlt: "James Rodriguez, Ranch Owner",
|
||||
},
|
||||
id: "1", name: "James Rodriguez", role: "Ranch Owner", company: "Rodriguez Cattle Ranch", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "James Rodriguez, Ranch Owner"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Farm Owner",
|
||||
company: "Mitchell Agriculture",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pickled-cabbage-hands-smiling-male-farmer-man-farmer-holding-cabbage-green-foliage-harvest-concept_158595-7778.jpg?_wi=1",
|
||||
imageAlt: "Sarah Mitchell, Farm Owner",
|
||||
},
|
||||
id: "2", name: "Sarah Mitchell", role: "Farm Owner", company: "Mitchell Agriculture", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pickled-cabbage-hands-smiling-male-farmer-man-farmer-holding-cabbage-green-foliage-harvest-concept_158595-7778.jpg", imageAlt: "Sarah Mitchell, Farm Owner"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Thompson",
|
||||
role: "Property Developer",
|
||||
company: "Thompson Development",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-near-glass-building-looking-camera_23-2148308621.jpg?_wi=1",
|
||||
imageAlt: "Michael Thompson, Property Developer",
|
||||
},
|
||||
id: "3", name: "Michael Thompson", role: "Property Developer", company: "Thompson Development", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-near-glass-building-looking-camera_23-2148308621.jpg", imageAlt: "Michael Thompson, Property Developer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lisa Chen",
|
||||
role: "Business Owner",
|
||||
company: "Chen Equipment Storage",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-caring-plants_23-2148357511.jpg?_wi=1",
|
||||
imageAlt: "Lisa Chen, Business Owner",
|
||||
},
|
||||
id: "4", name: "Lisa Chen", role: "Business Owner", company: "Chen Equipment Storage", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-caring-plants_23-2148357511.jpg", imageAlt: "Lisa Chen, Business Owner"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Martinez",
|
||||
role: "Equipment Manager",
|
||||
company: "West Texas Logistics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-farmer-standing-apple-orchard_107420-12196.jpg?_wi=1",
|
||||
imageAlt: "David Martinez, Equipment Manager",
|
||||
},
|
||||
id: "5", name: "David Martinez", role: "Equipment Manager", company: "West Texas Logistics", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-farmer-standing-apple-orchard_107420-12196.jpg", imageAlt: "David Martinez, Equipment Manager"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Angela Foster",
|
||||
role: "Facility Manager",
|
||||
company: "Foster Industrial Services",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=1",
|
||||
imageAlt: "Angela Foster, Facility Manager",
|
||||
},
|
||||
id: "6", name: "Angela Foster", role: "Facility Manager", company: "Foster Industrial Services", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", imageAlt: "Angela Foster, Facility Manager"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -288,44 +196,20 @@ export default function HomePage() {
|
||||
tag="Our Expertise"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
title: "Years of Experience",
|
||||
items: [
|
||||
"Hundreds of projects completed",
|
||||
"Experienced crews",
|
||||
"Proven expertise",
|
||||
],
|
||||
id: "1", value: "15+", title: "Years of Experience", items: [
|
||||
"Hundreds of projects completed", "Experienced crews", "Proven expertise"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
title: "Metal Buildings Constructed",
|
||||
items: [
|
||||
"Quality construction",
|
||||
"Customer satisfaction",
|
||||
"Diverse project types",
|
||||
],
|
||||
id: "2", value: "500+", title: "Metal Buildings Constructed", items: [
|
||||
"Quality construction", "Customer satisfaction", "Diverse project types"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "5.0★",
|
||||
title: "Customer Rating",
|
||||
items: [
|
||||
"Trusted service",
|
||||
"Excellent communication",
|
||||
"Competitive pricing",
|
||||
],
|
||||
id: "3", value: "5.0★", title: "Customer Rating", items: [
|
||||
"Trusted service", "Excellent communication", "Competitive pricing"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "100%",
|
||||
title: "Project Completion",
|
||||
items: [
|
||||
"On-time delivery",
|
||||
"Quality workmanship",
|
||||
"Customer satisfaction",
|
||||
],
|
||||
id: "4", value: "100%", title: "Project Completion", items: [
|
||||
"On-time delivery", "Quality workmanship", "Customer satisfaction"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user