Update src/app/gallery/page.tsx
This commit is contained in:
@@ -29,37 +29,37 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
href: "/",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
href: "/services",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
href: "/gallery",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
href: "/reviews",
|
||||
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/faq",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
|
||||
},
|
||||
]}
|
||||
brandName="Doral Plumbing Co."
|
||||
@@ -82,28 +82,28 @@ export default function LandingPage() {
|
||||
title: "Modern Kitchen Faucet Installation",
|
||||
description: "Upgrade your kitchen with stylish and functional fixtures for improved aesthetics and usability.",
|
||||
tag: "Residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-relaxing-bath_23-2148976865.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-relaxing-bath_23-2148976865.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Efficient Water Heater Replacement",
|
||||
description: "Ensuring reliable hot water for your home with energy-efficient and durable water heater installations.",
|
||||
tag: "Residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg?_wi=5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Commercial Pipe System Upgrade",
|
||||
description: "Robust plumbing infrastructure solutions for businesses, designed for longevity and high performance.",
|
||||
tag: "Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Bathroom Fixture Renovation",
|
||||
description: "Transforming bathrooms with elegant and durable fixtures that enhance both style and functionality.",
|
||||
tag: "Residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-cleaning-shower_23-2149535084.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-cleaning-shower_23-2149535084.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Work in Action: A Gallery of Excellence"
|
||||
@@ -123,25 +123,25 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
title: "Leak Detection & Repair",
|
||||
description: "Pinpointing and fixing hidden leaks efficiently to prevent costly water damage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-washing-hands_23-2150323089.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-washing-hands_23-2150323089.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Drain Cleaning Solutions",
|
||||
description: "Restoring full drainage and preventing future clogs with professional cleaning services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg?_wi=4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-street-food-vendor-preparing-thai-cuisine_482257-126002.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Outdoor Plumbing Installations",
|
||||
description: "From irrigation systems to outdoor sinks, we handle all your exterior plumbing needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "New Construction Plumbing",
|
||||
description: "Complete plumbing setup for new residential and commercial buildings, ensuring optimal performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg?_wi=6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg",
|
||||
},
|
||||
]}
|
||||
title="Diverse Projects, Consistent Quality"
|
||||
@@ -160,7 +160,7 @@ export default function LandingPage() {
|
||||
quote: "Doral Plumbing Co. handled our kitchen remodel with incredible professionalism. The new sink and faucet look amazing and work perfectly.",
|
||||
name: "Sarah P.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-dressed-grey-t-shirt-isolated_171337-7641.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-dressed-grey-t-shirt-isolated_171337-7641.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -168,7 +168,7 @@ export default function LandingPage() {
|
||||
quote: "When a pipe burst, they were there within the hour. Fast, reliable, and prevented major damage. Highly recommend their emergency service!",
|
||||
name: "Michael L.",
|
||||
role: "Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -176,7 +176,7 @@ export default function LandingPage() {
|
||||
quote: "Excellent service for our new water heater installation. The team was courteous, clean, and completed the job swiftly.",
|
||||
name: "Jessica R.",
|
||||
role: "Property Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-black-tshirt-standing-isolated-red-background-looking-away-side-with-smile-face-natural-expression-laughing-confident_839833-32367.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
||||
quote: "Professional and meticulous work on our bathroom upgrade. The new fixtures are beautiful and installed perfectly. Very happy!",
|
||||
name: "Emily S.",
|
||||
role: "Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-joyful-expression-has-perfect-smile-white-teeth-laughs-something-funny_273609-17078.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-joyful-expression-has-perfect-smile-white-teeth-laughs-something-funny_273609-17078.jpg",
|
||||
},
|
||||
]}
|
||||
title="What Our Clients Say About Our Work"
|
||||
|
||||
Reference in New Issue
Block a user