From fe08a15dc7c0a10e54bc91f333dd6f332f8a9a7b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:27:27 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 73820f7..7b433d4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From 1623b0157717972a00f5bf9ebb16e069fc657c59 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:27:27 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58d9a65..aabced9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,12 +67,12 @@ 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"}, - { 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"}, - { 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"}, - { 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"}, - { title: "Commercial Landmark", description: "Iconic office tower with striking geometric facades captured across light and shadow conditions.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg", imageAlt: "Modern commercial building"}, - { title: "Grand Dining Hall", description: "Entertaining masterpiece with sophisticated ambiance, perfect for high-end lifestyle documentation.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg", imageAlt: "Luxury dining room"}, + { 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: "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" }}, + { title: "Commercial Landmark", description: "Iconic office tower with striking geometric facades captured across light and shadow conditions.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-lady-outdoors_171337-19434.jpg", imageAlt: "Modern commercial building", button: { text: "View Details", href: "/portfolio/commercial-landmark" }}, + { title: "Grand Dining Hall", description: "Entertaining masterpiece with sophisticated ambiance, perfect for high-end lifestyle documentation.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-authentic-interior-design_53876-129853.jpg", imageAlt: "Luxury dining room", button: { text: "View Details", href: "/portfolio/grand-dining-hall" }}, ]} gridVariant="one-large-right-three-stacked-left" animationType="blur-reveal" @@ -160,4 +160,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file