Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-09 08:30:23 +00:00

View File

@@ -44,20 +44,20 @@ export default function LandingPage() {
title="AH Bilpleje - Mobil Bilvask & Detailing"
description="Vi kommer til dig i Brønderslev, Nørresundby og op til 20 km rundt. Komplet indvendig & udvendig bilvask, nem booking og konkurrencedygtige priser."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "Clean car" }
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=1", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=2", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=3", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=4", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=5", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=6", imageAlt: "Clean car" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "Clean car" }
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=7", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=8", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=9", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=10", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=11", imageAlt: "Clean car" },
{ imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=12", imageAlt: "Clean car" }
]}
buttons={[{ text: "Book din tid nu", href: "#contact" }]}
avatars={[
@@ -90,7 +90,7 @@ export default function LandingPage() {
title="Priser & Services"
description="Nem og gennemskuelig prissætning for professionel pleje af din bil."
plans={[
{ id: "basic", title: "Udvendig vask", price: "249 kr.", period: "en gangs", features: ["Håndvask", "Skånsom aftørring", "Dækglans"], button: { text: "Book nu", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "clean car detailing foam" },
{ id: "basic", title: "Udvendig vask", price: "249 kr.", period: "en gangs", features: ["Håndvask", "Skånsom aftørring", "Dækglans"], button: { text: "Book nu", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=13", imageAlt: "clean car detailing foam" },
{ id: "standard", title: "Indvendig rengøring", price: "299 kr.", period: "en gangs", features: ["Støvsugning", "Instrumentbord", "Vinduespudsning indvendig"], button: { text: "Book nu", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg", imageAlt: "mobile car detailing equipment" },
{ id: "pro", title: "Komplet vask", price: "499 kr.", period: "en gangs", features: ["Indvendig & Udvendig", "Dybderens af måtter", "Fælgrens"], button: { text: "Book nu", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/business-man-buying-car-showroom_1303-13554.jpg", imageAlt: "happy customer car owner" }
]}