|
|
|
@@ -67,12 +67,12 @@ export default function HomePage() {
|
|
|
|
tag="Portfolio Highlights"
|
|
|
|
tag="Portfolio Highlights"
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
features={[
|
|
|
|
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: "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"},
|
|
|
|
{ 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"},
|
|
|
|
{ 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"},
|
|
|
|
{ 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"},
|
|
|
|
{ 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"},
|
|
|
|
{ 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"
|
|
|
|
gridVariant="one-large-right-three-stacked-left"
|
|
|
|
animationType="blur-reveal"
|
|
|
|
animationType="blur-reveal"
|
|
|
|
@@ -115,7 +115,7 @@ export default function HomePage() {
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<TestimonialCardSix
|
|
|
|
<TestimonialCardSix
|
|
|
|
title="Trusted By Industry Leaders"
|
|
|
|
title="Trusted By Industry Leaders"
|
|
|
|
description="Architects, developers, and luxury real estate agents rely on Trevor's uncompromising commitment to excellence."
|
|
|
|
description="See how Trevor's photography drives higher inquiry rates, faster sales cycles, and premium positioning for luxury properties"
|
|
|
|
tag="Client Testimonials"
|
|
|
|
tag="Client Testimonials"
|
|
|
|
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: "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"},
|
|
|
|
@@ -160,4 +160,4 @@ export default function HomePage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|