diff --git a/src/app/page.tsx b/src/app/page.tsx index 930d742..53567b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -43,7 +43,7 @@ export default function LandingPage() { tag="Senja • Troms" tagIcon={MapPin} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/arrangement-different-artisan-workshop-objects_23-2148970783.jpg" imageAlt="Professionell tømrer på byggeplass i Nord-Norge" imagePosition="right" @@ -56,13 +56,16 @@ export default function LandingPage() { testimonials={[ { name: "Gro Nilsen", handle: "Huseier, Senja", testimonial: "Profesjonell og pålitelig samarbeidspartner. Byggpartner fullførte vårt tilbygg i tide og med meget høy kvalitet.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg" + }, { name: "Arne Johansen", handle: "Borettslaget Sjøkanten", testimonial: "Stort arbeid på våtromrenovering. Byggpartner viser ekte fagkompetanse og respekt for tidsplaner.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg" + }, { name: "Lisa Andersen", handle: "Butikkeier, Senja sentrum", testimonial: "Utmerket håndverk og profesjonell prosjektledelse. Anbefalte dem videre til alle vi kjenner.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg" + }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -73,7 +76,8 @@ export default function LandingPage() {