Merge version_1 into main #2
173
src/app/page.tsx
173
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Scissors, Droplets, Shield, Brush } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
@@ -28,65 +29,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Diensten",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Over ons",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Diensten", id: "services" },
|
||||
{ name: "Over ons", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Trimsalon Jeannette"
|
||||
button={{
|
||||
text: "Maak een afspraak",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Maak een afspraak", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="De vertrouwde trimsalon in Almelo voor jouw hond"
|
||||
description="Liefdevolle verzorging, ervaren vakmanschap en een prachtig resultaat – elke keer weer. Wij zorgen dat jouw hond ontspannen en verzorgd naar huis gaat."
|
||||
buttons={[
|
||||
{
|
||||
text: "Maak een afspraak",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Maak een afspraak", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=1",
|
||||
imageAlt: "Happy groomed dog",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=2",
|
||||
imageAlt: "Happy groomed dog 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=3",
|
||||
imageAlt: "Happy groomed dog 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=4",
|
||||
imageAlt: "Happy groomed dog 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=5",
|
||||
imageAlt: "Happy groomed dog 5",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg", imageAlt: "Happy groomed dog" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg", imageAlt: "Happy groomed dog 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg", imageAlt: "Happy groomed dog 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg", imageAlt: "Happy groomed dog 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg", imageAlt: "Happy groomed dog 5" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -97,46 +62,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Beste trimster!",
|
||||
quote: "Hele lieve mensen... mijn hondje is normaal bang maar hier ging het erg goed.",
|
||||
name: "Anja V.",
|
||||
role: "Klant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Altijd perfect",
|
||||
quote: "Kapster weet precies hoe mijn hond geknipt moet worden.",
|
||||
name: "Mark D.",
|
||||
role: "Klant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Aanrader",
|
||||
quote: "Altijd een prachtig resultaat, echt een aanrader!",
|
||||
name: "Sophie K.",
|
||||
role: "Klant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=8",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Geweldig",
|
||||
quote: "Mijn hond is heerlijk rustig na een trimbeurt hier.",
|
||||
name: "Jeroen B.",
|
||||
role: "Klant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=9",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Vertrouwd",
|
||||
quote: "De rust die ze uitstraalt helpt mijn hond enorm.",
|
||||
name: "Linda H.",
|
||||
role: "Klant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=10",
|
||||
},
|
||||
{ id: "1", title: "Beste trimster!", quote: "Hele lieve mensen... mijn hondje is normaal bang maar hier ging het erg goed.", name: "Anja V.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg" },
|
||||
{ id: "2", title: "Altijd perfect", quote: "Kapster weet precies hoe mijn hond geknipt moet worden.", name: "Mark D.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg" },
|
||||
{ id: "3", title: "Aanrader", quote: "Altijd een prachtig resultaat, echt een aanrader!", name: "Sophie K.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg" },
|
||||
{ id: "4", title: "Geweldig", quote: "Mijn hond is heerlijk rustig na een trimbeurt hier.", name: "Jeroen B.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg" },
|
||||
{ id: "5", title: "Vertrouwd", quote: "De rust die ze uitstraalt helpt mijn hond enorm.", name: "Linda H.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg" },
|
||||
]}
|
||||
title="Wat klanten zeggen"
|
||||
description="Ontdek waarom onze klanten in Almelo kiezen voor de vertrouwde en liefdevolle aanpak van Trimsalon Jeannette."
|
||||
@@ -148,30 +78,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Knippen & Scheren",
|
||||
description: "Vakkundig knippen en scheren passend bij het ras en de vachtconditie.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-beard-client-salon_23-2148181871.jpg",
|
||||
buttonIcon: "Scissors",
|
||||
},
|
||||
{
|
||||
title: "Wassen & Drogen",
|
||||
description: "Grondige reiniging met milde producten die de vacht gezond en glanzend houden.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-dog_23-2149872960.jpg",
|
||||
buttonIcon: "Droplets",
|
||||
},
|
||||
{
|
||||
title: "Nagels Knippen",
|
||||
description: "Veilig en stressvrij inkorten van de nagels voor een comfortabele loop.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/haircuting-process-small-dog-sits-table-dog-with-professional_1157-48813.jpg",
|
||||
buttonIcon: "Shield",
|
||||
},
|
||||
{
|
||||
title: "Vachtverzorging",
|
||||
description: "Borstelen en ontwollen voor een gezonde en klitvrije hond.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-blow-drying-dog_23-2149652719.jpg",
|
||||
buttonIcon: "Brush",
|
||||
},
|
||||
{ title: "Knippen & Scheren", description: "Vakkundig knippen en scheren passend bij het ras en de vachtconditie.", imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-beard-client-salon_23-2148181871.jpg", buttonIcon: Scissors },
|
||||
{ title: "Wassen & Drogen", description: "Grondige reiniging met milde producten die de vacht gezond en glanzend houden.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-dog_23-2149872960.jpg", buttonIcon: Droplets },
|
||||
{ title: "Nagels Knippen", description: "Veilig en stressvrij inkorten van de nagels voor een comfortabele loop.", imageSrc: "http://img.b2bpic.net/free-photo/haircuting-process-small-dog-sits-table-dog-with-professional_1157-48813.jpg", buttonIcon: Shield },
|
||||
{ title: "Vachtverzorging", description: "Borstelen en ontwollen voor een gezonde en klitvrije hond.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-blow-drying-dog_23-2149652719.jpg", buttonIcon: Brush },
|
||||
]}
|
||||
title="Onze Diensten"
|
||||
description="Van een volledige trimbeurt tot nagelverzorging: wij bieden liefdevolle zorg voor elk ras."
|
||||
@@ -182,15 +92,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Over Trimsalon Jeannette",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg",
|
||||
alt: "Jeannette aan het werk",
|
||||
},
|
||||
{ type: "text", content: "Over Trimsalon Jeannette" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg", alt: "Jeannette aan het werk" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -198,9 +101,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Afspraak maken"
|
||||
title="Plan vandaag een afspraak"
|
||||
description="Vul onderstaand formulier in of bel direct naar 0546 823 270. Wij nemen zo snel mogelijk contact met je op."
|
||||
@@ -213,28 +114,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Bornsestraat 192, Almelo",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "0546 823 270",
|
||||
href: "tel:0546823270",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Openingstijden",
|
||||
items: [
|
||||
{
|
||||
label: "Wo - Vr: 09:00 - 17:00",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Contact", items: [{ label: "Bornsestraat 192, Almelo", href: "#" }, { label: "0546 823 270", href: "tel:0546823270" }] },
|
||||
{ title: "Openingstijden", items: [{ label: "Wo - Vr: 09:00 - 17:00", href: "#" }] },
|
||||
]}
|
||||
logoText="Trimsalon Jeannette"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user