Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 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 MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -169,22 +169,21 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
<ContactSplit
|
||||
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" }}
|
||||
text="Redo att hitta din signaturdoft? Kontakta oss för personlig doftrådgivning."
|
||||
buttons={[{ text: "Skicka mejl", href: "mailto:info@dpfragrances.com" }]}
|
||||
inputPlaceholder="Ange din e-post"
|
||||
buttonText="Skicka förfrågan"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "D&P Perfume", items: [{ label: "Om oss", href: "#about" }, { label: "Kollektion", href: "#products" }] },
|
||||
{ title: "Kundservice", items: [{ label: "Kontakta oss", href: "#contact" }, { label: "Vanliga frågor", href: "#faq" }] },
|
||||
]}
|
||||
bottomLeftText="© 1999-2024 D&P Perfume. Alla rättigheter reserverade."
|
||||
bottomRightText="Integritetspolicy"
|
||||
<FooterLogoReveal
|
||||
logoText="D&P Perfume"
|
||||
leftLink={{ text: "Om oss", href: "#about" }}
|
||||
rightLink={{ text: "Kontakt", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user