diff --git a/src/app/page.tsx b/src/app/page.tsx index aabced9..b9f1006 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function HomePage() { tag="Portfolio Highlights" tagIcon={Sparkles} features={[ - { title: "Modern Penthouse", description: "Sleek urban sanctuary with floor-to-ceiling glass and pristine interiors captured in liquid light.", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "Modern penthouse interior", button: { text: "View Details", href: "/portfolio/modern-penthouse" }}, + { title: "Modern Penthouse", description: "Sleek urban sanctuary with floor-to-ceiling glass and pristine interiors captured in liquid light.", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drning-wedding-day-indoors_8353-12087.jpg", imageAlt: "Modern penthouse interior", button: { text: "View Details", href: "/portfolio/modern-penthouse" }}, { title: "Waterfront Estate", description: "Sprawling luxury compound featuring crystalline pool reflections and architectural drama at twilight.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020299.jpg", imageAlt: "Luxury estate with pool exterior", button: { text: "View Details", href: "/portfolio/waterfront-estate" }}, { title: "Chef's Kitchen", description: "Custom culinary space where precision design meets authentic functionality in minimalist elegance.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-is-drinking-water-talking-mobile-phone-smiling-while-standing-kitchen-home_231208-9934.jpg", imageAlt: "Luxury kitchen design", button: { text: "View Details", href: "/portfolio/chefs-kitchen" }}, { title: "Spa Sanctuary", description: "Serene master bathroom retreat embodying luxury wellness through sophisticated material and light play.", imageSrc: "http://img.b2bpic.net/free-photo/white-porcelain-sink-with-towels_1203-1320.jpg", imageAlt: "Luxury bathroom interior", button: { text: "View Details", href: "/portfolio/spa-sanctuary" }}, @@ -115,7 +115,7 @@ export default function HomePage() {