From 2aea26cff813220cb5d6fe495914a330ebe21af8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:19:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4dc6280..ac58efb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Ring 32 21 39 40", href: "tel:+4732213940" }, { text: "Kontaktskjema", href: "#contact" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55684.jpg" imageAlt="Moderne VVS-system og tekniske installasjoner" frameStyle="card" @@ -88,7 +88,7 @@ export default function LandingPage() { description="Vi tilbyr et bredt spekter av rådgivende ingeniørtjenester innen VVS-faget, spesialisert i prosjektering, konsultasjon og teknisk oppfølging for alle typer byggeprosjekter." tag="Våre tjenester" tagIcon={Wrench} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -109,7 +109,7 @@ export default function LandingPage() { description="Vi har levert høykvalitets ingeniørtjenester til noen av Norges mest ambisiøse byggeprosjekter. Vår erfaring sikrer at du får de beste løsningene." tag="Vår erfaring" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} -- 2.49.1