Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-11 20:51:55 +00:00

View File

@@ -47,13 +47,13 @@ export default function LandingPage() {
title="Redefining Luxury Through Elegance"
description="Alelia crafts timeless experiences for the modern elite. Step into a world of curated perfection."
testimonials={[
{ name: "James Sterling", handle: "@js", testimonial: "Unparalleled sophistication and service. Alelia truly understands the definition of premium.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empty-corridor-interior-entrance-hall-house-with-dramatic-background_9083-8110.jpg", imageAlt: "luxury dark background" },
{ name: "Elena Vance", handle: "@ev", testimonial: "A breathtaking experience from start to finish. Simply exceptional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-waste-glass-metal-container_107420-74295.jpg", imageAlt: "luxury dark background" },
{ name: "Marcus Thorne", handle: "@mt", testimonial: "Alelia sets the standard for modern luxury. I am thoroughly impressed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/app-menu-front-side-with-white-background_187299-39717.jpg", imageAlt: "luxury dark background" },
{ name: "Julian Thorne", handle: "@jt", testimonial: "Exquisite attention to detail, truly a bespoke experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098532.jpg", imageAlt: "luxury dark background" },
{ name: "Sofia Rossi", handle: "@sr", testimonial: "A masterclass in modern luxury management.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-border-from-coffee-stationery_23-2147768881.jpg", imageAlt: "luxury dark background" }
{ name: "James Sterling", handle: "@js", testimonial: "Unparalleled sophistication and service. Alelia truly understands the definition of premium.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empty-corridor-interior-entrance-hall-house-with-dramatic-background_9083-8110.jpg?_wi=1", imageAlt: "luxury dark background" },
{ name: "Elena Vance", handle: "@ev", testimonial: "A breathtaking experience from start to finish. Simply exceptional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-waste-glass-metal-container_107420-74295.jpg?_wi=1", imageAlt: "luxury dark background" },
{ name: "Marcus Thorne", handle: "@mt", testimonial: "Alelia sets the standard for modern luxury. I am thoroughly impressed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/app-menu-front-side-with-white-background_187299-39717.jpg?_wi=1", imageAlt: "luxury dark background" },
{ name: "Julian Thorne", handle: "@jt", testimonial: "Exquisite attention to detail, truly a bespoke experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098532.jpg?_wi=1", imageAlt: "luxury dark background" },
{ name: "Sofia Rossi", handle: "@sr", testimonial: "A masterclass in modern luxury management.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-border-from-coffee-stationery_23-2147768881.jpg?_wi=1", imageAlt: "luxury dark background" }
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-corridor-interior-entrance-hall-house-with-dramatic-background_9083-8110.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-corridor-interior-entrance-hall-house-with-dramatic-background_9083-8110.jpg?_wi=2"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-132965.jpg", alt: "Portrait 1" },
{ src: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-125878.jpg", alt: "Portrait 2" },
@@ -84,9 +84,9 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{ title: "Bespoke Consulting", description: "High-level guidance tailored to your specific vision and goals.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hall-with-male-silhouette-standing-stairway_181624-36676.jpg", imageAlt: "Beautiful hall with a male silhouette standing on a stairway" },
{ title: "Private Management", description: "Exclusive handling of your most critical professional endeavors.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/empty-corridor-interior-entrance-hall-house-with-dramatic-background_9083-8110.jpg", imageAlt: "Beautiful hall with a male silhouette standing on a stairway" },
{ title: "Luxury Curation", description: "We hand-select the finest elements for your personal landscape.", buttonIcon: Star, imageSrc: "http://img.b2bpic.net/free-photo/close-up-waste-glass-metal-container_107420-74295.jpg", imageAlt: "Beautiful hall with a male silhouette standing on a stairway" },
{ title: "Elite Strategy", description: "Proven methodologies for high-net-worth growth and stability.", buttonIcon: TrendingUp, imageSrc: "http://img.b2bpic.net/free-photo/app-menu-front-side-with-white-background_187299-39717.jpg", imageAlt: "Beautiful hall with a male silhouette standing on a stairway" }
{ title: "Private Management", description: "Exclusive handling of your most critical professional endeavors.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/empty-corridor-interior-entrance-hall-house-with-dramatic-background_9083-8110.jpg?_wi=3", imageAlt: "Beautiful hall with a male silhouette standing on a stairway" },
{ title: "Luxury Curation", description: "We hand-select the finest elements for your personal landscape.", buttonIcon: Star, imageSrc: "http://img.b2bpic.net/free-photo/close-up-waste-glass-metal-container_107420-74295.jpg?_wi=2", imageAlt: "Beautiful hall with a male silhouette standing on a stairway" },
{ title: "Elite Strategy", description: "Proven methodologies for high-net-worth growth and stability.", buttonIcon: TrendingUp, imageSrc: "http://img.b2bpic.net/free-photo/app-menu-front-side-with-white-background_187299-39717.jpg?_wi=2", imageAlt: "Beautiful hall with a male silhouette standing on a stairway" }
]}
title="Curated Services"
description="Tailored solutions designed for the discerning individual."
@@ -131,11 +131,11 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Studio Masterpiece", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/app-menu-front-side-with-white-background_187299-39717.jpg" },
{ id: "p2", name: "Elite Consulting", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098532.jpg" },
{ id: "p3", name: "Bespoke Management", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/close-up-border-from-coffee-stationery_23-2147768881.jpg" },
{ id: "p1", name: "Studio Masterpiece", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/app-menu-front-side-with-white-background_187299-39717.jpg?_wi=3" },
{ id: "p2", name: "Elite Consulting", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098532.jpg?_wi=2" },
{ id: "p3", name: "Bespoke Management", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/close-up-border-from-coffee-stationery_23-2147768881.jpg?_wi=2" },
{ id: "p4", name: "Private Events", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16072.jpg" },
{ id: "p5", name: "Luxury Strategy", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/close-up-waste-glass-metal-container_107420-74295.jpg" },
{ id: "p5", name: "Luxury Strategy", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/close-up-waste-glass-metal-container_107420-74295.jpg?_wi=3" },
{ id: "p6", name: "Exclusive Assets", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-132958.jpg" }
]}
title="Signature Portfolio"
@@ -165,7 +165,7 @@ export default function LandingPage() {
title="Begin Your Journey"
description="Secure your place with our selective firm."
mediaAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/empty-corridor-interior-entrance-hall-house-with-dramatic-background_9083-8110.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-corridor-interior-entrance-hall-house-with-dramatic-background_9083-8110.jpg?_wi=4"
/>
</div>