From 0ddd847d3a0afcc176dc804f189f1942c2d89b89 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:33:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e0bc7f..3bb4df2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Award, Sparkles, Wine2 } from "lucide-react"; +import { Award, Sparkles, Wine } from "lucide-react"; export default function LandingPage() { return ( @@ -132,22 +132,22 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "James Ashford", role: "Collector | London", testimonial: "Antiqua has been my trusted partner for over 15 years. Their expertise in sourcing authentic rare spirits is unmatched. Every transaction is handled with professionalism and discretion.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", icon: Wine2, + id: "1", name: "James Ashford", role: "Collector | London", testimonial: "Antiqua has been my trusted partner for over 15 years. Their expertise in sourcing authentic rare spirits is unmatched. Every transaction is handled with professionalism and discretion.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", icon: Wine, }, { - id: "2", name: "Catherine Laurent", role: "Sommelier | Paris", testimonial: "As a sommelier, I recommend Antiqua to serious collectors. Their attention to detail, authentication processes, and customer service are exceptional. A true gem.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-having-wine_23-2148454149.jpg", icon: Wine2, + id: "2", name: "Catherine Laurent", role: "Sommelier | Paris", testimonial: "As a sommelier, I recommend Antiqua to serious collectors. Their attention to detail, authentication processes, and customer service are exceptional. A true gem.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-having-wine_23-2148454149.jpg", icon: Wine, }, { - id: "3", name: "Marcus Chen", role: "Investment Advisor | Singapore", testimonial: "Antiqua offers not just spirits but investment-grade bottles with proper documentation. Their market insights and authentication guarantee give me complete confidence.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", icon: Wine2, + id: "3", name: "Marcus Chen", role: "Investment Advisor | Singapore", testimonial: "Antiqua offers not just spirits but investment-grade bottles with proper documentation. Their market insights and authentication guarantee give me complete confidence.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", icon: Wine, }, { - id: "4", name: "Victoria Rothschild", role: "Estate Manager | Switzerland", testimonial: "For my collection acquisitions, Antiqua is my first call. Their curatorial eye and access to rare bottles are simply incomparable. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", icon: Wine2, + id: "4", name: "Victoria Rothschild", role: "Estate Manager | Switzerland", testimonial: "For my collection acquisitions, Antiqua is my first call. Their curatorial eye and access to rare bottles are simply incomparable. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", icon: Wine, }, { - id: "5", name: "Robert DeMarco", role: "Private Client | New York", testimonial: "Working with Antiqua transformed my collecting experience. They understand nuance, history, and value. Outstanding service from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-129.jpg", icon: Wine2, + id: "5", name: "Robert DeMarco", role: "Private Client | New York", testimonial: "Working with Antiqua transformed my collecting experience. They understand nuance, history, and value. Outstanding service from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-129.jpg", icon: Wine, }, { - id: "6", name: "Elisabeth Mueller", role: "Heritage Collector | Berlin", testimonial: "Authenticity and provenance are everything in this space. Antiqua delivers both flawlessly. They've become an integral part of my collection strategy.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-cup-clipboard-white-background-high-quality-photo_114579-61150.jpg", icon: Wine2, + id: "6", name: "Elisabeth Mueller", role: "Heritage Collector | Berlin", testimonial: "Authenticity and provenance are everything in this space. Antiqua delivers both flawlessly. They've become an integral part of my collection strategy.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-cup-clipboard-white-background-high-quality-photo_114579-61150.jpg", icon: Wine, }, ]} /> -- 2.49.1