From 0a0e96516e9ff21718be4afcb485666e88eab8b8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:37:23 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 850c42e..90cbf8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,7 @@ export default function LandingPage() { imageAlt="Luxurious polished car with mirror-like finish" mediaAnimation="slide-up" useInvertedBackground={false} + background={{ variant: "plain" }} buttons={[ { text: "Book Detaljering", href: "#contact" }, { text: "Se Tjenester", href: "#services" } @@ -178,14 +179,14 @@ export default function LandingPage() { description="Vi jobber med de mest prestisjefylte bilmerkene i verden og leverer konsistent profesjonell detaljering." textboxLayout="default" useInvertedBackground={false} + names={[ + "Mercedes-Benz", "BMW", "Audi", "Porsche", "Tesla", "Volvo", "Rolls-Royce", "Ferrari" + ]} logos={[ "http://img.b2bpic.net/free-vector/gradient-car-wash-logo-design_23-2149925894.jpg", "http://img.b2bpic.net/free-photo/closeup-headlight-black-luxury-car-lights-against-grey-background_181624-25350.jpg", "http://img.b2bpic.net/free-vector/flat-car-logo-collection_23-2147750040.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-car-detailing-logo-design_23-2149923076.jpg", "http://img.b2bpic.net/free-vector/gradient-biofuel-logo-template_23-2149407800.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-105.jpg", "http://img.b2bpic.net/free-vector/realistic-metallic-car-logo_23-2148477759.jpg", "http://img.b2bpic.net/free-vector/turbo-logo-design-template_23-2150140863.jpg" ]} speed={40} showCard={true} - names={[ - "Mercedes-Benz", "BMW", "Audi", "Porsche", "Tesla", "Volvo", "Rolls-Royce", "Ferrari" - ]} /> -- 2.49.1 From ca7a97b1ef64cf9080c32ea1e25c5b16b2662682 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:37:24 +0000 Subject: [PATCH 2/2] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- src/components/shared/SvgTextLogo/SvgTextLogo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 2e9f8b1..47eacfb 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -4,7 +4,7 @@ interface SvgTextLogoProps { text: string; className?: string; textAnchor?: 'start' | 'middle' | 'end'; - dominantBaseline?: 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'hanging' | 'mathematical'; + dominantBaseline?: 'auto' | 'inherit' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'text-before-edge' | 'middle' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size'; fontSize?: string; fontWeight?: string | number; fill?: string; -- 2.49.1