Merge version_1 into main #4
@@ -42,19 +42,19 @@ export default function LandingPage() {
|
||||
<HeroBillboardGallery
|
||||
title="Mobile Boat Detailing — We Come To You"
|
||||
description="Professional cleaning, restoration and protection for boats, yachts and RIBs at your marina or dock. Premium detailing delivered direct to your vessel."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Professional Marine Service"
|
||||
tagIcon={Anchor}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Now: 087 386 7666", href: "tel:0873867666" },
|
||||
{ text: "Text for Quote", href: "sms:0873867666?body=Hi%20Shipshape%2C%20I%27d%20like%20a%20quote%20for%20boat%20detailing%20services" }
|
||||
{ text: "Book Now", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-water-drops-come-out-hose-sailor-captain-yacht-owner-washes-salty-residue-from-sail-mainsail-spinnaker-when-sailboat-is-docked-yard-marina_346278-360.jpg", imageAlt: "Professional boat detailing in progress" },
|
||||
{ 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 boat restoration" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/private-yachts-port_72229-511.jpg", imageAlt: "Boat polishing and shine results" }
|
||||
{ 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=1", imageAlt: "Before and after boat restoration" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/private-yachts-port_72229-511.jpg?_wi=1", imageAlt: "Boat polishing and shine results" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -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", 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?_wi=2", 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", imageAlt: "Yacht hull polishing transformation"
|
||||
reviewCount: "Showroom Ready", imageSrc: "http://img.b2bpic.net/free-photo/private-yachts-port_72229-511.jpg?_wi=2", 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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lake-sunrise_649448-521.jpg?_wi=1"
|
||||
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", imageAlt: "Michael O'Brien, yacht owner"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Michael O'Brien, yacht owner"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Murphy", role: "Boat Owner", company: "Howth Sailing Club", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Murphy, boat owner"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Sarah Murphy, boat owner"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Kelly", role: "RIB Enthusiast", company: "Malahide Marina", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "David Kelly, RIB enthusiast"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "David Kelly, RIB enthusiast"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emma Watson", role: "Marina Manager", company: "Poolbeg Marina", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Emma Watson, marina manager"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Emma Watson, marina manager"
|
||||
},
|
||||
{
|
||||
id: "5", name: "John Fitzgerald", role: "Charter Captain", company: "Dublin Charter Fleet", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "John Fitzgerald, charter captain"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "John Fitzgerald, charter captain"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Lisa Connor", role: "Boat Broker", company: "Marine Sales Ireland", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Lisa Connor, boat broker"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=6", 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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lake-sunrise_649448-521.jpg?_wi=2"
|
||||
imageAlt="Dublin marina with professional boat services"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user