diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fddc1a..d732ace 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,9 +62,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "luxury-penthouse", name: "Luxury Penthouse Interior", price: "Premium Residential", variant: "Contemporary Design", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-living-room_1203-2722.jpg", imageAlt: "Luxury penthouse interior with floor-to-ceiling windows"}, + id: "luxury-penthouse", name: "Luxury Penthouse Interior", price: "Premium Residential", variant: "Contemporary Design", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-living-room_1203-2722.jpg?_wi=1", imageAlt: "Luxury penthouse interior with floor-to-ceiling windows"}, { - id: "commercial-building", name: "Commercial Building Exterior", price: "Architectural", variant: "Modern Commercial", imageSrc: "http://img.b2bpic.net/free-photo/new-business-district-garibaldi_268835-740.jpg", imageAlt: "Contemporary commercial building with glass facade"}, + id: "commercial-building", name: "Commercial Building Exterior", price: "Architectural", variant: "Modern Commercial", imageSrc: "http://img.b2bpic.net/free-photo/new-business-district-garibaldi_268835-740.jpg?_wi=1", imageAlt: "Contemporary commercial building with glass facade"}, { id: "luxury-pool", name: "Luxury Outdoor Living", price: "Residential Exterior", variant: "Pool & Landscape", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "High-end residential pool area with modern design"}, ]} @@ -97,7 +97,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Luxury Residential Photography", description: "Premium interior and exterior photography that captures the elegance and investment value of high-end residential properties. Every detail highlighted to attract qualified buyers.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-living-room_1203-2722.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-living-room_1203-2722.jpg?_wi=2"}, items: [ { icon: Camera, text: "Professional lighting techniques" }, { icon: Sparkles, text: "Crystalline clarity focus" }, @@ -107,7 +107,7 @@ export default function LandingPage() { }, { id: "2", title: "Architectural Documentation", description: "Comprehensive photography services for commercial projects and architectural firms. Showcase design details, materials, and spatial elegance that define premium properties.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/new-business-district-garibaldi_268835-740.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/new-business-district-garibaldi_268835-740.jpg?_wi=2"}, items: [ { icon: Ruler, text: "Precise composition" }, { icon: Eye, text: "Detail-oriented approach" },