|
|
|
|
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "View Our Portfolio", href: "products" },
|
|
|
|
|
{ text: "See Our Work", href: "products" },
|
|
|
|
|
{ text: "Get a Free Quote", href: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<AboutMetric
|
|
|
|
|
title="Quality Works of SWFL: Your Local Tile Specialists Since 2010"
|
|
|
|
|
title="Proven Track Record in SWFL"
|
|
|
|
|
metrics={[
|
|
|
|
|
{ icon: Award, label: "Years of Experience", value: "14+" },
|
|
|
|
|
{ icon: Home, label: "Projects Completed", value: "2,500+" },
|
|
|
|
|
@@ -91,11 +91,14 @@ export default function LandingPage() {
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Ceramic Floor Tiles", price: "Durable & Affordable", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stack-chocolate-waffles-white-bowl_114579-85187.jpg", imageAlt: "Premium ceramic floor tiles"},
|
|
|
|
|
id: "1", name: "Ceramic Floor Tiles", price: "Durable & Affordable", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stack-chocolate-waffles-white-bowl_114579-85187.jpg", imageAlt: "Premium ceramic floor tiles"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Marble Luxury Tiles", price: "Premium Selection", imageSrc: "http://img.b2bpic.net/free-photo/cracks-cement-wall-surface_23-2148413320.jpg", imageAlt: "Natural marble luxury tiles"},
|
|
|
|
|
id: "2", name: "Marble Luxury Tiles", price: "Premium Selection", imageSrc: "http://img.b2bpic.net/free-photo/cracks-cement-wall-surface_23-2148413320.jpg", imageAlt: "Natural marble luxury tiles"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Mosaic Design Tiles", price: "Custom Designs", imageSrc: "http://img.b2bpic.net/free-vector/beautiful-painted-tiles_23-2147564397.jpg", imageAlt: "Decorative mosaic tiles"},
|
|
|
|
|
id: "3", name: "Mosaic Design Tiles", price: "Custom Designs", imageSrc: "http://img.b2bpic.net/free-vector/beautiful-painted-tiles_23-2147564397.jpg", imageAlt: "Decorative mosaic tiles"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -110,15 +113,18 @@ export default function LandingPage() {
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "installation", label: "Installation", title: "Professional Tile Installation", items: [
|
|
|
|
|
"Expert craftsmanship and precision", "Residential and commercial projects", "Floor, wall, and backsplash installation", "Custom tile designs and patterns"],
|
|
|
|
|
"Expert craftsmanship and precision", "Residential and commercial projects", "Floor, wall, and backsplash installation", "Custom tile designs and patterns"
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "design", label: "Design", title: "Tile Design Consultation", items: [
|
|
|
|
|
"Professional design consultation", "Material selection guidance", "Color and pattern coordination", "Budget-friendly recommendations"],
|
|
|
|
|
"Professional design consultation", "Material selection guidance", "Color and pattern coordination", "Budget-friendly recommendations"
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "maintenance", label: "Maintenance", title: "Tile Care & Maintenance", items: [
|
|
|
|
|
"Professional cleaning services", "Grout restoration and sealing", "Repair and replacement", "Long-term maintenance plans"],
|
|
|
|
|
"Professional cleaning services", "Grout restoration and sealing", "Repair and replacement", "Long-term maintenance plans"
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -135,17 +141,23 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Quality Works transformed our kitchen with beautiful tile work. The team was professional, on-time, and the results exceeded our expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg", imageAlt: "Sarah Johnson"},
|
|
|
|
|
id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Quality Works transformed our kitchen with beautiful tile work. The team was professional, on-time, and the results exceeded our expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg", imageAlt: "Sarah Johnson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "We've hired Quality Works for multiple commercial properties. Their attention to detail and reliability make them our go-to tile contractor.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg", imageAlt: "Michael Chen"},
|
|
|
|
|
id: "2", name: "Michael Chen", role: "Property Manager", testimonial: "We've hired Quality Works for multiple commercial properties. Their attention to detail and reliability make them our go-to tile contractor.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg", imageAlt: "Michael Chen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Emily Rodriguez", role: "Homeowner", testimonial: "The team went above and beyond to help us select the perfect tiles for our bathroom renovation. The craftsmanship is impeccable!", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-young-confident-woman-with-long-dark-hair-wearing-blue-jacket-posing_291650-158.jpg", imageAlt: "Emily Rodriguez"},
|
|
|
|
|
id: "3", name: "Emily Rodriguez", role: "Homeowner", testimonial: "The team went above and beyond to help us select the perfect tiles for our bathroom renovation. The craftsmanship is impeccable!", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-young-confident-woman-with-long-dark-hair-wearing-blue-jacket-posing_291650-158.jpg", imageAlt: "Emily Rodriguez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "David Martinez", role: "General Contractor", testimonial: "Quality Works is my trusted partner for tile installation on all my projects. Their expertise and professionalism are unmatched in the area.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman_23-2148317345.jpg", imageAlt: "David Martinez"},
|
|
|
|
|
id: "4", name: "David Martinez", role: "General Contractor", testimonial: "Quality Works is my trusted partner for tile installation on all my projects. Their expertise and professionalism are unmatched in the area.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman_23-2148317345.jpg", imageAlt: "David Martinez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Jennifer Lee", role: "Interior Designer", testimonial: "I recommend Quality Works to all my clients. They understand design vision and execute it perfectly every time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", imageAlt: "Jennifer Lee"},
|
|
|
|
|
id: "5", name: "Jennifer Lee", role: "Interior Designer", testimonial: "I recommend Quality Works to all my clients. They understand design vision and execute it perfectly every time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", imageAlt: "Jennifer Lee"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Robert Thompson", role: "Homeowner", testimonial: "From consultation to final installation, Quality Works provided exceptional service. Our new tile floors look amazing!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5353.jpg", imageAlt: "Robert Thompson"},
|
|
|
|
|
id: "6", name: "Robert Thompson", role: "Homeowner", testimonial: "From consultation to final installation, Quality Works provided exceptional service. Our new tile floors look amazing!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5353.jpg", imageAlt: "Robert Thompson"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -161,9 +173,11 @@ export default function LandingPage() {
|
|
|
|
|
speed={40}
|
|
|
|
|
showCard={true}
|
|
|
|
|
names={[
|
|
|
|
|
"Tile Association of Florida", "Premium Ceramic Co.", "Marble & Stone Supply", "Design Professionals Network", "Commercial Flooring Alliance", "Luxury Home Builders", "Contractor Excellence Program", "Construction Quality Standards"]}
|
|
|
|
|
"Tile Association of Florida", "Premium Ceramic Co.", "Marble & Stone Supply", "Design Professionals Network", "Commercial Flooring Alliance", "Luxury Home Builders", "Contractor Excellence Program", "Construction Quality Standards"
|
|
|
|
|
]}
|
|
|
|
|
logos={[
|
|
|
|
|
"http://img.b2bpic.net/free-vector/flat-labour-day-label-collection_23-2148897784.jpg", "http://img.b2bpic.net/free-vector/letter-q-logo-concept_1017-9852.jpg", "http://img.b2bpic.net/free-vector/minimalist-retro-restaurant-logo-collection_23-2148368536.jpg", "http://img.b2bpic.net/free-vector/workers-badge-collection_23-2147545006.jpg", "http://img.b2bpic.net/free-vector/polygonal-square-logo_1025-537.jpg", "http://img.b2bpic.net/free-vector/geometric-logo-template-with-colored-lines_1040-438.jpg", "http://img.b2bpic.net/free-vector/modern-monoline-logos-geometric-style_23-2147698561.jpg", "http://img.b2bpic.net/free-vector/labels-collection-vintage-style_23-2147793683.jpg", "http://img.b2bpic.net/free-vector/luxury-vintage-logo-collection_23-2148383773.jpg"]}
|
|
|
|
|
"http://img.b2bpic.net/free-vector/flat-labour-day-label-collection_23-2148897784.jpg", "http://img.b2bpic.net/free-vector/letter-q-logo-concept_1017-9852.jpg", "http://img.b2bpic.net/free-vector/minimalist-retro-restaurant-logo-collection_23-2148368536.jpg", "http://img.b2bpic.net/free-vector/workers-badge-collection_23-2147545006.jpg", "http://img.b2bpic.net/free-vector/polygonal-square-logo_1025-537.jpg", "http://img.b2bpic.net/free-vector/geometric-logo-template-with-colored-lines_1040-438.jpg", "http://img.b2bpic.net/free-vector/modern-monoline-logos-geometric-style_23-2147698561.jpg", "http://img.b2bpic.net/free-vector/labels-collection-vintage-style_23-2147793683.jpg", "http://img.b2bpic.net/free-vector/luxury-vintage-logo-collection_23-2148383773.jpg"
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|