|
|
|
|
@@ -4,12 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
|
|
|
|
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
|
|
|
|
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
|
|
|
|
|
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
|
|
|
|
|
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
|
|
|
|
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
|
|
|
|
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
|
|
|
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
|
|
|
|
import { Phone, Zap, Wrench, HelpCircle } from "lucide-react";
|
|
|
|
|
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
|
|
|
|
import { Zap, Wrench } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -30,7 +28,7 @@ export default function LandingPage() {
|
|
|
|
|
brandName="Burnt Ends Welding"
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "FAQ", id: "faq" }
|
|
|
|
|
{ name: "Portfolio", id: "portfolio" }
|
|
|
|
|
]}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Call Now", href: "tel:706-802-2975"
|
|
|
|
|
@@ -47,7 +45,7 @@ export default function LandingPage() {
|
|
|
|
|
tagIcon={Zap}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
background={{ variant: "glowing-orb" }}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/sparks-coal-barbecue_23-2147643497.jpg"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/sparks-coal-barbecue_23-2147643497.jpg?_wi=1"
|
|
|
|
|
imageAlt="Professional welding work with sparks"
|
|
|
|
|
imagePosition="right"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
@@ -84,27 +82,30 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
|
<MetricCardFourteen
|
|
|
|
|
title="Trusted by local contractors, farmers, and businesses across the region."
|
|
|
|
|
tag="Why Us"
|
|
|
|
|
<div id="portfolio" data-section="portfolio">
|
|
|
|
|
<ProductCardOne
|
|
|
|
|
title="Our Work"
|
|
|
|
|
description="Showcase of our completed welding and fabrication projects demonstrating our quality and expertise."
|
|
|
|
|
tag="Portfolio"
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
metrics={[
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "reliability", value: "24/7", description: "Mobile welding response available whenever you need us."
|
|
|
|
|
id: "project-1", name: "", price: "Completed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARvmw7Bvv1cNtNJ58JzAnpcTmn/uploaded-1772634691446-cmwqut0q.jpg", imageAlt: "Custom welded gate"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "experience", value: "15+", description: "Years of professional welding and metal fabrication experience."
|
|
|
|
|
id: "project-2", name: "", price: "Completed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARvmw7Bvv1cNtNJ58JzAnpcTmn/uploaded-1772634208109-33m6to7w.jpg", imageAlt: "Trailer repair project"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "satisfaction", value: "100%", description: "Customer satisfaction guaranteed on every project."
|
|
|
|
|
id: "project-3", name: "", price: "Completed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARvmw7Bvv1cNtNJ58JzAnpcTmn/uploaded-1772634154856-iz54jei5.jpg", imageAlt: "Equipment welding work"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "local", value: "Local", description: "Proudly serving the community with trusted expertise."
|
|
|
|
|
id: "project-4", name: "", price: "Completed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARvmw7Bvv1cNtNJ58JzAnpcTmn/uploaded-1772634173676-gjaj7gjc.jpg", imageAlt: "Structural metal fabrication"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -124,67 +125,6 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqSplitMedia
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Everything you need to know about our welding and fabrication services."
|
|
|
|
|
tag="FAQ"
|
|
|
|
|
tagIcon={HelpCircle}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/man-uniform-protective-mask-is-working-metal-factory_613910-5381.jpg"
|
|
|
|
|
imageAlt="Burnt Ends Welding Shop"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
mediaPosition="left"
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "Do you offer mobile welding services?", content: "Yes! We specialize in mobile welding and can come to your location. We bring all necessary equipment and complete projects on-site, minimizing your downtime and inconvenience."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "What areas do you serve?", content: "We proudly serve the local area and surrounding communities. Call us at 706-802-2975 to discuss your project location and availability."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "How quickly can you respond to an urgent job?", content: "We understand that welding emergencies happen. We offer rapid response times and can often schedule urgent jobs within 24 hours. Call for immediate availability."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "Do you handle custom metal fabrication?", content: "Absolutely. We work with clients to design and fabricate custom metal solutions for residential, commercial, and agricultural applications. Bring us your vision."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "Are your welds certified?", content: "Yes. All our work meets industry standards and safety codes. We ensure every weld is performed to the highest quality and safety specifications."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "How do I get a quote?", content: "Simply call us at 706-802-2975 with details about your project. We'll provide a fair estimate and discuss your timeline and budget."
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactFaq
|
|
|
|
|
ctaTitle="Ready to Get Started?"
|
|
|
|
|
ctaDescription="Call Burnt Ends Welding today for reliable welding and fabrication services. Fast response, professional quality, local expertise."
|
|
|
|
|
ctaIcon={Phone}
|
|
|
|
|
ctaButton={{
|
|
|
|
|
text: "Call 706-802-2975", href: "tel:706-802-2975"
|
|
|
|
|
}}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "What's your service area?", content: "We serve the local area and surrounding communities. Contact us to confirm we service your location."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Can you handle rush jobs?", content: "Yes, we often accommodate rush projects. Call immediately to discuss your timeline and availability."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Do you offer warranties?", content: "We stand behind our work with quality assurance. Discuss warranty options when you call for your estimate."
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterSimple
|
|
|
|
|
columns={[
|
|
|
|
|
@@ -192,7 +132,7 @@ export default function LandingPage() {
|
|
|
|
|
title: "Quick Links", items: [
|
|
|
|
|
{ label: "Home", href: "#" },
|
|
|
|
|
{ label: "Services", href: "#services" },
|
|
|
|
|
{ label: "FAQ", href: "#faq" }
|
|
|
|
|
{ label: "Portfolio", href: "#portfolio" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|