diff --git a/src/app/page.tsx b/src/app/page.tsx index 77861f8..d9734be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -53,19 +53,19 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg?_wi=1", imageAlt: "VVS installation arbejde"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg", imageAlt: "VVS installation arbejde"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg?_wi=1", imageAlt: "Professionel VVS installation"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", imageAlt: "Professionel VVS installation"}, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", imageAlt: "VVS reparation og vedligeholdelse"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/wind-farm-sustainable-renewable-energy_53876-104391.jpg", imageAlt: "Energivenlig VVS løsning"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg?_wi=2", imageAlt: "VVS drift og service"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/household-repair-middle-aged-man-inspecting-pipe-touching-hand-sink-stylish-modern-kitchen_259150-58265.jpg", imageAlt: "VVS drift og service"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg?_wi=2", imageAlt: "VVS tekniker på arbejde"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", imageAlt: "VVS tekniker på arbejde"}, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} autoPlay={true} autoPlayInterval={4000} />