Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-06 22:58:47 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
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"
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"
imageAlt="Luxury modern residential architecture"
mediaAnimation="slide-up"
@@ -61,12 +61,9 @@ 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"
@@ -76,8 +73,7 @@ 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" }]}