diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c82c63..4db0b3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Austin's Premium Detailing" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "canvas-reveal" }} imageSrc="http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg" imageAlt="Premium vehicle detailing showcase" buttons={[ @@ -133,19 +133,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Johnson", handle: "@mjohnson", testimonial: "Austin's team transformed my BMW completely. The attention to detail is unmatched. My car looks showroom ready!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business headshot customer photo profile picture" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot customer photo profile picture" }, { id: "2", name: "Sarah Chen", handle: "@sarahchen", testimonial: "Professional, punctual, and incredibly thorough. They treated my vehicle like it was their own. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=1", imageAlt: "professional portrait business headshot customer photo profile picture" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "professional portrait business headshot customer photo profile picture" }, { id: "3", name: "David Rodriguez", handle: "@drodriguez", testimonial: "The ceramic coating has kept my car looking pristine. Austin's expertise made a huge difference in protecting my investment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2", imageAlt: "professional portrait business headshot customer photo profile picture" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "professional portrait business headshot customer photo profile picture" }, { id: "4", name: "Emily Watson", handle: "@ewatson", testimonial: "Exceptional service from start to finish. They explain everything clearly and deliver results that exceed expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business headshot customer photo profile picture" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot customer photo profile picture" } ]} showRating={true} @@ -198,7 +198,7 @@ export default function LandingPage() { { text: "Call Us", href: "#" } ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "canvas-reveal" }} useInvertedBackground={false} />