8 Commits

Author SHA1 Message Date
1623b01577 Update src/app/page.tsx 2026-03-06 23:27:27 +00:00
fe08a15dc7 Update src/app/layout.tsx 2026-03-06 23:27:27 +00:00
d7eaabe871 Merge version_2 into main
Merge version_2 into main
2026-03-06 23:23:43 +00:00
6bda6cba64 Update src/app/page.tsx 2026-03-06 23:23:38 +00:00
10c03b413f Update src/app/layout.tsx 2026-03-06 23:23:38 +00:00
26db6329e4 Merge version_1 into main
Merge version_1 into main
2026-03-06 23:22:26 +00:00
81b5aa2689 Merge version_1 into main
Merge version_1 into main
2026-03-06 23:21:25 +00:00
f087a3c3ee Merge version_1 into main
Merge version_1 into main
2026-03-06 23:19:55 +00:00
2 changed files with 32 additions and 92 deletions

View File

@@ -1,70 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Poppins } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const poppins = Poppins({
variable: "--font-poppins",
subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Trevor Melton Photography | Luxury Architectural & Real Estate Photographer South Florida",
description: "Premium architectural and luxury real estate photography in South Florida, Miami, Jupiter, and beyond. Technical excellence meets artistic vision. Featured in WSJ, The Real Deal, Luxury Portfolio.",
keywords: "luxury real estate photography South Florida, Miami architectural photographer, Palm Beach luxury photographer, Jupiter real estate photography, A&D photographer, luxury property photography, architectural documentation, high-end real estate photography",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Trevor Melton Photography | Luxury Architectural Photography",
description: "Premium architectural and luxury real estate photography for developers, architects, and luxury brands. South Florida based, nationally recognized.",
type: "website",
siteName: "Trevor Melton Photography",
images: [
{
url: "http://img.b2bpic.net/free-photo/low-angle-shot-multistory-apartment-complex-building_181624-5114.jpg",
alt: "Trevor Melton Photography - Luxury Architectural Portfolio",
},
],
},
twitter: {
card: "summary_large_image",
title: "Trevor Melton Photography | Luxury Architectural & Real Estate Photographer",
description: "Premium architectural photography for luxury properties, developers, and architects. Based in South Florida.",
images: ["http://img.b2bpic.net/free-photo/low-angle-shot-multistory-apartment-complex-building_181624-5114.jpg"],
},
};
title: "Trevor Melton", description: "Premium architectural and luxury real estate photography"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable}`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1432,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import BlogCardOne from "@/components/sections/blog/BlogCardOne";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Mail } from "lucide-react";
import { Mail, Sparkles } from "lucide-react";
const navItems = [
{ name: "Home", id: "/" },
@@ -65,19 +65,14 @@ export default function HomePage() {
title="Featured Projects"
description="A curated selection of recent luxury residences and architectural documentation that define contemporary excellence."
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"
@@ -92,12 +87,9 @@ export default function HomePage() {
description="Three pillars define our approach to luxury architectural and real estate photography."
tag="Our Philosophy"
features={[
{
title: "Technical Excellence", description: "Mastery of light, composition, and equipment ensures every frame is flawless. From golden hour magic to precise architectural documentation, technical precision is non-negotiable.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Technical excellence in photography"},
{
title: "Artistic Vision", description: "Beyond documentation—we craft narratives. Each space tells a story of design intent, lifestyle aspiration, and emotional connection through authentic, poetic imagery.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Artistic vision in visual storytelling"},
{
title: "Client Collaboration", description: "We listen deeply to understand your vision. Bespoke creative direction, flexible scheduling, and strategic positioning ensure your properties command premium attention and pricing.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Client collaboration process"},
{ title: "Technical Excellence", description: "Mastery of light, composition, and equipment ensures every frame is flawless. From golden hour magic to precise architectural documentation, technical precision is non-negotiable.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Technical excellence in photography"},
{ title: "Artistic Vision", description: "Beyond documentation—we craft narratives. Each space tells a story of design intent, lifestyle aspiration, and emotional connection through authentic, poetic imagery.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Artistic vision in visual storytelling"},
{ title: "Client Collaboration", description: "We listen deeply to understand your vision. Bespoke creative direction, flexible scheduling, and strategic positioning ensure your properties command premium attention and pricing.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Client collaboration process"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -126,18 +118,12 @@ export default function HomePage() {
description="Architects, developers, and luxury real estate agents rely on Trevor's uncompromising commitment to excellence."
tag="Client Testimonials"
testimonials={[
{
id: "1", name: "Marcus Chen", handle: "Principal Architect, Chen Design Group", testimonial: "Trevor's photographs have elevated every project we've presented. His understanding of architectural intent is exceptional—he doesn't just document, he amplifies design vision.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Marcus Chen"},
{
id: "2", name: "Victoria Sterling", handle: "CEO, Sterling Luxury Estates", testimonial: "Working with Trevor transformed our marketing strategy. His imagery commands premium positioning—buyers respond to the authenticity and technical perfection.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149713708.jpg?_wi=1", imageAlt: "Victoria Sterling"},
{
id: "3", name: "James Rothstein", handle: "Development Director, Rothstein Partners", testimonial: "Trevor's work is instrumental to our project launches. He captures not just buildings, but the aspirational lifestyle these spaces represent. Genuinely transformative.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-businessman-with-arms-crossed_23-2147985122.jpg?_wi=1", imageAlt: "James Rothstein"},
{
id: "4", name: "Isabella Rossi", handle: "Interior Designer, Rossi Contemporary", testimonial: "Collaborating with Trevor is seamless. He understands design language intimately and translates spatial narratives with remarkable clarity. Essential partner for luxury projects.", imageSrc: "http://img.b2bpic.net/free-photo/creative-man_1098-14894.jpg?_wi=1", imageAlt: "Isabella Rossi"},
{
id: "5", name: "David Weinstein", handle: "Luxury Real Estate Agent, The Pinnacle Group", testimonial: "Trevor's photographs consistently generate higher inquiry rates and faster sales cycles. His technical precision combined with artistic vision is unmatched in South Florida.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg?_wi=1", imageAlt: "David Weinstein"},
{
id: "6", name: "Sophie Laurent", handle: "Brand Director, Luxury Living Collective", testimonial: "From portfolio shoots to editorial campaigns, Trevor delivers consistently exceptional work. His attention to detail and creative problem-solving set him apart as a true visionary.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Sophie Laurent"},
{ id: "1", name: "Marcus Chen", handle: "Principal Architect, Chen Design Group", testimonial: "Trevor's photographs have elevated every project we've presented. His understanding of architectural intent is exceptional—he doesn't just document, he amplifies design vision.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Marcus Chen"},
{ id: "2", name: "Victoria Sterling", handle: "CEO, Sterling Luxury Estates", testimonial: "Working with Trevor transformed our marketing strategy. His imagery commands premium positioning—buyers respond to the authenticity and technical perfection.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149713708.jpg?_wi=1", imageAlt: "Victoria Sterling"},
{ id: "3", name: "James Rothstein", handle: "Development Director, Rothstein Partners", testimonial: "Trevor's work is instrumental to our project launches. He captures not just buildings, but the aspirational lifestyle these spaces represent. Genuinely transformative.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-businessman-with-arms-crossed_23-2147985122.jpg?_wi=1", imageAlt: "James Rothstein"},
{ id: "4", name: "Isabella Rossi", handle: "Interior Designer, Rossi Contemporary", testimonial: "Collaborating with Trevor is seamless. He understands design language intimately and translates spatial narratives with remarkable clarity. Essential partner for luxury projects.", imageSrc: "http://img.b2bpic.net/free-photo/creative-man_1098-14894.jpg?_wi=1", imageAlt: "Isabella Rossi"},
{ id: "5", name: "David Weinstein", handle: "Luxury Real Estate Agent, The Pinnacle Group", testimonial: "Trevor's photographs consistently generate higher inquiry rates and faster sales cycles. His technical precision combined with artistic vision is unmatched in South Florida.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg?_wi=1", imageAlt: "David Weinstein"},
{ id: "6", name: "Sophie Laurent", handle: "Brand Director, Luxury Living Collective", testimonial: "From portfolio shoots to editorial campaigns, Trevor delivers consistently exceptional work. His attention to detail and creative problem-solving set him apart as a true visionary.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Sophie Laurent"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -154,12 +140,9 @@ export default function HomePage() {
text: "Subscribe", href: "#newsletter"}}
ctaIcon={Mail}
faqs={[
{
id: "1", title: "What's included in the newsletter?", content: "Monthly portfolio highlights, photography techniques, luxury design trends, and exclusive behind-the-scenes project insights delivered directly to your inbox."},
{
id: "2", title: "How often do you send updates?", content: "We send curated updates monthly, respecting your inbox. Unsubscribe anytime—no commitment required."},
{
id: "3", title: "Is my information private?", content: "Absolutely. We never share subscriber information and follow strict privacy protocols. Your data is secure with us."},
{ id: "1", title: "What's included in the newsletter?", content: "Monthly portfolio highlights, photography techniques, luxury design trends, and exclusive behind-the-scenes project insights delivered directly to your inbox."},
{ id: "2", title: "How often do you send updates?", content: "We send curated updates monthly, respecting your inbox. Unsubscribe anytime—no commitment required."},
{ id: "3", title: "Is my information private?", content: "Absolutely. We never share subscriber information and follow strict privacy protocols. Your data is secure with us."},
]}
useInvertedBackground={false}
animationType="slide-up"