Update src/app/page.tsx

This commit is contained in:
2026-03-11 07:04:24 +00:00
parent 3873af0e83
commit d4f78ebf25

View File

@@ -55,15 +55,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Sophie Leclerc", handle: "Fashion Collector", testimonial: "AUREVIAN epitomizes true luxury. Every piece is a masterpiece.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit_1303-13861.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit_1303-13861.jpg?_wi=1"
},
{
name: "Isabella Moretti", handle: "Style Icon", testimonial: "Elegance redefined. AUREVIAN is my signature.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-cafe-sitting-coach_1303-27367.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-cafe-sitting-coach_1303-27367.jpg?_wi=1"
},
{
name: "Arabella Rothschild", handle: "Luxury Connoisseur", testimonial: "The craftsmanship is unparalleled. Truly timeless.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg?_wi=1"
}
]}
testimonialRotationInterval={5000}
@@ -85,11 +85,11 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Heritage Leather", author: "Artisan Collection", description: "Handcrafted leather goods using traditional methods passed down through generations. Each piece tells a story of elegance and refinement.", tags: ["Premium", "Leather", "Handmade"],
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-sexy-woman-cinema-backstage_285396-7583.jpg", imageAlt: "Heritage leather handbag"
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-sexy-woman-cinema-backstage_285396-7583.jpg?_wi=1", imageAlt: "Heritage leather handbag"
},
{
id: "2", title: "Silk Essentials", author: "Fine Fabrics", description: "Luxurious silk accessories sourced from the finest mills. Pure elegance wrapped in the softest touch.", tags: ["Silk", "Luxury", "Timeless"],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-enjoying-her-time-beach_23-2148801494.jpg", imageAlt: "Luxury silk scarf"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-enjoying-her-time-beach_23-2148801494.jpg?_wi=1", imageAlt: "Luxury silk scarf"
}
]}
animationType="slide-up"
@@ -110,10 +110,10 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
products={[
{
id: "1", name: "Heritage Leather Bag", price: "$4,200", variant: "Burgundy 2 Finishes", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-sexy-woman-cinema-backstage_285396-7583.jpg", imageAlt: "Premium burgundy leather handbag"
id: "1", name: "Heritage Leather Bag", price: "$4,200", variant: "Burgundy 2 Finishes", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-sexy-woman-cinema-backstage_285396-7583.jpg?_wi=2", imageAlt: "Premium burgundy leather handbag"
},
{
id: "2", name: "Silk Scarf", price: "$1,800", variant: "Hand-Painted Limited", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-enjoying-her-time-beach_23-2148801494.jpg", imageAlt: "Luxury silk scarf accessory"
id: "2", name: "Silk Scarf", price: "$1,800", variant: "Hand-Painted Limited", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-enjoying-her-time-beach_23-2148801494.jpg?_wi=2", imageAlt: "Luxury silk scarf accessory"
},
{
id: "3", name: "Evening Gown", price: "$8,500", variant: "Burgundy Custom", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-high-heels-stocking_23-2150261071.jpg", imageAlt: "Luxury burgundy evening gown"
@@ -153,15 +153,15 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sophie Leclerc", role: "Fashion Curator", company: "Parisian Collective", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit_1303-13861.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit_1303-13861.jpg?_wi=2"
},
{
id: "2", name: "Isabella Moretti", role: "Style Director", company: "Milan Atelier", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-cafe-sitting-coach_1303-27367.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-cafe-sitting-coach_1303-27367.jpg?_wi=2"
},
{
id: "3", name: "Arabella Rothschild", role: "Luxury Consultant", company: "Private Clients", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg?_wi=2"
},
{
id: "4", name: "Victoria Ashford", role: "Fashion Collector", company: "Heritage Collection", rating: 5,