Merge version_3 into main #3
@@ -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({
|
||||
|
||||
@@ -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() {
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "Specializing in luxury real estate and architectural photography for South Florida's most discerning developers and designers"},
|
||||
{
|
||||
type: "text", content: "Specializing in luxury real estate and architectural photography for South Florida's most discerning developers and designers"
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn More", href: "#contact" }]}
|
||||
@@ -93,7 +101,8 @@ 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?_wi=2"},
|
||||
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" },
|
||||
@@ -103,7 +112,8 @@ 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?_wi=2"},
|
||||
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" },
|
||||
@@ -126,13 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Victoria Ramirez", handle: "Luxury Real Estate Developer", testimonial: "Trevor's photography elevated our property listings beyond expectations. His crystalline clarity captures every architectural detail that sells premium homes.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-city_1157-16547.jpg", imageAlt: "Victoria Ramirez"},
|
||||
id: "1", name: "Victoria Ramirez", handle: "Luxury Real Estate Developer", testimonial: "Trevor's photography elevated our property listings beyond expectations. His crystalline clarity captures every architectural detail that sells premium homes.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-city_1157-16547.jpg", imageAlt: "Victoria Ramirez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Chen", handle: "Commercial Property Developer", testimonial: "The architectural documentation from Trevor transformed how we present our commercial projects. His liquid glass aesthetic is unmistakable.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg", imageAlt: "Marcus Chen"},
|
||||
id: "2", name: "Marcus Chen", handle: "Commercial Property Developer", testimonial: "The architectural documentation from Trevor transformed how we present our commercial projects. His liquid glass aesthetic is unmistakable.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg", imageAlt: "Marcus Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Alexandra Moretti", handle: "Interior Designer", testimonial: "Working with Trevor's photography amplifies my design work. His minimalist approach lets the architecture speak for itself beautifully.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-blueprints_1149-1156.jpg", imageAlt: "Alexandra Moretti"},
|
||||
id: "3", name: "Alexandra Moretti", handle: "Interior Designer", testimonial: "Working with Trevor's photography amplifies my design work. His minimalist approach lets the architecture speak for itself beautifully.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-blueprints_1149-1156.jpg", imageAlt: "Alexandra Moretti"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Mitchell", handle: "Real Estate Agent - Luxury Homes", testimonial: "Trevor's photos close deals. The way he captures sophistication and detail creates immediate buyer interest. Absolutely essential for premium listings.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-proferssional-pondering-idea-with-cup-tea_1098-20464.jpg", imageAlt: "James Mitchell"},
|
||||
id: "4", name: "James Mitchell", handle: "Real Estate Agent - Luxury Homes", testimonial: "Trevor's photos close deals. The way he captures sophistication and detail creates immediate buyer interest. Absolutely essential for premium listings.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-proferssional-pondering-idea-with-cup-tea_1098-20464.jpg", imageAlt: "James Mitchell"
|
||||
},
|
||||
]}
|
||||
speed={40}
|
||||
topMarqueeDirection="left"
|
||||
|
||||
Reference in New Issue
Block a user