From 0ca1b8cef56406759903c5e36dd1db3310928223 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:32:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e7d83d..0555112 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,6 +57,7 @@ export default function LandingPage() { { text: "Bestill time", href: "#contact" }, { text: "Ring oss", href: "tel:+47123456789" }, ]} + background={{ variant: "plain" }} useInvertedBackground={false} tagAnimation="none" buttonAnimation="none" @@ -93,7 +94,7 @@ export default function LandingPage() { { title: "Lakkrens og polering", description: "Fra matt og slitt overflate til skinnende og glatt finish med dypglans.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-driving-school-template_23-2149282163.jpg", imageAlt: "Before and after car polishing transformation"}, { - title: "Interiørrengjøring", description: "Fra fløyet interiør til perfekt rengjørt og oppfrisket kabin.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194078.jpg", imageAlt: "Before and after interior cleaning transformation"}, + title: "Interiørrengjøring", description: "Fra fløyet interiør til perfekt rengjort og oppfrisket kabin.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194078.jpg", imageAlt: "Before and after interior cleaning transformation"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -112,8 +113,8 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", alt: "Brede Lauvrak" }, { src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", alt: "Customer testimonial" }, ]} - ratingAnimation="entrance-slide" - avatarsAnimation="entrance-slide" + ratingAnimation="slide-up" + avatarsAnimation="slide-up" useInvertedBackground={true} /> @@ -162,7 +163,7 @@ export default function LandingPage() { tag="Prisbedring" title="Gi bilen din en ny start" description="Bestill en premium detailing-sesjon i dag. Vi garanterer resultater som får bilen eller båten din til å se ut som ny." - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} buttonText="Bestill time i dag" inputPlaceholder="E-postadressen din" -- 2.49.1