Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-10 08:57:05 +00:00

View File

@@ -10,8 +10,9 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Quote } from 'lucide-react';
export default function LandingPage() {
return (
@@ -167,32 +168,30 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
carouselMode="buttons"
testimonials={[
{
id: "1", name: "Isabella Rossi", role: "Philanthropist", company: "Rossi Holdings", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Isabella Rossi"},
id: "1", name: "Isabella Rossi", role: "Philanthropist", company: "Rossi Holdings", testimonial: "Aetheria Luxuries transformed my understanding of bespoke service. Every detail was flawlessly executed, creating an experience far beyond my expectations. Truly exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Isabella Rossi", icon: Quote
},
{
id: "2", name: "Alexander Chen", role: "Tech Innovator", company: "Quantum Dynamics", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-lovely-woman-with-long-light-brown-hair-big-blue-eyes-smiles-outdoors_291650-339.jpg", imageAlt: "Alexander Chen"},
id: "2", name: "Alexander Chen", role: "Tech Innovator", company: "Quantum Dynamics", testimonial: "The products and services from Aetheria Luxuries are simply in a league of their own. Innovation meets unparalleled quality, and their discreet approach is highly valued.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-lovely-woman-with-long-light-brown-hair-big-blue-eyes-smiles-outdoors_291650-339.jpg", imageAlt: "Alexander Chen", icon: Quote
},
{
id: "3", name: "Dr. Eleanor Vance", role: "Chief Medical Officer", company: "Vance BioSolutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", imageAlt: "Dr. Eleanor Vance"},
id: "3", name: "Dr. Eleanor Vance", role: "Chief Medical Officer", company: "Vance BioSolutions", testimonial: "I've consistently relied on Aetheria Luxuries for their exclusive offerings. Their commitment to excellence and personalized care makes every interaction a pleasure.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", imageAlt: "Dr. Eleanor Vance", icon: Quote
},
{
id: "4", name: "Marcus Thorne", role: "Real Estate Mogul", company: "Thorne Properties", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65932.jpg", imageAlt: "Marcus Thorne"},
id: "4", name: "Marcus Thorne", role: "Real Estate Mogul", company: "Thorne Properties", testimonial: "For luxury estate management and bespoke travel, Aetheria Luxuries is my trusted partner. Their meticulous attention to detail ensures complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65932.jpg", imageAlt: "Marcus Thorne", icon: Quote
},
{
id: "5", name: "Sophia Laurent", role: "Fashion Entrepreneur", company: "Laurent Atelier", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-have-earned-little-relaxation_329181-20510.jpg", imageAlt: "Sophia Laurent"},
id: "5", name: "Sophia Laurent", role: "Fashion Entrepreneur", company: "Laurent Atelier", testimonial: "Aetheria's curated collections are unmatched. The elegance and quality are evident in every piece, truly reflecting the essence of luxury.", imageSrc: "http://img.b2bpic.net/free-photo/couple-have-earned-little-relaxation_329181-20510.jpg", imageAlt: "Sophia Laurent", icon: Quote
},
]}
title="Voices of Distinction"
description="What our esteemed clients say about their Aetheria experience, highlighting our dedication to luxury and service."
buttonAnimation="none"
/>
</div>