13 Commits

Author SHA1 Message Date
37f25867d0 Update src/app/page.tsx 2026-06-10 23:47:59 +00:00
a48369361d Merge version_3 into main
Merge version_3 into main
2026-06-10 23:46:24 +00:00
08fbd2df29 Update src/app/gallery/page.tsx 2026-06-10 23:46:21 +00:00
d155e2fda6 Update src/app/faq/page.tsx 2026-06-10 23:46:21 +00:00
2a697e685a Update src/app/contact/page.tsx 2026-06-10 23:46:20 +00:00
a5fbdeff37 Update src/app/about/page.tsx 2026-06-10 23:46:20 +00:00
840d43f77d Merge version_3 into main
Merge version_3 into main
2026-06-10 23:45:59 +00:00
9883b19314 Update src/app/gallery/page.tsx 2026-06-10 23:45:56 +00:00
7ceb4061ea Update src/app/faq/page.tsx 2026-06-10 23:45:55 +00:00
4d468b8b1a Update src/app/contact/page.tsx 2026-06-10 23:45:55 +00:00
c599cbd0dd Update src/app/about/page.tsx 2026-06-10 23:45:55 +00:00
675deda4fe Merge version_2 into main
Merge version_2 into main
2026-06-10 23:43:02 +00:00
da0298cf13 Merge version_2 into main
Merge version_2 into main
2026-06-10 23:42:37 +00:00
5 changed files with 10 additions and 10 deletions

View File

@@ -92,7 +92,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/stacked-bundle-amaranth-leaves-marble-surface_114579-54865.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/luxurious-marble-floor-and-wall_23-2149540026.jpg?_wi=1"
imageAlt="Luxury tile pattern background"
logoText="TILES CONNECT"
columns={[

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/stacked-bundle-amaranth-leaves-marble-surface_114579-54865.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/luxurious-marble-floor-and-wall_23-2149540026.jpg?_wi=2"
imageAlt="Luxury tile pattern background"
logoText="TILES CONNECT"
columns={[

View File

@@ -85,7 +85,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/stacked-bundle-amaranth-leaves-marble-surface_114579-54865.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/luxurious-marble-floor-and-wall_23-2149540026.jpg?_wi=3"
imageAlt="Luxury tile pattern background"
logoText="TILES CONNECT"
columns={[

View File

@@ -54,19 +54,19 @@ export default function GalleryPage() {
id: "g1", name: "Luxury Bathrooms", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929569.jpg", imageAlt: "Beautifully designed luxury bathroom", price: "Project based pricing"
},
{
id: "g2", name: "Custom Showers", imageSrc: "http://img.b2bpic.net/free-photo/small-bathroom-with-modern-style-ai-generated_23-2150695028.jpg", imageAlt: "Waterproof, elegant custom shower", price: "Project based pricing"
id: "g2", name: "Custom Showers", imageSrc: "http://img.b2bpic.net/free-photo/elegant-walk-in-shower-with-tiled-walls_23-2151838421.jpg", imageAlt: "Waterproof, elegant custom shower", price: "Project based pricing"
},
{
id: "g3", name: "Marble Installations", imageSrc: "http://img.b2bpic.net/free-photo/marble-wall-texture_23-2148132262.jpg", imageAlt: "Premium marble stone craftsmanship", price: "Project based pricing"
},
{
id: "g4", name: "Kitchen Backsplashes", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-stone-wall-surface-used-interior-design_23-2151214764.jpg", imageAlt: "Modern kitchen backsplash designs", price: "Project based pricing"
id: "g4", name: "Kitchen Backsplashes", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-with-subway-tile-backsplash_23-2149540026.jpg", imageAlt: "Modern kitchen backsplash designs", price: "Project based pricing"
},
{
id: "g5", name: "Large Format Tile Projects", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278629.jpg", imageAlt: "Seamless luxury large format tile finish", price: "Project based pricing"
id: "g5", name: "Large Format Tile Projects", imageSrc: "http://img.b2bpic.net/free-photo/spacious-bathroom-with-large-format-tiles_23-2151929569.jpg", imageAlt: "Seamless luxury large format tile finish", price: "Project based pricing"
},
{
id: "g6", name: "Herringbone Installations", imageSrc: "http://img.b2bpic.net/free-photo/texture-background_1404-162.jpg", imageAlt: "A showcase of true herringbone craftsmanship", price: "Project based pricing"
id: "g6", name: "Herringbone Installations", imageSrc: "http://img.b2bpic.net/free-photo/herringbone-pattern-wood-look-tile-floor_23-2147986708.jpg", imageAlt: "A showcase of true herringbone craftsmanship", price: "Project based pricing"
},
]}
title="Our Recent Work"
@@ -87,7 +87,7 @@ export default function GalleryPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/stacked-bundle-amaranth-leaves-marble-surface_114579-54865.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/luxurious-marble-floor-and-wall_23-2149540026.jpg?_wi=4"
imageAlt="Luxury tile pattern background"
logoText="TILES CONNECT"
columns={[

View File

@@ -55,8 +55,8 @@ export default function LandingPage() {
<HeroBillboardCarousel
background={{
variant: "plain"}}
title="Luxury Tile Installation Done Right The First Time"
description="Transform your bathroom, kitchen, floors, and living spaces with expert tile installation designed to elevate your home and increase its value. At Tiles Connect, every project is completed with meticulous attention to detail, premium materials, and craftsmanship that stands the test of time. Whether you're building your dream bathroom, upgrading your kitchen backsplash, or installing large-format porcelain slabs, we deliver flawless results homeowners are proud to show off. Serving: Mississauga • Oakville • Brampton • Toronto • GTA"
title="Where Craftsmanship Meets Perfection"
description="Trusted by homeowners across Mississauga and the GTA for flawless bathroom renovations and premium tile installations."
buttons={[
{
text: "Get Your Free Quote", href: "/contact"},