Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-03 00:23:46 +00:00
6 changed files with 172 additions and 474 deletions

View File

@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Bathroom Tile", href: "/services" },
{ label: "Kitchen Backsplashes", href: "/services" },
{ label: "Shower Installation", href: "/services" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
{ label: "Contact", href: "/contact" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (763) 443-4837", href: "tel:(763) 443-4837" },
{ label: "Licensed & Insured", href: "#" },
{ label: "Local Service Area", href: "/services" },
@@ -82,7 +79,7 @@ export default function AboutPage() {
description="Serving homeowners throughout the Twin Cities area"
subdescription="20+ years of excellence in tile installation"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg"
imageAlt="VZ TILE team installation project"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -95,15 +92,7 @@ export default function AboutPage() {
description="Commitment to quality, reliability, and customer satisfaction"
tag="Our Values"
names={[
"Licensed & Insured",
"Professional Craftsmen",
"Premium Materials",
"Attention to Detail",
"Competitive Pricing",
"Local Experts",
"Customer First",
"Warranty Backed",
]}
"Licensed & Insured", "Professional Craftsmen", "Premium Materials", "Attention to Detail", "Competitive Pricing", "Local Experts", "Customer First", "Warranty Backed"]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -116,47 +105,27 @@ export default function AboutPage() {
ctaTitle="Let's Work Together"
ctaDescription="Ready to learn more about VZ TILE? Contact us today to discuss your project needs or schedule a free consultation with our team."
ctaButton={{
text: "Call: (763) 443-4837",
href: "tel:(763) 443-4837",
}}
text: "Call: (763) 443-4837", href: "tel:(763) 443-4837"}}
ctaIcon={Phone}
faqs={[
{
id: "1",
title: "How long has VZ TILE been in business?",
content:
"VZ TILE has been serving homeowners throughout the Twin Cities for over 20 years. We've built our reputation on quality craftsmanship, reliability, and exceptional customer service.",
},
id: "1", title: "How long has VZ TILE been in business?", content:
"VZ TILE has been serving homeowners throughout the Twin Cities for over 20 years. We've built our reputation on quality craftsmanship, reliability, and exceptional customer service."},
{
id: "2",
title: "Are your contractors licensed and insured?",
content:
"Yes, absolutely. All of our contractors are fully licensed and carry comprehensive insurance coverage. We maintain all required permits and certifications for Minnesota tile installation work.",
},
id: "2", title: "Are your contractors licensed and insured?", content:
"Yes, absolutely. All of our contractors are fully licensed and carry comprehensive insurance coverage. We maintain all required permits and certifications for Minnesota tile installation work."},
{
id: "3",
title: "What experience does your team have?",
content:
"Our team members have an average of 15+ years of tile installation experience. We specialize in residential and commercial projects ranging from small bathroom updates to complete home renovations.",
},
id: "3", title: "What experience does your team have?", content:
"Our team members have an average of 15+ years of tile installation experience. We specialize in residential and commercial projects ranging from small bathroom updates to complete home renovations."},
{
id: "4",
title: "Do you work with homeowners on a budget?",
content:
"Yes. We work with homeowners at every budget level. We can recommend cost-effective materials without sacrificing quality, and we provide transparent pricing upfront with no surprise charges.",
},
id: "4", title: "Do you work with homeowners on a budget?", content:
"Yes. We work with homeowners at every budget level. We can recommend cost-effective materials without sacrificing quality, and we provide transparent pricing upfront with no surprise charges."},
{
id: "5",
title: "What geographic areas do you serve?",
content:
"We serve the Twin Cities metro area and surrounding communities throughout Minnesota. We're a local contractor committed to serving our neighbors with exceptional service and quality work.",
},
id: "5", title: "What geographic areas do you serve?", content:
"We serve the Twin Cities metro area and surrounding communities throughout Minnesota. We're a local contractor committed to serving our neighbors with exceptional service and quality work."},
{
id: "6",
title: "How can I contact VZ TILE to get started?",
content:
"Call us at (763) 443-4837 to speak with our team. We're happy to answer questions, discuss your project, and schedule a free in-home estimate at your convenience.",
},
id: "6", title: "How can I contact VZ TILE to get started?", content:
"Call us at (763) 443-4837 to speak with our team. We're happy to answer questions, discuss your project, and schedule a free in-home estimate at your convenience."},
]}
useInvertedBackground={false}
animationType="slide-up"
@@ -165,7 +134,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/road-old-wall-pathway-pattern_1253-450.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/road-old-wall-pathway-pattern_1253-450.jpg"
imageAlt="Tile texture background"
logoText="VZ TILE"
copyrightText="© 2024 VZ TILE. All rights reserved."

