import { Button } from "@/components/ui/button" import { Card, CardContent } from "@/components/ui/card" import { Badge } from "@/components/ui/badge" import { ArrowRight, Filter } from "lucide-react" import Link from "next/link" import Image from "next/image" export default function GalleryPage() { const projects = [ { title: "Complete Electrical Panel Upgrade", category: "Electrical", location: "San Francisco, CA", image: "/placeholder.svg?height=400&width=600", description: "200-amp electrical panel upgrade with new circuits and safety features.", }, { title: "Master Bathroom Plumbing Renovation", category: "Plumbing", location: "Oakland, CA", image: "/placeholder.svg?height=400&width=600", description: "Complete bathroom plumbing overhaul with new fixtures and piping.", }, { title: "Exterior House Painting", category: "Painting", location: "San Jose, CA", image: "/placeholder.svg?height=400&width=600", description: "Full exterior house painting with premium weather-resistant paint.", }, { title: "Living Room Drywall & Texture", category: "Drywall", location: "Palo Alto, CA", image: "/placeholder.svg?height=400&width=600", description: "New drywall installation with custom texture finish in living area.", }, { title: "Kitchen Backsplash Tile Work", category: "Tile", location: "Berkeley, CA", image: "/placeholder.svg?height=400&width=600", description: "Custom subway tile backsplash with decorative accent border.", }, { title: "Privacy Fence Installation", category: "Fencing", location: "San Francisco, CA", image: "/placeholder.svg?height=400&width=600", description: "6-foot cedar privacy fence with matching gate installation.", }, { title: "Concrete Retaining Wall", category: "Retaining Wall", location: "Fremont, CA", image: "/placeholder.svg?height=400&width=600", description: "Decorative concrete retaining wall with integrated drainage system.", }, { title: "Bathroom Tile Renovation", category: "Tile", location: "Hayward, CA", image: "/placeholder.svg?height=400&width=600", description: "Complete bathroom tile renovation including shower and floor.", }, { title: "Interior Painting Project", category: "Painting", location: "Mountain View, CA", image: "/placeholder.svg?height=400&width=600", description: "Multi-room interior painting with custom color scheme.", }, { title: "Electrical Wiring for Addition", category: "Electrical", location: "Sunnyvale, CA", image: "/placeholder.svg?height=400&width=600", description: "Complete electrical wiring for new room addition with modern outlets.", }, { title: "Stone Retaining Wall", category: "Retaining Wall", location: "Santa Clara, CA", image: "/placeholder.svg?height=400&width=600", description: "Natural stone retaining wall with terraced landscaping design.", }, { title: "Chain Link Fence Installation", category: "Fencing", location: "San Mateo, CA", image: "/placeholder.svg?height=400&width=600", description: "Commercial-grade chain link fencing with security gate access.", }, ] const categories = ["All", "Electrical", "Plumbing", "Painting", "Drywall", "Tile", "Fencing", "Retaining Wall"] return (
Explore our portfolio of completed projects showcasing quality craftsmanship and attention to detail across residential and commercial construction throughout the Bay Area.
{project.location}
{project.description}
Numbers that speak to our experience and commitment to excellence.
Let's discuss your construction project and create something amazing together. Contact us today for a free consultation and quote.