2 Commits

Author SHA1 Message Date
03198039c2 Update src/app/page.tsx 2026-05-22 09:33:40 +00:00
69330fea28 Merge version_2 into main
Merge version_2 into main
2026-05-22 09:31:14 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="MELINA Ruby" brandName="MELINA Ruby"
button={{ text: "Call 0110 864 488", href: "tel:0110864488" }} button={{ text: "Call +25473 952019", href: "tel:+25473952019" }}
/> />
</div> </div>
@@ -59,7 +59,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-folding-clothes-laundry_23-2148401460.jpg", imageAlt: "Express" }, { imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-folding-clothes-laundry_23-2148401460.jpg", imageAlt: "Express" },
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-man-ironing-shirt_23-2148401480.jpg", imageAlt: "Ironing" }, { imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-man-ironing-shirt_23-2148401480.jpg", imageAlt: "Ironing" },
]} ]}
buttons={[{ text: "Call Now: 0110 864 488", href: "tel:0110864488" }] buttons={[{ text: "Call Now: +25473 952019", href: "tel:+25473952019" }]
} }
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/smiling-african-american-senior-man-holding-phone_23-2148401490.jpg", alt: "Customer profile" }, { src: "http://img.b2bpic.net/free-photo/smiling-african-american-senior-man-holding-phone_23-2148401490.jpg", alt: "Customer profile" },
@@ -169,8 +169,8 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
text="Visit us at Lolwe, Kisumu. MonSat 7am7pm, Sun 11am7pm. Call 0110 864 488 for pickup." text="Visit us at Lolwe, Kisumu. MonSat 7am7pm, Sun 11am7pm. Call +25473 952019 for pickup."
buttons={[{ text: "Contact Us", href: "tel:0110864488" }]} buttons={[{ text: "Contact Us", href: "tel:+25473952019" }]}
/> />
</div> </div>
@@ -179,11 +179,11 @@ export default function LandingPage() {
logoText="MELINA Ruby" logoText="MELINA Ruby"
columns={[ columns={[
{ title: "Navigation", items: [{ label: "Services", href: "#services" }, { label: "About", href: "#about" }] }, { title: "Navigation", items: [{ label: "Services", href: "#services" }, { label: "About", href: "#about" }] },
{ title: "Contact", items: [{ label: "Call Us", href: "tel:0110864488" }, { label: "Location", href: "#" }] }, { title: "Contact", items: [{ label: "Call Us", href: "tel:+25473952019" }, { label: "Location", href: "#" }] },
]} ]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }