4 Commits

Author SHA1 Message Date
e6b7ae79c0 Update src/app/page.tsx 2026-03-04 14:18:31 +00:00
0759b18f74 Merge version_3 into main
Merge version_3 into main
2026-03-04 14:15:57 +00:00
5edfdc9d77 Update src/app/page.tsx 2026-03-04 14:15:53 +00:00
c4465b6988 Merge version_2 into main
Merge version_2 into main
2026-03-04 14:10:09 +00:00

View File

@@ -4,7 +4,6 @@ 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 InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
@@ -31,7 +30,6 @@ export default function LandingPage() {
brandName="Burnt Ends Welding"
navItems={[
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" },
{ name: "FAQ", id: "faq" }
]}
button={{
@@ -75,45 +73,17 @@ 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="why-us" data-section="why-us">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Why Choose " },
{ type: "text", content: "Burnt Ends Welding" }
]}
useInvertedBackground={false}
buttonAnimation="slide-up"
buttons={[{ text: "Get Started Today", href: "tel:706-802-2975" }]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
title="Trusted by local contractors, farmers, and businesses across the region."
@@ -222,16 +192,13 @@ export default function LandingPage() {
title: "Quick Links", items: [
{ label: "Home", href: "#" },
{ label: "Services", href: "#services" },
{ label: "Why Us", href: "#why-us" },
{ 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" }
]
},
{