5 Commits

Author SHA1 Message Date
cad6e3237f Update src/app/page.tsx 2026-04-22 22:20:01 +00:00
4032eef40b Merge version_2 into main
Merge version_2 into main
2026-04-22 22:17:30 +00:00
eda68caf16 Update src/app/page.tsx 2026-04-22 22:17:23 +00:00
311c1a576e Merge version_1 into main
Merge version_1 into main
2026-04-22 22:16:02 +00:00
4f754e49d8 Merge version_1 into main
Merge version_1 into main
2026-04-22 22:15:28 +00:00

View File

@@ -143,10 +143,14 @@ export default function LandingPage() {
<div id="gallery" data-section="gallery">
<ProductCardThree
textboxLayout="split"
textboxLayout="split-actions"
gridVariant="bento-grid"
animationType="slide-up"
useInvertedBackground={false}
buttons={[
{
text: "Request a Detailed Quote", href: "#contact"}
]}
products={[
{
id: "p1", name: "Steel Fabrication", price: "High Precision", imageSrc: "http://img.b2bpic.net/free-photo/process-creating-modern-fence-with-orange-sparks_7502-9314.jpg"},
@@ -163,7 +167,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="Thobani Enterprise (PTY) LTD"
title="Our Mission: Building with Integrity and Precision"
/>
</div>
@@ -238,4 +242,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}