Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 90c7e70008 | |||
| 9bd0ff372b | |||
| 7b78b57d05 | |||
| dc5b1cc12c |
@@ -65,7 +65,8 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about" className="py-16 md:py-24">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "About OLLO Trading" }
|
||||
{ type: "text", content: "About OLLO Trading" },
|
||||
{ type: "text", content: "We deliver quality construction and renovation services across South Africa. Our team combines skilled craftsmanship with professional expertise to transform your space. From kitchen and bathroom designs to complete home renovations, we bring your vision to life with attention to detail and premium materials." }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "https://wa.me/27716073888" }
|
||||
@@ -188,13 +189,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "projects", value: "100+", title: "Projects Completed", items: ["Kitchen renovations", "Bathroom designs", "Home extensions"]
|
||||
id: "projects", value: "500+", title: "Projects Completed", items: ["Kitchen renovations", "Bathroom designs", "Home extensions"]
|
||||
},
|
||||
{
|
||||
id: "satisfaction", value: "98%", title: "Client Satisfaction", items: ["Quality workmanship", "Timely delivery", "Professional service"]
|
||||
},
|
||||
{
|
||||
id: "years", value: "20", title: "Years of Experience", items: ["Skilled team", "Industry expertise", "Proven excellence"]
|
||||
id: "years", value: "15+", title: "Years of Experience", items: ["Skilled team", "Industry expertise", "Proven excellence"]
|
||||
},
|
||||
{
|
||||
id: "warranty", value: "10yr", title: "Quality Guarantee", items: ["Material warranty", "Workmanship guarantee", "Peace of mind"]
|
||||
@@ -251,4 +252,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user