3 Commits

Author SHA1 Message Date
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,7 +179,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Location", items: [{ label: "Abdoun, Amman, Jordan", href: "#" }] },
{ title: "Location", items: [{ label: "Dabouq, Amman, Jordan", href: "#" }] },
{ title: "Hours", items: [{ label: "MonSat: 10 AM 8 PM", href: "#" }, { label: "Sun: Closed", href: "#" }] },
{ title: "Contact", items: [{ label: "hello@lushbeautylounge.com", href: "mailto:hello@lushbeautylounge.com" }] },
]}