From cf537badefb062c7032e8e0e73df4bcba4a9601c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:01:22 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 15bf0f4..e562c5d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,16 +16,18 @@ const inter = Inter({ export const metadata: Metadata = { title: "Trevor Melton | Luxury Real Estate Photography South Florida", description: "Premium architectural and luxury real estate photography elevating high-end property listings. Crystalline clarity, liquid glass aesthetic, minimalist sophistication.", keywords: "luxury real estate photography, architectural photography, South Florida, premium property marketing, high-end photography", metadataBase: new URL("https://trevormelton.com"), alternates: { - canonical: "https://trevormelton.com"}, + canonical: "https://trevormelton.com" + }, openGraph: { title: "Trevor Melton Photography", description: "Luxury spaces captured in crystalline clarity", url: "https://trevormelton.com", siteName: "Trevor Melton Photography", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg", alt: "Luxury architectural photography"}, - ], + url: "http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg", alt: "Luxury architectural photography" + } + ] }, twitter: { - card: "summary_large_image", title: "Trevor Melton | Luxury Photography", description: "Premium architectural and real estate photography", images: ["http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg"], - }, + card: "summary_large_image", title: "Trevor Melton | Luxury Photography", description: "Premium architectural and real estate photography", images: ["http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg"] + } }; export default function RootLayout({ -- 2.49.1 From 7497cdad3d05b7d1e7f73d7f01003afb13e46902 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:01:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aead890..ed2a931 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,9 +61,15 @@ export default function LandingPage() { animationType="slide-up" 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?_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?_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"}, + { + 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?_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" + }, ]} gridVariant="three-columns-all-equal-width" carouselMode="buttons" @@ -73,7 +79,9 @@ export default function LandingPage() {