|
|
|
|
@@ -4,11 +4,11 @@ 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 ProductCardOne from "@/components/sections/product/ProductCardOne";
|
|
|
|
|
import { Phone, Zap, Wrench, HelpCircle } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
@@ -30,6 +30,7 @@ export default function LandingPage() {
|
|
|
|
|
brandName="Burnt Ends Welding"
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "Portfolio", id: "portfolio" },
|
|
|
|
|
{ name: "FAQ", id: "faq" }
|
|
|
|
|
]}
|
|
|
|
|
button={{
|
|
|
|
|
@@ -47,7 +48,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"
|
|
|
|
|
@@ -73,54 +74,41 @@ export default function LandingPage() {
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "mobile-welding", label: "Mobile Welding", title: "On-Site Welding Services", items: ["Fast response time", "Equipment delivered to you", "Minimal downtime", "Residential and commercial"],
|
|
|
|
|
id: "welding", label: "Welding", title: "Professional Welding Services", items: ["Mobile welding", "On-site equipment", "Fast response", "Residential and commercial"],
|
|
|
|
|
buttons: [{ text: "Call Now", href: "tel:706-802-2975" }]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "metal-fabrication", label: "Metal Fabrication", title: "Custom Metalwork Solutions", items: ["Custom designs", "Quality materials", "Expert craftsmanship", "Structural and decorative"],
|
|
|
|
|
buttons: [{ text: "Call Now", href: "tel:706-802-2975" }]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "trailer-repair", label: "Trailer Repair", title: "Reliable Trailer Welding", items: ["Frame repairs", "Hitch work", "Structural integrity", "Safety certified"],
|
|
|
|
|
buttons: [{ text: "Call Now", href: "tel:706-802-2975" }]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "equipment-repair", label: "Equipment Repair", title: "Heavy Equipment Welding", items: ["Farm equipment", "Industrial machinery", "Quick turnaround", "Professional quality"],
|
|
|
|
|
buttons: [{ text: "Call Now", href: "tel:706-802-2975" }]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "structural-welding", label: "Structural Welding", title: "Building & Construction", items: ["Steel structures", "Building codes compliant", "Certified welds", "Commercial projects"],
|
|
|
|
|
buttons: [{ text: "Call Now", href: "tel:706-802-2975" }]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "custom-work", label: "Custom Work", title: "Specialized Metal Projects", items: ["Artistic designs", "Unique fabrication", "Problem solving", "Full project management"],
|
|
|
|
|
id: "fabrication", label: "Fabrication", title: "Custom Metal Fabrication", items: ["Custom designs", "Quality materials", "Expert craftsmanship", "Structural and decorative"],
|
|
|
|
|
buttons: [{ text: "Call Now", href: "tel:706-802-2975" }]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</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: "Custom Gate Fabrication", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/sparks-coal-barbecue_23-2147643497.jpg?_wi=2", imageAlt: "Custom welded gate"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "experience", value: "15+", description: "Years of professional welding and metal fabrication experience."
|
|
|
|
|
id: "project-2", name: "Trailer Repair", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/man-uniform-protective-mask-is-working-metal-factory_613910-5381.jpg?_wi=1", imageAlt: "Trailer repair project"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "satisfaction", value: "100%", description: "Customer satisfaction guaranteed on every project."
|
|
|
|
|
id: "project-3", name: "Equipment Welding", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/sparks-coal-barbecue_23-2147643497.jpg?_wi=3", imageAlt: "Equipment welding work"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "local", value: "Local", description: "Proudly serving the community with trusted expertise."
|
|
|
|
|
id: "project-4", name: "Structural Fabrication", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/man-uniform-protective-mask-is-working-metal-factory_613910-5381.jpg?_wi=2", imageAlt: "Structural metal fabrication"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -149,7 +137,7 @@ export default function LandingPage() {
|
|
|
|
|
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"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/man-uniform-protective-mask-is-working-metal-factory_613910-5381.jpg?_wi=3"
|
|
|
|
|
imageAlt="Burnt Ends Welding Shop"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
mediaPosition="left"
|
|
|
|
|
@@ -208,15 +196,14 @@ export default function LandingPage() {
|
|
|
|
|
title: "Quick Links", items: [
|
|
|
|
|
{ label: "Home", href: "#" },
|
|
|
|
|
{ label: "Services", href: "#services" },
|
|
|
|
|
{ label: "Portfolio", href: "#portfolio" },
|
|
|
|
|
{ label: "FAQ", href: "#faq" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Services", items: [
|
|
|
|
|
{ label: "Mobile Welding", href: "#services" },
|
|
|
|
|
{ label: "Metal Fabrication", href: "#services" },
|
|
|
|
|
{ label: "Trailer Repair", href: "#services" },
|
|
|
|
|
{ label: "Equipment Repair", href: "#services" }
|
|
|
|
|
{ label: "Welding", href: "#services" },
|
|
|
|
|
{ label: "Fabrication", href: "#services" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|