diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c67cec..7686113 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="medium" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -42,7 +42,7 @@ export default function LandingPage() { @@ -128,11 +128,11 @@ export default function LandingPage() { products={[ { id: "1", brand: "Shipshape Results", name: "RIB Tube Color Restoration", price: "Premium Results", rating: 5, - reviewCount: "Flawless Finish", imageSrc: "http://img.b2bpic.net/free-photo/sailboat-owner-yachtsman-uses-hose-wash-salt-water-from-yachr-deck-when-docked-parked-marina-sunset_346278-359.jpg?_wi=2", imageAlt: "Before and after RIB tube restoration" + reviewCount: "Flawless Finish", imageSrc: "http://img.b2bpic.net/free-photo/sailboat-owner-yachtsman-uses-hose-wash-salt-water-from-yachr-deck-when-docked-parked-marina-sunset_346278-359.jpg", imageAlt: "Before and after RIB tube restoration" }, { id: "2", brand: "Shipshape Results", name: "Yacht Hull Polishing", price: "Stunning Shine", rating: 5, - reviewCount: "Showroom Ready", imageSrc: "http://img.b2bpic.net/free-photo/private-yachts-port_72229-511.jpg?_wi=2", imageAlt: "Yacht hull polishing transformation" + reviewCount: "Showroom Ready", imageSrc: "http://img.b2bpic.net/free-photo/private-yachts-port_72229-511.jpg", imageAlt: "Yacht hull polishing transformation" }, { id: "3", brand: "Shipshape Results", name: "Oxidation & Deep Clean", price: "Like New Again", rating: 5, @@ -174,7 +174,7 @@ export default function LandingPage() { tag="Service Area" tagIcon={MapPin} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/lake-sunrise_649448-521.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/lake-sunrise_649448-521.jpg" imageAlt="Dublin marina with moored boats and sailboats" useInvertedBackground={false} buttons={[{ text: "Text Your Location", href: "sms:0873867666?body=Hi%20Shipshape%2C%20can%20you%20service%20my%20boat%20at%20%5Bmy%20marina%2Flocation%5D" }]} @@ -196,27 +196,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael O'Brien", role: "Yacht Owner", company: "Dun Laoghaire Marina", rating: 5, - imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Michael O'Brien, yacht owner" + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Michael O'Brien, yacht owner" }, { id: "2", name: "Sarah Murphy", role: "Boat Owner", company: "Howth Sailing Club", rating: 5, - imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Sarah Murphy, boat owner" + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Murphy, boat owner" }, { id: "3", name: "David Kelly", role: "RIB Enthusiast", company: "Malahide Marina", rating: 5, - imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "David Kelly, RIB enthusiast" + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "David Kelly, RIB enthusiast" }, { id: "4", name: "Emma Watson", role: "Marina Manager", company: "Poolbeg Marina", rating: 5, - imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Emma Watson, marina manager" + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Emma Watson, marina manager" }, { id: "5", name: "John Fitzgerald", role: "Charter Captain", company: "Dublin Charter Fleet", rating: 5, - imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "John Fitzgerald, charter captain" + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "John Fitzgerald, charter captain" }, { id: "6", name: "Lisa Connor", role: "Boat Broker", company: "Marine Sales Ireland", rating: 5, - imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Lisa Connor, boat broker" + imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Lisa Connor, boat broker" } ]} /> @@ -234,7 +234,7 @@ export default function LandingPage() { ]} textarea={{ name: "serviceType", placeholder: "What detailing service are you interested in?", rows: 4, required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/lake-sunrise_649448-521.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/lake-sunrise_649448-521.jpg" imageAlt="Dublin marina with professional boat services" mediaAnimation="slide-up" mediaPosition="right"