Update src/app/page.tsx

This commit is contained in:
2026-04-24 08:26:52 +00:00
parent 04e9ff9439
commit 77b649de31

View File

@@ -46,13 +46,13 @@ export default function LandingPage() {
title="Unparalleled Distinction"
description="Redefining the standards of premium service through heritage and innovation."
testimonials={[
{ name: "Aria Thorne", handle: "@aria.t", testimonial: "Exceptional precision and unmatched attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/shopping-bags-gift-boxes-copy-space-background_23-2148663129.jpg", imageAlt: "luxury lifestyle background black and red" },
{ name: "Aria Thorne", handle: "@aria.t", testimonial: "Exceptional precision and unmatched attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/shopping-bags-gift-boxes-copy-space-background_23-2148663129.jpg?_wi=1", imageAlt: "luxury lifestyle background black and red" },
{ name: "Julian Vance", handle: "@jvance", testimonial: "The gold standard of luxury services.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/neat-office-with-computer-worker_482257-119323.jpg", imageAlt: "luxury lifestyle background black and red" },
{ name: "Elena Rossi", handle: "@elena.r", testimonial: "Impeccable taste and truly bespoke experiences.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/macro-shot-beautiful-tulip-flower_23-2147836421.jpg", imageAlt: "luxury lifestyle background black and red" },
{ name: "Marcus Thorne", handle: "@marcus.t", testimonial: "Simply incomparable in every aspect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg", imageAlt: "luxury lifestyle background black and red" },
{ name: "Seraphina D.", handle: "@serad", testimonial: "A masterclass in modern exclusivity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-corporate-meeting-mock-up_23-2148339363.jpg", imageAlt: "luxury lifestyle background black and red" }
{ name: "Elena Rossi", handle: "@elena.r", testimonial: "Impeccable taste and truly bespoke experiences.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/macro-shot-beautiful-tulip-flower_23-2147836421.jpg?_wi=1", imageAlt: "luxury lifestyle background black and red" },
{ name: "Marcus Thorne", handle: "@marcus.t", testimonial: "Simply incomparable in every aspect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg?_wi=1", imageAlt: "luxury lifestyle background black and red" },
{ name: "Seraphina D.", handle: "@serad", testimonial: "A masterclass in modern exclusivity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-corporate-meeting-mock-up_23-2148339363.jpg?_wi=1", imageAlt: "luxury lifestyle background black and red" }
]}
imageSrc="http://img.b2bpic.net/free-photo/shopping-bags-gift-boxes-copy-space-background_23-2148663129.jpg"
imageSrc="http://img.b2bpic.net/free-photo/shopping-bags-gift-boxes-copy-space-background_23-2148663129.jpg?_wi=2"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg", alt: "Portrait of brutal bearded macho male dressed in a suit" },
{ src: "http://img.b2bpic.net/free-photo/close-up-business-caucasian-man-black-suit-office-background_609648-1007.jpg", alt: "Close up business caucasian man" },
@@ -86,9 +86,9 @@ export default function LandingPage() {
features={[
{
title: "Bespoke Design", description: "Tailored solutions for discerning clients.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/macro-shot-beautiful-tulip-flower_23-2147836421.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-corporate-meeting-mock-up_23-2148339363.jpg" }
{ imageSrc: "http://img.b2bpic.net/free-photo/macro-shot-beautiful-tulip-flower_23-2147836421.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-corporate-meeting-mock-up_23-2148339363.jpg?_wi=2" }
]
}
]}