diff --git a/src/app/page.tsx b/src/app/page.tsx index 933bc38..99b6273 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -53,7 +53,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-fence-lush-green-hedge-garden-landscape_626616-510.jpg?_wi=1", imageAlt: "Wooden residential fence installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-fence-lush-green-hedge-garden-landscape_626616-510.jpg", imageAlt: "Wooden residential fence installation"}, { imageSrc: "http://img.b2bpic.net/free-photo/white-wooden-fence-pier-with-view-blue-sea-cumulus-clouds-horizon-concept-poster-advertising-seaside-vacation-trip-islands-copy-space-advertising-sea-cruises_166373-8579.jpg", imageAlt: "White vinyl picket fence"}, { @@ -61,10 +61,10 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-with-barb-wire-metal-canoes-it-with-blue-sky_181624-3959.jpg", imageAlt: "Commercial chain link fencing"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-fence-lush-green-hedge-garden-landscape_626616-510.jpg?_wi=2", imageAlt: "Modern composite fence installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-fence-lush-green-hedge-garden-landscape_626616-510.jpg", imageAlt: "Modern composite fence installation"}, ]} mediaAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} ariaLabel="Hero section showcasing fencing portfolio" /> @@ -148,10 +148,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Maple Ridge", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", role: "Property Manager", company: "Riverside Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Michael Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Downtown District", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emily Rodriguez"}, @@ -245,4 +245,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file