Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03198039c2 | |||
| 69330fea28 |
@@ -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. Mon–Sat 7am–7pm, Sun 11am–7pm. Call 0110 864 488 for pickup."
|
text="Visit us at Lolwe, Kisumu. Mon–Sat 7am–7pm, Sun 11am–7pm. 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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user