Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-05-28 03:29:34 +00:00

View File

@@ -95,17 +95,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "product-1", name: "The Amelie Gown", price: "£1,850", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-female-with-blond-curly-hair_613910-7022.jpg", imageAlt: "Elegant evening gown"},
id: "product-1", name: "The Amelie Gown", price: "£1,850", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/elegance-atelier/amelie-gown-studio.jpg", imageAlt: "Elegant evening gown"},
{
id: "product-2", name: "Tailored Silk Blazer", price: "£980", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-rich-business-woman-red-suit-walking-city-street-spring-summer-fashion-trend_285396-6802.jpg", imageAlt: "Chic tailored silk blazer"},
id: "product-2", name: "Tailored Silk Blazer", price: "£980", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/elegance-atelier/silk-blazer-model.jpg", imageAlt: "Chic tailored silk blazer"},
{
id: "product-3", name: "Cashmere Knit Jumper", price: "£520", imageSrc: "http://img.b2bpic.net/free-photo/model-touching-her-new-jacket_132075-14010.jpg", imageAlt: "Luxury cashmere knit jumper"},
id: "product-3", name: "Cashmere Knit Jumper", price: "£520", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/elegance-atelier/cashmere-jumper-flatlay.jpg", imageAlt: "Luxury cashmere knit jumper"},
{
id: "product-4", name: "Floral Midi Dress", price: "£750", imageSrc: "http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26789.jpg", imageAlt: "Elegant floral midi dress"},
id: "product-4", name: "Floral Midi Dress", price: "£750", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/elegance-atelier/floral-midi-dress-on-mannequin.jpg", imageAlt: "Elegant floral midi dress"},
{
id: "product-5", name: "Classic Wool Trench", price: "£1,200", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-afro-american-man-his-bicycle_23-2148828182.jpg", imageAlt: "Classic wool trench coat"},
id: "product-5", name: "Classic Wool Trench", price: "£1,200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/elegance-atelier/wool-trench-coat-lifestyle.jpg", imageAlt: "Classic wool trench coat"},
{
id: "product-6", name: "Embroidered Blouse", price: "£610", imageSrc: "http://img.b2bpic.net/free-photo/awesome-blond-woman-blue-dress-posing-modern-bathroom_613910-10878.jpg", imageAlt: "Detailed embroidered blouse"},
id: "product-6", name: "Embroidered Blouse", price: "£610", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/elegance-atelier/embroidered-blouse-detail.jpg", imageAlt: "Detailed embroidered blouse"},
]}
title="New Arrivals"
description="Experience the epitome of British elegance. Our latest collection blends classic silhouettes with contemporary flair, crafted from the finest materials. Prices are in British Pounds (£)"
@@ -155,19 +155,19 @@ export default function LandingPage() {
products={[
{
id: "bestseller-1", brand: "Elegance Atelier", name: "The Regal Wrap Dress", price: "£1,500", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-blonde-lady-red-stylish-hat-sitting-cafe-wonderful-young-woman-with-dark-hair-red-beret-posing_197531-27663.jpg", imageAlt: "Elegant wrap dress"
reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/elegance-atelier/regal-wrap-dress-studio.jpg", imageAlt: "Elegant wrap dress"
},
{
id: "bestseller-2", brand: "Elegance Atelier", name: "Signature Silk Scarf", price: "£350", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-details-stylish-woman-purple-suit-walking-city-street-spring-summer-autumn-season-fashion-trend-holding-purse_285396-6994.jpg?_wi=1", imageAlt: "Luxury silk scarf"
reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/elegance-atelier/silk-scarf-display.jpg?_wi=1", imageAlt: "Luxury silk scarf"
},
{
id: "bestseller-3", brand: "Elegance Atelier", name: "Luxury Leather Handbag", price: "£2,100", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/girl-posing-on-studio-with-bag_132075-14187.jpg", imageAlt: "Premium leather handbag"
reviewCount: "150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/elegance-atelier/leather-handbag-detail.jpg", imageAlt: "Premium leather handbag"
},
{
id: "bestseller-4", brand: "Elegance Atelier", name: "Embroidered Evening Clutch", price: "£780", rating: 4,
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/charming-lady-red-stylish-beret-smiling-sitting-sofa-wonderful-young-woman-with-dark-hair-beige-coat-posing_197531-27623.jpg?_wi=1", imageAlt: "Exquisite evening clutch"
reviewCount: "90", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/elegance-atelier/evening-clutch-flatlay.jpg?_wi=1", imageAlt: "Exquisite evening clutch"
}
]}
/>