Merge version_1 into main #2
@@ -17,7 +17,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -41,20 +41,23 @@ export default function LandingPage() {
|
||||
tag="Mobile Service"
|
||||
tagIcon={Anchor}
|
||||
tagAnimation="slide-up"
|
||||
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?_wi=1"
|
||||
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"
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
name: "David McCarthy", handle: "Boat Owner, Cork Harbour", testimonial: "ShipShape transformed my yacht. Professional, reliable, and truly worth every penny.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sarah O'Brien", handle: "Marina Manager", testimonial: "Our clients rave about ShipShape's attention to detail and meticulous work on gel coats.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
name: "Michael Flynn", handle: "Boat Enthusiast", testimonial: "The RIB tube restoration was flawless. They treat your boat like their own.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -63,7 +66,7 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,16 +92,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Interior Care", title: "Interior Detailing", subtitle: "Pristine cabins and elegant interiors", description: "We meticulously clean and protect all interior surfaces including upholstery, wood, and fixtures. Our process removes salt residue, restores fabrics, and leaves everything looking showroom fresh.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-elegant-car-interior-with-leather-seats-white-curtains_181624-23631.jpg", imageAlt: "Interior detailing service"},
|
||||
tag: "Interior Care", title: "Interior Detailing", subtitle: "Pristine cabins and elegant interiors", description: "We meticulously clean and protect all interior surfaces including upholstery, wood, and fixtures. Our process removes salt residue, restores fabrics, and leaves everything looking showroom fresh.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-elegant-car-interior-with-leather-seats-white-curtains_181624-23631.jpg", imageAlt: "Interior detailing service"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Exterior Excellence", title: "Gel Coat Detailing", subtitle: "Restored shine and lasting protection", description: "Our specialized gel coat process polishes, protects, and restores your boat's exterior finish. We eliminate oxidation, UV damage, and weathering to reveal that brilliant original shine and apply protective coatings for durability.", imageSrc: "http://img.b2bpic.net/free-photo/master-restores-yacht-marine_176474-120119.jpg", imageAlt: "Gel coat detailing service"},
|
||||
tag: "Exterior Excellence", title: "Gel Coat Detailing", subtitle: "Restored shine and lasting protection", description: "Our specialized gel coat process polishes, protects, and restores your boat's exterior finish. We eliminate oxidation, UV damage, and weathering to reveal that brilliant original shine and apply protective coatings for durability.", imageSrc: "http://img.b2bpic.net/free-photo/master-restores-yacht-marine_176474-120119.jpg", imageAlt: "Gel coat detailing service"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Hull Protection", title: "Exterior Detailing", subtitle: "Complete hull and surface restoration", description: "Full exterior detailing covers everything from hull to railings. We address salt spray damage, marine growth, and weathering with professional-grade techniques and products designed for marine environments.", 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?_wi=2", imageAlt: "Exterior detailing service"},
|
||||
tag: "Hull Protection", title: "Exterior Detailing", subtitle: "Complete hull and surface restoration", description: "Full exterior detailing covers everything from hull to railings. We address salt spray damage, marine growth, and weathering with professional-grade techniques and products designed for marine environments.", 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: "Exterior detailing service"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "RIB Specialists", title: "RIB Tube Restoration", subtitle: "Expert inflatable boat care", description: "Specialized restoration for RIB tubes including deep cleaning, anti-fouling treatment, and UV-protective coatings. We restore faded tubes to brilliant condition and ensure longevity of your investment.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-kitesurf-board_23-2148197350.jpg", imageAlt: "RIB tube restoration service"},
|
||||
tag: "RIB Specialists", title: "RIB Tube Restoration", subtitle: "Expert inflatable boat care", description: "Specialized restoration for RIB tubes including deep cleaning, anti-fouling treatment, and UV-protective coatings. We restore faded tubes to brilliant condition and ensure longevity of your investment.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-kitesurf-board_23-2148197350.jpg", imageAlt: "RIB tube restoration service"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -122,13 +129,17 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "David McCarthy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"},
|
||||
id: "1", name: "David McCarthy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah O'Brien", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"},
|
||||
id: "2", name: "Sarah O'Brien", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michael Flynn", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"},
|
||||
id: "3", name: "Michael Flynn", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Jennifer Walsh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7"},
|
||||
id: "4", name: "Jennifer Walsh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
]}
|
||||
cardTitle="Trusted by boat owners across Cork"
|
||||
cardTag="Customer Reviews"
|
||||
@@ -150,7 +161,7 @@ export default function LandingPage() {
|
||||
{ text: "Request Quote", href: "contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user