Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d2f7e90865 | |||
| c24ec18dfa | |||
| f6d286b741 | |||
| cad6e3237f | |||
| 4032eef40b | |||
| eda68caf16 | |||
| 311c1a576e | |||
| 4f754e49d8 |
@@ -80,13 +80,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "10+", title: "Years Experience", description: "Proven track record in infrastructure.", imageSrc: "http://img.b2bpic.net/free-photo/white-metallic-structure_1127-2129.jpg"},
|
||||
id: "m1", value: "10+", title: "Years Trusted by Industry Leaders", description: "Proven track record in infrastructure.", imageSrc: "http://img.b2bpic.net/free-photo/white-metallic-structure_1127-2129.jpg"},
|
||||
{
|
||||
id: "m2", value: "Certified", title: "Expert Team", description: "Qualified professionals for every project.", imageSrc: "http://img.b2bpic.net/free-photo/working-call_1098-12851.jpg"},
|
||||
id: "m2", value: "Certified", title: "Expert Team of Professionals", description: "Qualified professionals for every project.", imageSrc: "http://img.b2bpic.net/free-photo/working-call_1098-12851.jpg"},
|
||||
{
|
||||
id: "m3", value: "100%", title: "On-Time", description: "Project delivery you can rely on.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-screens-empty-control-center-housing-missile-defense-system_482257-116373.jpg"},
|
||||
id: "m3", value: "100%", title: "On-Time Delivery Success", description: "Project delivery you can rely on.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-screens-empty-control-center-housing-missile-defense-system_482257-116373.jpg"},
|
||||
{
|
||||
id: "m4", value: "Full", title: "Solutions", description: "Industrial & Residential capability.", imageSrc: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-185.jpg"},
|
||||
id: "m4", value: "Full", title: "Integrated Solutions Portfolio", description: "Industrial & Residential capability.", imageSrc: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-185.jpg"},
|
||||
]}
|
||||
title="Built Strong. Secured Smart."
|
||||
description="Delivering excellence through industrial precision."
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user