View File

@@ -19,8 +19,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Bathroom Tile", href: "/services" },
{ label: "Kitchen Backsplashes", href: "/services" },
{ label: "Shower Installation", href: "/services" },
@@ -28,8 +27,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
{ label: "Contact", href: "/contact" },
@@ -37,8 +35,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (763) 443-4837", href: "tel:(763) 443-4837" },
{ label: "Licensed & Insured", href: "#" },
{ label: "Local Service Area", href: "/services" },
@@ -79,47 +76,27 @@ export default function ContactPage() {
ctaTitle="Get Your Free Estimate Today"
ctaDescription="Contact VZ TILE for a free, no-obligation estimate on your tile project. Our team is ready to help bring your vision to life."
ctaButton={{
text: "Call: (763) 443-4837",
href: "tel:(763) 443-4837",
}}
text: "Call: (763) 443-4837", href: "tel:(763) 443-4837"}}
ctaIcon={Phone}
faqs={[
{
id: "1",
title: "How do I schedule a free estimate?",
content:
"Simply call us at (763) 443-4837 to schedule your free in-home estimate. We'll visit your location, assess the project scope, and provide detailed pricing and timeline recommendations.",
},
id: "1", title: "How do I schedule a free estimate?", content:
"Simply call us at (763) 443-4837 to schedule your free in-home estimate. We'll visit your location, assess the project scope, and provide detailed pricing and timeline recommendations."},
{
id: "2",
title: "What should I expect during the estimate?",
content:
"During the estimate, we'll take measurements, discuss materials and design options, assess any special requirements, answer your questions, and provide a detailed written quote with no hidden costs.",
},
id: "2", title: "What should I expect during the estimate?", content:
"During the estimate, we'll take measurements, discuss materials and design options, assess any special requirements, answer your questions, and provide a detailed written quote with no hidden costs."},
{
id: "3",
title: "How quickly can you schedule installation?",
content:
"We typically schedule installations based on project scope and current workload. Most projects can be scheduled within 1-3 weeks. We'll confirm availability and scheduling during your estimate consultation.",
},
id: "3", title: "How quickly can you schedule installation?", content:
"We typically schedule installations based on project scope and current workload. Most projects can be scheduled within 1-3 weeks. We'll confirm availability and scheduling during your estimate consultation."},
{
id: "4",
title: "What payment options do you offer?",
content:
"We accept various payment methods including cash, check, credit card, and financing options. We'll discuss payment terms and options during your estimate to find what works best for you.",
},
id: "4", title: "What payment options do you offer?", content:
"We accept various payment methods including cash, check, credit card, and financing options. We'll discuss payment terms and options during your estimate to find what works best for you."},
{
id: "5",
title: "Do you require a deposit to get started?",
content:
"We require a deposit to secure your project date, with the balance due upon completion. The specific deposit amount will be discussed and agreed upon during your estimate consultation.",
},
id: "5", title: "Do you require a deposit to get started?", content:
"We require a deposit to secure your project date, with the balance due upon completion. The specific deposit amount will be discussed and agreed upon during your estimate consultation."},
{
id: "6",
title: "What if I need to cancel or reschedule?",
content:
"We understand that plans change. Contact us as soon as possible if you need to reschedule. We'll work with you to find alternative dates or discuss cancellation terms based on our cancellation policy.",
},
id: "6", title: "What if I need to cancel or reschedule?", content:
"We understand that plans change. Contact us as soon as possible if you need to reschedule. We'll work with you to find alternative dates or discuss cancellation terms based on our cancellation policy."},
]}
useInvertedBackground={false}
animationType="slide-up"
@@ -132,15 +109,7 @@ export default function ContactPage() {
description="Ready to start your tile project with VZ TILE"
tag="Contact Information"
names={[
"Call Now",
"Free Estimates",
"Local Experts",
"Quick Response",
"Professional Team",
"Licensed & Insured",
"Twin Cities Area",
"24/7 Support",
]}
"Call Now", "Free Estimates", "Local Experts", "Quick Response", "Professional Team", "Licensed & Insured", "Twin Cities Area", "24/7 Support"]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -150,7 +119,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/road-old-wall-pathway-pattern_1253-450.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/road-old-wall-pathway-pattern_1253-450.jpg"
imageAlt="Tile texture background"
logoText="VZ TILE"
copyrightText="© 2024 VZ TILE. All rights reserved."

View File

