2 Commits

Author SHA1 Message Date
93f9c3a97b Update src/app/page.tsx 2026-05-25 13:20:10 +00:00
66e674a144 Merge version_1 into main
Merge version_1 into main
2026-05-25 13:15:41 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplitDoubleCarousel
background={{ variant: "radial-gradient" }}
title="Gino & Sons: Expert Welding in Cape Town"
description="Professional metal and iron manufacturing services. From custom welding to industrial-grade fabrication, we deliver excellence at 53 7th Ave, Grassy Park."
description="Professional metal and iron manufacturing services. From custom welding to industrial-grade fabrication, we deliver excellence at 53 7th Ave, Grassy Park. Gino Dirks, CEO."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-shoot-hammer-anvil-dark-smith-workshop_613910-3450.jpg", imageAlt: "Welding project one" },
{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745363.jpg", imageAlt: "Welding project two" },
@@ -82,7 +82,7 @@ export default function LandingPage() {
<MediaAbout
useInvertedBackground={true}
title="Decades of Welding Excellence"
description="Based in the heart of Grassy Park, Gino & Sons specializes in all types of welding and the manufacture of minerals and metals. We pride ourselves on reliability and high-quality workmanship."
description="Based in the heart of Grassy Park, Gino & Sons specializes in all types of welding and the manufacture of minerals and metals. We pride ourselves on reliability and high-quality workmanship. Led by CEO Gino Dirks."
imageSrc="http://img.b2bpic.net/free-photo/aged-man-holding-heated-steel-press-machine_7502-9108.jpg"
imageAlt="About Gino and Sons Welding"
/>
@@ -159,7 +159,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Get In Touch"
title="Need a Reliable Welder?"
description="Whether you have an industrial project or a custom fabrication request, we are ready to assist. Call us at 082 960 0019 or visit our workshop in Grassy Park."
description="Whether you have an industrial project or a custom fabrication request, we are ready to assist. Call us at 082 960 0019 or visit our workshop in Grassy Park. Gino Dirks, CEO."
buttons={[
{ text: "Call Now", href: "tel:0829600019" },
{ text: "Visit Us", href: "https://maps.google.com/?q=53+7th+Ave,+Grassy+Park,+Cape+Town,+7945" },
@@ -198,4 +198,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}