Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-03 00:27:10 +00:00
parent fe2e3a885b
commit 85d9875ac4

View File

@@ -81,19 +81,19 @@ export default function GalleryPage() {
{
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"},
"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: "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"},
"http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg?_wi=4", 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", imageAlt: "Contemporary kitchen backsplash"},
"http://img.b2bpic.net/free-photo/marble-kitchen-gas-stove-contemporary-interior_169016-68931.jpg?_wi=3", 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", imageAlt: "Before and after floor tile"},
"http://img.b2bpic.net/free-photo/surface-damaged-tiles_23-2147607934.jpg?_wi=2", imageAlt: "Before and after floor tile"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -111,27 +111,27 @@ export default function GalleryPage() {
{
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"},
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=3", 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", imageAlt: "Michael Chen"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", 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", imageAlt: "Emily Rodriguez"},
"http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg?_wi=2", 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", imageAlt: "David Kim"},
"http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg?_wi=2", 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", imageAlt: "Jessica Thompson"},
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=4", 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", imageAlt: "Robert Martinez"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Robert Martinez"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -174,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"
imageSrc="http://img.b2bpic.net/free-photo/road-old-wall-pathway-pattern_1253-450.jpg?_wi=3"
imageAlt="Tile texture background"
logoText="VZ TILE"
copyrightText="© 2024 VZ TILE. All rights reserved."