Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7307676554 | |||
| c25a3db8a1 | |||
| a0a6c09d18 | |||
| 9da8a958be | |||
| 78b98093af |
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
@@ -143,38 +143,35 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-shopping-center-atrium_23-2148704207.jpg"
|
||||
logoText="Serena Centre"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Store Directory", href: "#products"},
|
||||
],
|
||||
title: "Mall Information", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Opening Hours", href: "#" },
|
||||
{ label: "Location", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Concierge", items: [
|
||||
{
|
||||
label: "Private Bookings", href: "#contact"},
|
||||
{
|
||||
label: "Mall Services", href: "#"},
|
||||
],
|
||||
title: "Store Directory", items: [
|
||||
{ label: "Fashion", href: "#products" },
|
||||
{ label: "Dining", href: "#products" },
|
||||
{ label: "Services", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
title: "Support (EN/AR)", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Use", href: "#" },
|
||||
{ label: "Contact Us", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Serena Centre by Dubai Retail"
|
||||
bottomRightText="Dubai, UAE"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user