Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cad6e3237f | |||
| 4032eef40b | |||
| eda68caf16 | |||
| 311c1a576e | |||
| 4f754e49d8 |
@@ -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