Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf8a90e2a9 | |||
| e3ce56d98f |
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Location", items: [{ label: "Dabouq, Amman, Jordan", href: "#" }] },
|
||||
{ title: "Hours", items: [{ label: "Mon–Sat: 10 AM – 8 PM", href: "#" }, { label: "Sun: Closed", 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