Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f5fbf05976 | |||
| b2f3e00b23 | |||
| 151471976c |
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
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 ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -169,22 +169,22 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
tag="Kontakt"
|
||||||
|
title="Välkommen till D&P"
|
||||||
|
description="Låt oss guida dig till din nya favoritdoft. Skicka ett meddelande så hör vi av oss."
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
text="Redo att hitta din signaturdoft? Kontakta oss för personlig doftrådgivning."
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "Skicka mejl", href: "mailto:info@dpfragrances.com" }]}
|
inputPlaceholder="Ange din e-post"
|
||||||
|
buttonText="Skicka förfrågan"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterLogoReveal
|
||||||
columns={[
|
logoText="D&P Perfume"
|
||||||
{ title: "D&P Perfume", items: [{ label: "Om oss", href: "#about" }, { label: "Kollektion", href: "#products" }] },
|
leftLink={{ text: "Om oss", href: "#about" }}
|
||||||
{ title: "Kundservice", items: [{ label: "Kontakta oss", href: "#contact" }, { label: "Vanliga frågor", href: "#faq" }] },
|
rightLink={{ text: "Kontakt", href: "#contact" }}
|
||||||
]}
|
|
||||||
bottomLeftText="© 1999-2024 D&P Perfume. Alla rättigheter reserverade."
|
|
||||||
bottomRightText="Integritetspolicy"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user