2 Commits

Author SHA1 Message Date
52e09de4a5 Update src/app/page.tsx 2026-03-06 22:58:43 +00:00
ef088e4ba4 Merge version_1 into main
Merge version_1 into main
2026-03-06 22:56:26 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
title="Luxury spaces captured in crystalline clarity" title="Luxury spaces captured in crystalline clarity"
description="Architectural and real estate photography that elevates premium properties. Liquid glass aesthetic meets sophisticated minimalism—every frame designed to sell vision" description="Architectural and real estate photography that elevates premium properties. Liquid glass aesthetic meets sophisticated minimalism—every frame designed to sell vision"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
buttons={[{ text: "View Portfolio", href: "#portfolio" }]} buttons={[{ text: "Explore Gallery", href: "#portfolio" }]}
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg" imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg"
imageAlt="Luxury modern residential architecture" imageAlt="Luxury modern residential architecture"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -61,12 +61,9 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
products={[ 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: "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: "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" gridVariant="three-columns-all-equal-width"
carouselMode="buttons" carouselMode="buttons"
@@ -76,8 +73,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
heading={[ 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} useInvertedBackground={false}
buttons={[{ text: "Learn More", href: "#contact" }]} buttons={[{ text: "Learn More", href: "#contact" }]}