Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f49afa752a | |||
| 817c981027 | |||
| f5fbf05976 | |||
| 5cc87b0178 | |||
| b2f3e00b23 | |||
| 151471976c |
@@ -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';
|
||||
@@ -106,8 +106,8 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "1", name: "Premium Series 01", price: "499 kr", imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-fragrance-bottle_116380-80.jpg", priceButtonProps: { text: "Köp nu" } },
|
||||
{ id: "2", name: "Premium Series 02", price: "499 kr", imageSrc: "http://img.b2bpic.net/free-photo/front-view-natural-self-care-products-assortment_23-2148980974.jpg", priceButtonProps: { text: "Köp nu" } },
|
||||
{ id: "3", name: "Special Series A", price: "699 kr", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963110.jpg", priceButtonProps: { text: "Läs mer" } },
|
||||
{ id: "4", name: "Special Series B", price: "699 kr", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-nature_23-2151890514.jpg", priceButtonProps: { text: "Läs mer" } },
|
||||
{ id: "3", name: "Special Series A", price: "699 kr", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963110.jpg", priceButtonProps: { text: "Köp nu" } },
|
||||
{ id: "4", name: "Special Series B", price: "699 kr", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-nature_23-2151890514.jpg", priceButtonProps: { text: "Köp nu" } },
|
||||
{ id: "5", name: "Niche Series Gold", price: "899 kr", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-snowdrops-glass-vase-blurred-background_169016-51100.jpg", priceButtonProps: { text: "Köp nu" } },
|
||||
{ id: "6", name: "Niche Series Silver", price: "899 kr", imageSrc: "http://img.b2bpic.net/free-photo/japanese-bottle-cups_23-2149869744.jpg", priceButtonProps: { text: "Köp nu" } },
|
||||
]}
|
||||
@@ -169,22 +169,22 @@ 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" }]}
|
||||
useInvertedBackground={false}
|
||||
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