2 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

View File

@@ -180,7 +180,7 @@ export default function LandingPage() {
<FooterSimple
columns={[
{ title: "Location", items: [{ label: "Dabouq, Amman, Jordan", href: "#" }] },
{ title: "Hours", items: [{ label: "MonSat: 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>
);
}
}