5 Commits

Author SHA1 Message Date
bf8a90e2a9 Update src/app/page.tsx 2026-04-18 21:23:49 +00:00
e3ce56d98f Merge version_2 into main
Merge version_2 into main
2026-04-18 21:22:24 +00:00
58f4896c40 Update src/app/page.tsx 2026-04-18 21:22:22 +00:00
ea321e3b53 Merge version_1 into main
Merge version_1 into main
2026-04-18 21:19:00 +00:00
b6f3af74d2 Merge version_1 into main
Merge version_1 into main
2026-04-18 21:18:34 +00:00

View File

@@ -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: "MonSat: 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>
);
}
}