# Venus Photo Studio And Lab Static Website Premium static website for Venus Photo Studio And Lab, a photography and videography studio in Karaikal. ## Pages - `/` - cinematic home page - `/about` - studio story, creative approach, and experience - `/gallery` - responsive masonry gallery with category filters and lightbox - `/services` - service cards with direct WhatsApp enquiry buttons - `/contact` - enquiry form UI, WhatsApp, Instagram, phone, reviews, and Google Maps embed ## Business Details - Name: Venus Photo Studio And Lab - Address: Door no. 24, Kannadiyar St, Karaikal, Puducherry 609602 - Phone: 098940 41125 - WhatsApp: `https://wa.me/919894041125` - Google rating: 4.9 from 956 reviews - Reviews link: `https://share.google/YNpBPkSB80YTTgXGD` ## Run Locally With Go ```bash go run main.go ``` Open `http://localhost:8080`. Optional custom port: ```bash go run main.go -port 4173 ``` No build step is required. Go serves separate page routes plus the static CSS, JS, and assets. The frontend uses CDN Tailwind CSS, AOS, Lucide icons, Google Fonts, remote optimized photography images, and a local fallback image for failed media. ## Replace Content Before Publishing - Replace Unsplash preview images with final Venus Photo Studio And Lab portfolio images under `assets/images/`. - Replace the placeholder canonical domain/path strategy with the final production domain if you want absolute SEO URLs. - The address, phone, hours, and reviews were based on public business listings and the supplied Google business details. - The contact form is UI-only. Connect it to Formspree, Netlify Forms, Google Forms, or a backend if submissions need to be stored. ## Brand - Black: `#0B0B0B` - Gold: `#D4AF37` - White: `#FFFFFF` - Accent: aubergine `#241424` ## Static Hosting This project can be deployed to any static host: Netlify, Vercel static output, GitHub Pages, Cloudflare Pages, or a simple web server.