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