@@ -20,8 +20,7 @@ export default function GalleryPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Bathroom Tile", href: "/services" },
{ label: "Kitchen Backsplashes", href: "/services" },
{ label: "Shower Installation", href: "/services" },
@@ -29,8 +28,7 @@ export default function GalleryPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
{ label: "Contact", href: "/contact" },
@@ -38,8 +36,7 @@ export default function GalleryPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (763) 443-4837", href: "tel:(763) 443-4837" },
{ label: "Licensed & Insured", href: "#" },
{ label: "Local Service Area", href: "/services" },
@@ -82,49 +79,21 @@ export default function GalleryPage() {
tag="Before & After"
products={[
{
id: "1",
brand: "VZ TILE",
name: "Master Bathroom Renovation",
price: "Completed 2024",
rating: 5,
reviewCount: "Homeowner approved",
imageSrc:
"http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg?_wi=4",
imageAlt: "Master bathroom with ceramic tile",
},
id: "1", brand: "VZ TILE", name: "Master Bathroom Renovation", price: "Completed 2024", rating: 5,
reviewCount: "Homeowner approved", imageSrc:
"http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg", imageAlt: "Master bathroom with ceramic tile"},
{
id: "2",
brand: "VZ TILE",
name: "Luxury Shower Installation",
price: "Completed 2024",
rating: 5,
reviewCount: "Premium finish",
imageSrc:
"http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg?_wi=4",
imageAlt: "Luxury shower with porcelain tile",
},
id: "2", brand: "VZ TILE", name: "Luxury Shower Installation", price: "Completed 2024", rating: 5,
reviewCount: "Premium finish", imageSrc:
"http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg", imageAlt: "Luxury shower with porcelain tile"},
{
id: "3",
brand: "VZ TILE",
name: "Kitchen Backsplash",
price: "Completed 2024",
rating: 5,
reviewCount: "Modern design",
imageSrc:
"http://img.b2bpic.net/free-photo/marble-kitchen-gas-stove-contemporary-interior_169016-68931.jpg?_wi=3",
imageAlt: "Contemporary kitchen backsplash",
},
id: "3", brand: "VZ TILE", name: "Kitchen Backsplash", price: "Completed 2024", rating: 5,
reviewCount: "Modern design", imageSrc:
"http://img.b2bpic.net/free-photo/marble-kitchen-gas-stove-contemporary-interior_169016-68931.jpg", imageAlt: "Contemporary kitchen backsplash"},
{
id: "4",
brand: "VZ TILE",
name: "Complete Floor Installation",
price: "Completed 2024",
rating: 5,
reviewCount: "Flawless execution",
imageSrc:
"http://img.b2bpic.net/free-photo/surface-damaged-tiles_23-2147607934.jpg?_wi=2",
imageAlt: "Before and after floor tile",
},
id: "4", brand: "VZ TILE", name: "Complete Floor Installation", price: "Completed 2024", rating: 5,
reviewCount: "Flawless execution", imageSrc:
"http://img.b2bpic.net/free-photo/surface-damaged-tiles_23-2147607934.jpg", imageAlt: "Before and after floor tile"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -140,65 +109,29 @@ export default function GalleryPage() {
tag="Project Reviews"
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "Minnesota Homeowner",
testimonial:
"VZ TILE completely transformed our master bathroom. The attention to detail and quality of work was exceptional. Highly recommend!",
imageSrc:
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=3",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", handle: "Minnesota Homeowner", testimonial:
"VZ TILE completely transformed our master bathroom. The attention to detail and quality of work was exceptional. Highly recommend!", imageSrc:
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
handle: "Kitchen Renovation Client",
testimonial:
"Professional team, fair pricing, and beautiful results. They finished on time and the backsplash looks amazing. Five stars!",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", handle: "Kitchen Renovation Client", testimonial:
"Professional team, fair pricing, and beautiful results. They finished on time and the backsplash looks amazing. Five stars!", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
handle: "Bathroom Remodel Client",
testimonial:
"We couldn't be happier with our new shower tile work. The team was courteous, efficient, and produced outstanding quality.",
imageSrc:
"http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg?_wi=2",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", handle: "Bathroom Remodel Client", testimonial:
"We couldn't be happier with our new shower tile work. The team was courteous, efficient, and produced outstanding quality.", imageSrc:
"http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
handle: "Licensed Property Manager",
testimonial:
"VZ TILE is our go-to contractor for all tile work. Reliable, professional, and they always deliver exceptional results for our properties.",
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg?_wi=2",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", handle: "Licensed Property Manager", testimonial:
"VZ TILE is our go-to contractor for all tile work. Reliable, professional, and they always deliver exceptional results for our properties.", imageSrc:
"http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Jessica Thompson",
handle: "Kitchen Design Client",
testimonial:
"Amazing work on our kitchen backsplash. The attention to grout lines and finishing touches really shows their expertise and pride in craftsmanship.",
imageSrc:
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=4",
imageAlt: "Jessica Thompson",
},
id: "5", name: "Jessica Thompson", handle: "Kitchen Design Client", testimonial:
"Amazing work on our kitchen backsplash. The attention to grout lines and finishing touches really shows their expertise and pride in craftsmanship.", imageSrc:
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Jessica Thompson"},
{
id: "6",
name: "Robert Martinez",
handle: "General Contractor Partner",
testimonial:
"VZ TILE is incredibly professional and delivers consistent quality. They're my first call for tile work on every project. Highly trustworthy.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
imageAlt: "Robert Martinez",
},
id: "6", name: "Robert Martinez", handle: "General Contractor Partner", testimonial:
"VZ TILE is incredibly professional and delivers consistent quality. They're my first call for tile work on every project. Highly trustworthy.", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Martinez"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -212,47 +145,27 @@ export default function GalleryPage() {
ctaTitle="Ready to Start Your Project?"
ctaDescription="Contact VZ TILE today to discuss your tile project. View more of our work and get a free estimate from our expert team."
ctaButton={{
text: "Call: (763) 443-4837",
href: "tel:(763) 443-4837",
}}
text: "Call: (763) 443-4837", href: "tel:(763) 443-4837"}}
ctaIcon={Phone}
faqs={[
{
id: "1",
title: "Can you replicate a style I saw in a photo?",
content:
"Absolutely! Bring photos of styles or designs you love. Our team will work with you to select materials and patterns that match your vision and work perfectly in your space.",
},
id: "1", title: "Can you replicate a style I saw in a photo?", content:
"Absolutely! Bring photos of styles or designs you love. Our team will work with you to select materials and patterns that match your vision and work perfectly in your space."},
{
id: "2",
title: "How do I choose the right tile for my project?",
content:
"We'll help guide you through material selection based on the room, usage, maintenance preferences, and budget. We can show you samples and discuss durability and aesthetics for each option.",
},
id: "2", title: "How do I choose the right tile for my project?", content:
"We'll help guide you through material selection based on the room, usage, maintenance preferences, and budget. We can show you samples and discuss durability and aesthetics for each option."},
{
id: "3",
title: "What makes your projects stand out?",
content:
"Our attention to detail, precision installation, quality materials, and commitment to customer satisfaction set us apart. We treat every project as if it's our own home.",
},
id: "3", title: "What makes your projects stand out?", content:
"Our attention to detail, precision installation, quality materials, and commitment to customer satisfaction set us apart. We treat every project as if it's our own home."},
{
id: "4",
title: "Do you offer custom design consultation?",
content:
"Yes, we offer design consultation services to help you plan layouts, select patterns, and choose materials. Our team brings years of experience to help you make the best decisions.",
},
id: "4", title: "Do you offer custom design consultation?", content:
"Yes, we offer design consultation services to help you plan layouts, select patterns, and choose materials. Our team brings years of experience to help you make the best decisions."},
{
id: "5",
title: "Can you work with my existing contractor?",
content:
"Yes! We frequently work as part of larger renovation teams. We coordinate scheduling and work seamlessly with other contractors to ensure project success.",
},
id: "5", title: "Can you work with my existing contractor?", content:
"Yes! We frequently work as part of larger renovation teams. We coordinate scheduling and work seamlessly with other contractors to ensure project success."},
{
id: "6",
title: "How do I view more of your completed projects?",
content:
"Contact us directly at (763) 443-4837 and we can provide additional photos of similar projects. We're proud to showcase our work and answer any questions about completed installations.",
},
id: "6", title: "How do I view more of your completed projects?", content:
"Contact us directly at (763) 443-4837 and we can provide additional photos of similar projects. We're proud to showcase our work and answer any questions about completed installations."},
]}
useInvertedBackground={false}
animationType="slide-up"
@@ -261,7 +174,7 @@ export default function GalleryPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/road-old-wall-pathway-pattern_1253-450.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/road-old-wall-pathway-pattern_1253-450.jpg"
imageAlt="Tile texture background"
logoText="VZ TILE"
copyrightText="© 2024 VZ TILE. All rights reserved."

