6 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
74769386b2 Update src/app/page.tsx 2026-03-04 14:10:03 +00:00
24f66c84c4 Merge version_1 into main
Merge version_1 into main
2026-03-04 14:03:51 +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={{
@@ -53,25 +51,7 @@ export default function LandingPage() {
imageAlt="Professional welding work with sparks"
imagePosition="right"
mediaAnimation="slide-up"
testimonials={[
{
name: "John Martinez", handle: "Contractor, Martinez Construction", testimonial: "Burnt Ends showed up when we needed them most. Professional work, fair pricing, and they stand behind their welds.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
},
{
name: "Sarah Thompson", handle: "Farm Owner, Thompson Farms", testimonial: "Best mobile welding service in the area. They fixed our equipment on-site and saved us thousands in downtime.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
},
{
name: "Mike Davidson", handle: "Facility Manager, Davidson Industries", testimonial: "Reliable, skilled, and always punctual. We trust Burnt Ends with all our structural welding needs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
},
{
name: "David Chen", handle: "Business Owner, Chen's Metalworks", testimonial: "Their craftsmanship is exceptional. We've used them for custom metal fabrication and couldn't be happier.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"
}
]}
testimonialRotationInterval={5000}
testimonials={[]}
buttons={[
{ text: "Call Now: 706-802-2975", href: "tel:706-802-2975" },
{ text: "Learn More", href: "#services" }
@@ -93,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."
@@ -240,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" }
]
},
{