Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-07 00:21:38 +00:00

View File

@@ -58,9 +58,9 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-332.jpg", imageAlt: "Fashion Model"},
imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-332.jpg?_wi=1", imageAlt: "Fashion Model"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17722.jpg", imageAlt: "Collection Detail"}
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17722.jpg?_wi=1", imageAlt: "Collection Detail"}
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -87,15 +87,15 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1", title: "Bespoke Tailoring", description: "Precision fit crafted to your exact measurements.", tag: "Craftsmanship", imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-332.jpg", imageAlt: "elegant fashion model runway luxury"},
id: "1", title: "Bespoke Tailoring", description: "Precision fit crafted to your exact measurements.", tag: "Craftsmanship", imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-332.jpg?_wi=2", imageAlt: "elegant fashion model runway luxury"},
{
id: "2", title: "Sustainable Luxury", description: "Ethically sourced fabrics for a guilt-free luxury experience.", tag: "Eco-friendly", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17722.jpg", imageAlt: "high fashion aesthetic minimal background"},
id: "2", title: "Sustainable Luxury", description: "Ethically sourced fabrics for a guilt-free luxury experience.", tag: "Eco-friendly", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17722.jpg?_wi=2", imageAlt: "high fashion aesthetic minimal background"},
{
id: "3", title: "Timeless Designs", description: "Pieces that transcend seasonal trends.", tag: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/blank-white-notebook-laptop-waffle-coffee-cup-tablecloth-white-background_23-2148061440.jpg", imageAlt: "fashion designer at work luxury studio"},
{
id: "4", title: "Premium Materials", description: "Only the finest silks and wools are used.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-dress-posing-blue-sky_158538-8290.jpg", imageAlt: "elegant evening gown luxury silk"},
id: "4", title: "Premium Materials", description: "Only the finest silks and wools are used.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-dress-posing-blue-sky_158538-8290.jpg?_wi=1", imageAlt: "elegant evening gown luxury silk"},
{
id: "5", title: "Global Shipping", description: "Delivering elegance to your doorstep worldwide.", tag: "Convenience", imageSrc: "http://img.b2bpic.net/free-photo/fashion-businessman-model-dressed-elegant-checkered-suit-posing-near-gray-wall-street-background-metrosexual-with-luxury-watch-wrist_158538-14230.jpg", imageAlt: "premium tailored blazer luxury fabric"},
id: "5", title: "Global Shipping", description: "Delivering elegance to your doorstep worldwide.", tag: "Convenience", imageSrc: "http://img.b2bpic.net/free-photo/fashion-businessman-model-dressed-elegant-checkered-suit-posing-near-gray-wall-street-background-metrosexual-with-luxury-watch-wrist_158538-14230.jpg?_wi=1", imageAlt: "premium tailored blazer luxury fabric"},
]}
title="Why Olas Vogue?"
description="Crafting excellence with every stitch."
@@ -111,10 +111,10 @@ export default function LandingPage() {
products={[
{
id: "p1", brand: "Olas", name: "Silk Gown", price: "$450", rating: 5,
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-dress-posing-blue-sky_158538-8290.jpg"},
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-dress-posing-blue-sky_158538-8290.jpg?_wi=2"},
{
id: "p2", brand: "Olas", name: "Tailored Blazer", price: "$380", rating: 5,
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/fashion-businessman-model-dressed-elegant-checkered-suit-posing-near-gray-wall-street-background-metrosexual-with-luxury-watch-wrist_158538-14230.jpg"},
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/fashion-businessman-model-dressed-elegant-checkered-suit-posing-near-gray-wall-street-background-metrosexual-with-luxury-watch-wrist_158538-14230.jpg?_wi=2"},
{
id: "p3", brand: "Olas", name: "Cocktail Dress", price: "$290", rating: 4,
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashion-model-posing-black-evening-dress_651396-1241.jpg"},