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