2 Commits

Author SHA1 Message Date
7b78b57d05 Update src/app/page.tsx 2026-03-14 12:35:59 +00:00
dc5b1cc12c Merge version_5 into main
Merge version_5 into main
2026-03-14 12:33:16 +00:00

View File

@@ -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: "OLLO Trading is a leading construction and renovation company serving South Africa with excellence and professionalism. We specialize in premium kitchen and bathroom renovations, delivering transformative designs that enhance the beauty and functionality of homes. With over 15 years of industry expertise, our core mission is to provide exceptional craftsmanship paired with outstanding customer service. We believe in transparent communication, sustainable practices, and exceeding client expectations through meticulous attention to detail and high-quality materials. Whether you're looking to modernize your kitchen, redesign your bathroom, or undertake a comprehensive home renovation, OLLO Trading combines innovative design with skilled execution to bring your vision to life." }
]}
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>
);
}
}