View File

@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
variable: "--font-manrope", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Expert Tile Installation | VZ TILE - Twin Cities Contractor",
description: "Professional tile installation for bathrooms, kitchens, and custom projects. Licensed, insured contractor serving the Twin Cities. Call (763) 443-4837 for a free estimate.",
keywords: "tile contractor, tile installation, bathroom tile, kitchen backsplash, Minneapolis, Minnesota",
metadataBase: new URL("https://vz-tile.com"),
title: "Expert Tile Installation | VZ TILE - Twin Cities Contractor", description: "Professional tile installation for bathrooms, kitchens, and custom projects. Licensed, insured contractor serving the Twin Cities. Call (763) 443-4837 for a free estimate.", keywords: "tile contractor, tile installation, bathroom tile, kitchen backsplash, Minneapolis, Minnesota", metadataBase: new URL("https://vz-tile.com"),
alternates: {
canonical: "https://vz-tile.com",
},
canonical: "https://vz-tile.com"},
openGraph: {
title: "Expert Tile Installation | VZ TILE",
description: "Professional tile installation done right. Serving homeowners throughout the Twin Cities area.",
url: "https://vz-tile.com",
siteName: "VZ TILE",
type: "website",
images: [
title: "Expert Tile Installation | VZ TILE", description: "Professional tile installation done right. Serving homeowners throughout the Twin Cities area.", url: "https://vz-tile.com", siteName: "VZ TILE", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg",
alt: "Professional tile installation",
},
url: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", alt: "Professional tile installation"},
],
},
twitter: {
card: "summary_large_image",
title: "Expert Tile Installation | VZ TILE",
description: "Professional tile contractor serving the Twin Cities. Call for free estimate.",
images: ["http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg"],
card: "summary_large_image", title: "Expert Tile Installation | VZ TILE", description: "Professional tile contractor serving the Twin Cities. Call for free estimate.", images: ["http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg"],
},
robots: {
index: true,

View File

@@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Award, Phone, Quote } from "lucide-react";
import { Award, Phone } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Bathroom Tile", href: "/services" },
{ label: "Kitchen Backsplashes", href: "/services" },
{ label: "Shower Installation", href: "/services" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
{ label: "Contact", href: "/contact" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (763) 443-4837", href: "tel:(763) 443-4837" },
{ label: "Licensed & Insured", href: "#" },
{ label: "Local Service Area", href: "/services" },
@@ -103,7 +100,7 @@ export default function HomePage() {
description="Serving homeowners throughout the Twin Cities area"
subdescription="20+ years of excellence in tile installation"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg"
imageAlt="VZ TILE team installation project"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -117,46 +114,26 @@ export default function HomePage() {
tag="Services"
features={[
{
id: "1",
title: "Bathroom Tile Installation",
description:
"Complete bathroom renovations with waterproof installations, custom showers, and luxury finishes. Expert handling of all tile types and patterns.",
imageSrc:
"http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg?_wi=2",
imageAlt: "Bathroom tile installation",
},
id: "1", title: "Bathroom Tile Installation", description:
"Complete bathroom renovations with waterproof installations, custom showers, and luxury finishes. Expert handling of all tile types and patterns.", imageSrc:
"http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg", imageAlt: "Bathroom tile installation"},
{
id: "2",
title: "Shower & Tub Surrounds",
description:
"Durable, beautiful shower enclosures and tub surrounds. Waterproofing, grout sealing, and premium material selection for lasting quality.",
imageSrc:
"http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg?_wi=1",
imageAlt: "Luxury shower installation",
},
id: "2", title: "Shower & Tub Surrounds", description:
"Durable, beautiful shower enclosures and tub surrounds. Waterproofing, grout sealing, and premium material selection for lasting quality.", imageSrc:
"http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg", imageAlt: "Luxury shower installation"},
{
id: "3",
title: "Kitchen Backsplashes",
description:
"Transform your kitchen with custom tile backsplashes. Professional installation of ceramic, porcelain, glass, and specialty tiles.",
imageSrc:
"http://img.b2bpic.net/free-photo/marble-kitchen-gas-stove-contemporary-interior_169016-68931.jpg?_wi=1",
imageAlt: "Kitchen backsplash tile work",
},
id: "3", title: "Kitchen Backsplashes", description:
"Transform your kitchen with custom tile backsplashes. Professional installation of ceramic, porcelain, glass, and specialty tiles.", imageSrc:
"http://img.b2bpic.net/free-photo/marble-kitchen-gas-stove-contemporary-interior_169016-68931.jpg", imageAlt: "Kitchen backsplash tile work"},
{
id: "4",
title: "Ceramic & Porcelain Tile",
description:
"Expert installation of all tile varieties. From classic ceramic to premium porcelain, we handle every material with precision and care.",
imageSrc:
"http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg?_wi=2",
imageAlt: "Ceramic and porcelain installation",
},
id: "4", title: "Ceramic & Porcelain Tile", description:
"Expert installation of all tile varieties. From classic ceramic to premium porcelain, we handle every material with precision and care.", imageSrc:
"http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg", imageAlt: "Ceramic and porcelain installation"},
]}
gridVariant="uniform-4-items"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
/>
</div>
@@ -167,65 +144,29 @@ export default function HomePage() {
tag="Testimonials"
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "Minnesota Homeowner",
testimonial:
"VZ TILE completely transformed our master bathroom. The attention to detail and quality of work was exceptional. Highly recommend!",
imageSrc:
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", handle: "Minnesota Homeowner", testimonial:
"VZ TILE completely transformed our master bathroom. The attention to detail and quality of work was exceptional. Highly recommend!", imageSrc:
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
handle: "Kitchen Renovation Client",
testimonial:
"Professional team, fair pricing, and beautiful results. They finished on time and the backsplash looks amazing. Five stars!",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", handle: "Kitchen Renovation Client", testimonial:
"Professional team, fair pricing, and beautiful results. They finished on time and the backsplash looks amazing. Five stars!", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
handle: "Bathroom Remodel Client",
testimonial:
"We couldn't be happier with our new shower tile work. The team was courteous, efficient, and produced outstanding quality.",
imageSrc:
"http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg?_wi=1",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", handle: "Bathroom Remodel Client", testimonial:
"We couldn't be happier with our new shower tile work. The team was courteous, efficient, and produced outstanding quality.", imageSrc:
"http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
handle: "Licensed Property Manager",
testimonial:
"VZ TILE is our go-to contractor for all tile work. Reliable, professional, and they always deliver exceptional results for our properties.",
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg?_wi=1",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", handle: "Licensed Property Manager", testimonial:
"VZ TILE is our go-to contractor for all tile work. Reliable, professional, and they always deliver exceptional results for our properties.", imageSrc:
"http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Jessica Thompson",
handle: "Kitchen Design Client",
testimonial:
"Amazing work on our kitchen backsplash. The attention to grout lines and finishing touches really shows their expertise and pride in craftsmanship.",
imageSrc:
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2",
imageAlt: "Jessica Thompson",
},
id: "5", name: "Jessica Thompson", handle: "Kitchen Design Client", testimonial:
"Amazing work on our kitchen backsplash. The attention to grout lines and finishing touches really shows their expertise and pride in craftsmanship.", imageSrc:
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Jessica Thompson"},
{
id: "6",
name: "Robert Martinez",
handle: "General Contractor Partner",
testimonial:
"VZ TILE is incredibly professional and delivers consistent quality. They're my first call for tile work on every project. Highly trustworthy.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Robert Martinez",
},
id: "6", name: "Robert Martinez", handle: "General Contractor Partner", testimonial:
"VZ TILE is incredibly professional and delivers consistent quality. They're my first call for tile work on every project. Highly trustworthy.", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Martinez"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -240,15 +181,7 @@ export default function HomePage() {
description="Licensed, insured, and committed to excellence"
tag="Trust & Quality"
names={[
"Licensed Contractor",
"Fully Insured",
"20+ Years Experience",
"Local Service Focus",
"Free Estimates",
"Warranty Coverage",
"Professional Team",
"Trusted Brand",
]}
"Licensed Contractor", "Fully Insured", "20+ Years Experience", "Local Service Focus", "Free Estimates", "Warranty Coverage", "Professional Team", "Trusted Brand"]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -261,47 +194,27 @@ export default function HomePage() {
ctaTitle="Ready for Your Tile Project?"
ctaDescription="Call today for a free estimate or request a consultation. Our team is ready to discuss your project."
ctaButton={{
text: "Call: (763) 443-4837",
href: "tel:(763) 443-4837",
}}
text: "Call: (763) 443-4837", href: "tel:(763) 443-4837"}}
ctaIcon={Phone}
faqs={[
{
id: "1",
title: "How long does a typical tile installation take?",
content:
"Timeline depends on project scope. Small bathroom backsplashes typically take 1-2 days, while full bathroom renovations usually require 3-5 days. We'll provide a detailed timeline during your free estimate.",
},
id: "1", title: "How long does a typical tile installation take?", content:
"Timeline depends on project scope. Small bathroom backsplashes typically take 1-2 days, while full bathroom renovations usually require 3-5 days. We'll provide a detailed timeline during your free estimate."},
{
id: "2",
title: "What tile types do you install?",
content:
"We install all major tile types including ceramic, porcelain, glass, stone, and specialty tiles. Our team has expertise with every material and can recommend the best option for your space and budget.",
},
id: "2", title: "What tile types do you install?", content:
"We install all major tile types including ceramic, porcelain, glass, stone, and specialty tiles. Our team has expertise with every material and can recommend the best option for your space and budget."},
{
id: "3",
title: "Do you offer warranties?",
content:
"Yes, we stand behind our work with comprehensive warranties. We guarantee proper installation, waterproofing, and grout sealing. Details provided during your consultation.",
},
id: "3", title: "Do you offer warranties?", content:
"Yes, we stand behind our work with comprehensive warranties. We guarantee proper installation, waterproofing, and grout sealing. Details provided during your consultation."},
{
id: "4",
title: "How much does a tile project cost?",
content:
"Pricing varies based on tile type, project size, and complexity. We offer competitive pricing and free estimates. Call us to discuss your specific project needs.",
},
id: "4", title: "How much does a tile project cost?", content:
"Pricing varies based on tile type, project size, and complexity. We offer competitive pricing and free estimates. Call us to discuss your specific project needs."},
{
id: "5",
title: "What areas do you serve?",
content:
"We serve the Twin Cities metro area and surrounding communities. We're a local, trusted contractor for homeowners throughout Minnesota. Contact us to confirm service area for your location.",
},
id: "5", title: "What areas do you serve?", content:
"We serve the Twin Cities metro area and surrounding communities. We're a local, trusted contractor for homeowners throughout Minnesota. Contact us to confirm service area for your location."},
{
id: "6",
title: "Do you handle custom tile work?",
content:
"Absolutely. We specialize in custom designs, patterns, and specialty installations. Our team can bring your tile vision to life with professional expertise and precision.",
},
id: "6", title: "Do you handle custom tile work?", content:
"Absolutely. We specialize in custom designs, patterns, and specialty installations. Our team can bring your tile vision to life with professional expertise and precision."},
]}
useInvertedBackground={false}
animationType="slide-up"
@@ -310,7 +223,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/road-old-wall-pathway-pattern_1253-450.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/road-old-wall-pathway-pattern_1253-450.jpg"
imageAlt="Tile texture background"
logoText="VZ TILE"
copyrightText="© 2024 VZ TILE. All rights reserved."

