10 Commits

Author SHA1 Message Date
90c7e70008 Update src/app/page.tsx 2026-03-14 12:37:43 +00:00
9bd0ff372b Merge version_6 into main
Merge version_6 into main
2026-03-14 12:36:03 +00:00
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
a7f98d82e9 Update src/app/page.tsx 2026-03-14 12:33:12 +00:00
8677baf5fa Merge version_4 into main
Merge version_4 into main
2026-03-14 12:29:54 +00:00
2e5e5097c6 Update src/app/page.tsx 2026-03-14 12:29:49 +00:00
ab3adb194e Merge version_3 into main
Merge version_3 into main
2026-03-14 12:26:52 +00:00
f8a6251a6a Update src/app/page.tsx 2026-03-14 12:26:48 +00:00
6d4b8c3c0d Merge version_2 into main
Merge version_2 into main
2026-03-14 12:20:31 +00:00

View File

@@ -52,9 +52,9 @@ export default function LandingPage() {
{ text: "Chat on WhatsApp", href: "https://wa.me/27716073888?text=Hello%20OLLO%20Trading,%20I%20would%20like%20a%20quote%20for%20my%20project." } { text: "Chat on WhatsApp", href: "https://wa.me/27716073888?text=Hello%20OLLO%20Trading,%20I%20would%20like%20a%20quote%20for%20my%20project." }
]} ]}
slides={[ slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/blue-door-with-keys-matte-minimalism-black-hardware_169016-69531.jpg?_wi=1", imageAlt: "Modern kitchen renovation" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqiMnWO5mkQqe8zt6ufXDqkrxZ/uploaded-1773491374207-ic3yi2cz.jpg", imageAlt: "Modern kitchen renovation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/kitchen-wash-zone-black-faucet-scandinavian-style_169016-69045.jpg?_wi=1", imageAlt: "Contemporary bathroom design" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqiMnWO5mkQqe8zt6ufXDqkrxZ/uploaded-1773491374207-eud7jo9d.jpg", imageAlt: "Contemporary bathroom design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg?_wi=1", imageAlt: "Professional construction team" } { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqiMnWO5mkQqe8zt6ufXDqkrxZ/uploaded-1773491374207-pvdp3hzk.jpg", imageAlt: "Professional construction team" }
]} ]}
autoplayDelay={4000} autoplayDelay={4000}
showDimOverlay={true} showDimOverlay={true}
@@ -65,7 +65,8 @@ export default function LandingPage() {
<div id="about" data-section="about" className="py-16 md:py-24"> <div id="about" data-section="about" className="py-16 md:py-24">
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
heading={[ 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={[ buttons={[
{ text: "Start Your Project", href: "https://wa.me/27716073888" } { text: "Start Your Project", href: "https://wa.me/27716073888" }
@@ -251,4 +252,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }