Merge version_2 into main #2
@@ -1,46 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Quality Works of SWFL - Premium Tile Installation & Design", description: "Expert tile installation, design consultation, and maintenance services for residential and commercial projects in Southwest Florida. 2,500+ satisfied customers.", keywords: "tile installation, tile contractor, ceramic tiles, marble tiles, floor tiles, bathroom tiles, SWFL, Southwest Florida", metadataBase: new URL("https://www.qualityworksswfl.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.qualityworksswfl.com"},
|
||||
openGraph: {
|
||||
title: "Quality Works of SWFL - Premium Tile Services", description: "Transform your space with expert tile solutions. Free consultation available.", url: "https://www.qualityworksswfl.com", siteName: "Quality Works of SWFL", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Quality Works of SWFL - Tile Experts", description: "Premium tile installation & design services in Southwest Florida"},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Quality Works of SWFL - Premium Tile Solutions", description: "Expert tile installation and design services for residential and commercial projects in Southwest Florida. Quality craftsmanship you can trust."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${manrope.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable}`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1408,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user