Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-03 00:23:40 +00:00
parent 608e642330
commit 8291f35c4a

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."