Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf8a90e2a9 | |||
| e3ce56d98f | |||
| 58f4896c40 | |||
| ea321e3b53 | |||
| b6f3af74d2 |
@@ -179,8 +179,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Location", items: [{ label: "Abdoun, Amman, Jordan", href: "#" }] },
|
||||
{ title: "Hours", items: [{ label: "Mon–Sat: 10 AM – 8 PM", href: "#" }, { label: "Sun: Closed", href: "#" }] },
|
||||
{ title: "Location", items: [{ label: "Dabouq, Amman, Jordan", href: "#" }] },
|
||||
{ title: "Hours", items: [{ label: "Every day: 8 AM – 8 PM", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "hello@lushbeautylounge.com", href: "mailto:hello@lushbeautylounge.com" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Lush Beauty Lounge"
|
||||
@@ -190,4 +190,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user