View File

@@ -20,8 +20,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Bathroom Tile", href: "/services" },
{ label: "Kitchen Backsplashes", href: "/services" },
{ label: "Shower Installation", href: "/services" },
@@ -29,8 +28,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
{ label: "Contact", href: "/contact" },
@@ -38,8 +36,7 @@ export default function ServicesPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (763) 443-4837", href: "tel:(763) 443-4837" },
{ label: "Licensed & Insured", href: "#" },
{ label: "Local Service Area", href: "/services" },
@@ -82,46 +79,26 @@ export default function ServicesPage() {
tag="Tile Services"
features={[
{
id: "1",
title: "Bathroom Tile Installation",
description:
"Complete bathroom renovations with waterproof installations, custom showers, and luxury finishes. Expert handling of all tile types and patterns. We ensure durability and aesthetic appeal in every project.",
imageSrc:
"http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg?_wi=3",
imageAlt: "Bathroom tile installation",
},
id: "1", title: "Bathroom Tile Installation", description:
"Complete bathroom renovations with waterproof installations, custom showers, and luxury finishes. Expert handling of all tile types and patterns. We ensure durability and aesthetic appeal in every project.", imageSrc:
"http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg", imageAlt: "Bathroom tile installation"},
{
id: "2",
title: "Shower & Tub Surrounds",
description:
"Durable, beautiful shower enclosures and tub surrounds. Waterproofing, grout sealing, and premium material selection for lasting quality. Specialized in steam shower installations.",
imageSrc:
"http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg?_wi=3",
imageAlt: "Luxury shower installation",
},
id: "2", title: "Shower & Tub Surrounds", description:
"Durable, beautiful shower enclosures and tub surrounds. Waterproofing, grout sealing, and premium material selection for lasting quality. Specialized in steam shower installations.", imageSrc:
"http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg", imageAlt: "Luxury shower installation"},
{
id: "3",
title: "Kitchen Backsplashes",
description:
"Transform your kitchen with custom tile backsplashes. Professional installation of ceramic, porcelain, glass, and specialty tiles. Perfectly aligned grout lines and seamless finishing.",
imageSrc:
"http://img.b2bpic.net/free-photo/marble-kitchen-gas-stove-contemporary-interior_169016-68931.jpg?_wi=2",
imageAlt: "Kitchen backsplash tile work",
},
id: "3", title: "Kitchen Backsplashes", description:
"Transform your kitchen with custom tile backsplashes. Professional installation of ceramic, porcelain, glass, and specialty tiles. Perfectly aligned grout lines and seamless finishing.", imageSrc:
"http://img.b2bpic.net/free-photo/marble-kitchen-gas-stove-contemporary-interior_169016-68931.jpg", imageAlt: "Kitchen backsplash tile work"},
{
id: "4",
title: "Floor Tile Installation",
description:
"Professional floor tile installation for maximum durability and beauty. Proper substrate preparation, waterproofing where needed, and precision leveling for flawless results.",
imageSrc:
"http://img.b2bpic.net/free-photo/surface-damaged-tiles_23-2147607934.jpg?_wi=1",
imageAlt: "Floor tile installation",
},
id: "4", title: "Floor Tile Installation", description:
"Professional floor tile installation for maximum durability and beauty. Proper substrate preparation, waterproofing where needed, and precision leveling for flawless results.", imageSrc:
"http://img.b2bpic.net/free-photo/surface-damaged-tiles_23-2147607934.jpg", imageAlt: "Floor tile installation"},
]}
gridVariant="uniform-4-items"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
/>
</div>
@@ -131,15 +108,7 @@ export default function ServicesPage() {
description="Services backed by years of professional experience"
tag="Specializations"
names={[
"Ceramic Tile",
"Porcelain Tile",
"Glass Tile",
"Stone Tile",
"Mosaic Work",
"Grout Sealing",
"Waterproofing",
"Custom Patterns",
]}
"Ceramic Tile", "Porcelain Tile", "Glass Tile", "Stone Tile", "Mosaic Work", "Grout Sealing", "Waterproofing", "Custom Patterns"]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -152,47 +121,27 @@ export default function ServicesPage() {
ctaTitle="Get Started with Your Project"
ctaDescription="Contact VZ TILE today for a free consultation and detailed estimate for your tile project. Let's bring your vision to life."
ctaButton={{
text: "Call: (763) 443-4837",
href: "tel:(763) 443-4837",
}}
text: "Call: (763) 443-4837", href: "tel:(763) 443-4837"}}
ctaIcon={Phone}
faqs={[
{
id: "1",
title: "Do you provide free estimates?",
content:
"Yes! We offer free, detailed estimates for all projects. We'll visit your location, assess the scope of work, and provide transparent pricing with no hidden costs.",
},
id: "1", title: "Do you provide free estimates?", content:
"Yes! We offer free, detailed estimates for all projects. We'll visit your location, assess the scope of work, and provide transparent pricing with no hidden costs."},
{
id: "2",
title: "What tile materials do you work with?",
content:
"We work with all major tile materials including ceramic, porcelain, glass, natural stone, slate, marble, and specialty tiles. We can recommend the best option for your specific needs.",
},
id: "2", title: "What tile materials do you work with?", content:
"We work with all major tile materials including ceramic, porcelain, glass, natural stone, slate, marble, and specialty tiles. We can recommend the best option for your specific needs."},
{
id: "3",
title: "How do you handle complex tile patterns?",
content:
"Our experienced team specializes in complex patterns and custom designs. We use precision tools and techniques to ensure perfect alignment and professional results on every pattern.",
},
id: "3", title: "How do you handle complex tile patterns?", content:
"Our experienced team specializes in complex patterns and custom designs. We use precision tools and techniques to ensure perfect alignment and professional results on every pattern."},
{
id: "4",
title: "Do you handle removal of old tile?",
content:
"Yes, we handle complete tile removal as part of our service. We'll safely remove existing tile, prepare the substrate, and ensure proper preparation for new installation.",
},
id: "4", title: "Do you handle removal of old tile?", content:
"Yes, we handle complete tile removal as part of our service. We'll safely remove existing tile, prepare the substrate, and ensure proper preparation for new installation."},
{
id: "5",
title: "What is your typical project timeline?",
content:
"Timeline varies by project scope. Most bathroom tile work takes 3-7 days, kitchen backsplashes 1-2 days. We'll provide a detailed schedule during your estimate consultation.",
},
id: "5", title: "What is your typical project timeline?", content:
"Timeline varies by project scope. Most bathroom tile work takes 3-7 days, kitchen backsplashes 1-2 days. We'll provide a detailed schedule during your estimate consultation."},
{
id: "6",
title: "Do you warranty your work?",
content:
"Absolutely. We warranty all installations for proper workmanship, waterproofing, and grout sealing. We stand behind our work with comprehensive warranty coverage.",
},
id: "6", title: "Do you warranty your work?", content:
"Absolutely. We warranty all installations for proper workmanship, waterproofing, and grout sealing. We stand behind our work with comprehensive warranty coverage."},
]}
useInvertedBackground={false}
animationType="slide-up"
@@ -201,7 +150,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/road-old-wall-pathway-pattern_1253-450.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/road-old-wall-pathway-pattern_1253-450.jpg"
imageAlt="Tile texture background"
logoText="VZ TILE"
copyrightText="© 2024 VZ TILE. All rights reserved."