diff --git a/src/app/page.tsx b/src/app/page.tsx index d868fdf..d771f19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -143,50 +90,26 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Pool Decks", - description: "Slip-resistant, cool, and comfortable for all-day fun.", - icon: Droplets, + title: "Pool Decks", description: "Slip-resistant, cool, and comfortable for all-day fun.", icon: Droplets, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-vinyl-texture_23-2149075978.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-vinyl-texture_23-2149075978.jpg?_wi=2", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg?_wi=2", - imageAlt: "luxury rubber floor surfacing pool deck", + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-vinyl-texture_23-2149075978.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-vinyl-texture_23-2149075978.jpg" } + ] }, { - title: "Home Gyms", - description: "Impact-absorbing rubber perfect for heavy equipment.", - icon: Activity, + title: "Home Gyms", description: "Impact-absorbing rubber perfect for heavy equipment.", icon: Activity, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918004.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918004.jpg?_wi=2", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-protection-gloves-carpentry-workshop-concept_23-2148640280.jpg?_wi=2", - imageAlt: "softroc rubber surfacing installation professional", + { imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918004.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918004.jpg" } + ] }, { - title: "Boats & Docks", - description: "Waterproof performance for your marine lifestyle.", - icon: LifeBuoy, + title: "Boats & Docks", description: "Waterproof performance for your marine lifestyle.", icon: LifeBuoy, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-paddle-tennis-side-view_23-2149443556.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-paddle-tennis-side-view_23-2149443556.jpg?_wi=2", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-vinyl-texture_23-2149075978.jpg?_wi=3", - imageAlt: "durable playground safety surface", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-paddle-tennis-side-view_23-2149443556.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-paddle-tennis-side-view_23-2149443556.jpg" } + ] + } ]} title="Residential Solutions" description="Luxury that lasts, designed specifically for your home environment." @@ -198,14 +121,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Softroc Partners", - "Elite Construction", - "Modern Homes", - "Premier Sports", - "Global Retail", - "Urban Parks", - "Local Resorts", - ]} + "Softroc Partners", "Elite Construction", "Modern Homes", "Premier Sports", "Global Retail", "Urban Parks", "Local Resorts"]} title="Trusted by Industry Leaders" description="Our solutions are preferred by businesses and homes nationwide." /> @@ -217,27 +133,19 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How durable is Softroc?", - content: "Our rubber surfacing is incredibly durable, resistant to harsh weather, and built to last.", + id: "1", title: "How durable is Softroc?", content: "Our rubber surfacing is incredibly durable, resistant to harsh weather, and built to last." }, { - id: "2", - title: "Is it easy to clean?", - content: "Absolutely, Softroc surfaces can be cleaned easily with standard hose or gentle soap.", + id: "2", title: "Is it easy to clean?", content: "Absolutely, Softroc surfaces can be cleaned easily with standard hose or gentle soap." }, { - id: "3", - title: "Where can it be installed?", - content: "From residential patios to commercial retail floors and playgrounds.", - }, + id: "3", title: "Where can it be installed?", content: "From residential patios to commercial retail floors and playgrounds." + } ]} ctaTitle="Ready for your surface upgrade?" ctaDescription="Get in touch with our expert team for a consultation." ctaButton={{ - text: "Contact Us", - href: "#contact", - }} + text: "Contact Us", href: "#contact"}} ctaIcon={Phone} /> @@ -246,33 +154,16 @@ export default function LandingPage() {