4 Commits

Author SHA1 Message Date
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" }
@@ -120,18 +100,6 @@ export default function LandingPage() {
/>
</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,7 +208,6 @@ 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" }
]
},