Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce380ec8d8 | |||
| 79d014432e | |||
| a56d6344f4 | |||
| 7184f1d15a |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
@@ -139,8 +139,9 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
<FooterMedia
|
||||
logoText="Lumière d'Or"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509263.jpg?_wi=2"
|
||||
columns={[
|
||||
{ title: "Collections", items: [{ label: "Classique", href: "#" }, { label: "Bohème", href: "#" }, { label: "Moderne", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Livraison gratuite", href: "#" }, { label: "Échanges 30 jours", href: "#" }, { label: "Sur-mesure", href: "#" }] },
|
||||
@@ -152,4 +153,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user