diff --git a/src/app/page.tsx b/src/app/page.tsx index b3c1660..94c35c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "Contact Us", href: "#contact" } ]} mediaAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/black-stone-marble-cutting-desk-vulcano-salt-vintage-kitchen-wares-fork-knife-spoon-steel-pot-aged-wooden-table-top-view_346278-1456.jpg" + imageSrc="http://img.b2bpic.net/free-photo/black-stone-marble-cutting-desk-vulcano-salt-vintage-kitchen-wares-fork-knife-spoon-steel-pot-aged-wooden-table-top-view_346278-1456.jpg?_wi=1" imageAlt="Luxury cinematic hero background" imagePosition="right" /> @@ -107,10 +107,10 @@ export default function LandingPage() { tagIcon={Quote} testimonials={[ { - id: "1", name: "Alexandra Bennett", handle: "Luxury Collector", testimonial: "Prevost represents the pinnacle of excellence. Every detail is perfection.", imageSrc: "http://img.b2bpic.net/free-photo/modern-female-sitting-couch_23-2148415753.jpg", imageAlt: "Alexandra Bennett" + id: "1", name: "Alexandra Bennett", handle: "Luxury Collector", testimonial: "Prevost represents the pinnacle of excellence. Every detail is perfection.", imageSrc: "http://img.b2bpic.net/free-photo/modern-female-sitting-couch_23-2148415753.jpg?_wi=1", imageAlt: "Alexandra Bennett" }, { - id: "2", name: "Marcus Rothschild", handle: "Connoisseur", testimonial: "The craftsmanship is unparalleled. A truly exceptional experience.", imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30786.jpg", imageAlt: "Marcus Rothschild" + id: "2", name: "Marcus Rothschild", handle: "Connoisseur", testimonial: "The craftsmanship is unparalleled. A truly exceptional experience.", imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30786.jpg?_wi=1", imageAlt: "Marcus Rothschild" }, { id: "3", name: "Victoria Sterling", handle: "Design Enthusiast", testimonial: "Timeless elegance meets modern excellence. Absolutely transformative.", imageSrc: "http://img.b2bpic.net/free-photo/curly-woman-eyeglasses-black-jacket-writting-outdoors-beautiful-woman-with-red-lipstick-brunette-hair-sitting-stairs_197531-19326.jpg", imageAlt: "Victoria Sterling" @@ -119,10 +119,10 @@ export default function LandingPage() { id: "4", name: "James Pembroke", handle: "Art Collector", testimonial: "Where luxury and artistry converge. Nothing compares to Prevost.", imageSrc: "http://img.b2bpic.net/free-photo/cool-joyful-blonde-woman-v-neck-white-dress-pearl-necklace-smiles-sincerely-looks-into-camera-points-left-street_197531-23188.jpg", imageAlt: "James Pembroke" }, { - id: "5", name: "Sophie Delacroix", handle: "Luxury Advisor", testimonial: "The epitome of sophisticated design and uncompromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/modern-female-sitting-couch_23-2148415753.jpg", imageAlt: "Sophie Delacroix" + id: "5", name: "Sophie Delacroix", handle: "Luxury Advisor", testimonial: "The epitome of sophisticated design and uncompromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/modern-female-sitting-couch_23-2148415753.jpg?_wi=2", imageAlt: "Sophie Delacroix" }, { - id: "6", name: "Christopher Hayes", handle: "Premium Client", testimonial: "Exquisite craftsmanship that speaks to the soul of luxury.", imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30786.jpg", imageAlt: "Christopher Hayes" + id: "6", name: "Christopher Hayes", handle: "Premium Client", testimonial: "Exquisite craftsmanship that speaks to the soul of luxury.", imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30786.jpg?_wi=2", imageAlt: "Christopher Hayes" } ]} textboxLayout="default" @@ -163,7 +163,7 @@ export default function LandingPage() {