Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-08 13:05:21 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -19,13 +19,13 @@ export default function CartPage() {
const cartItems = [
{
id: "cart-1", name: "Essence Noir - Men's Cologne", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", imageAlt: "Essence Noir luxury mens cologne bottle", initialQuantity: 2,
id: "cart-1", name: "Essence Noir - Men's Cologne", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=3", imageAlt: "Essence Noir luxury mens cologne bottle", initialQuantity: 2,
},
{
id: "cart-2", name: "Rose Elegance - Women's Perfume", price: "$94.99", imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-floral-cards-collection_23-2149017015.jpg", imageAlt: "Rose Elegance premium womens perfume", initialQuantity: 1,
id: "cart-2", name: "Rose Elegance - Women's Perfume", price: "$94.99", imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-floral-cards-collection_23-2149017015.jpg?_wi=3", imageAlt: "Rose Elegance premium womens perfume", initialQuantity: 1,
},
{
id: "cart-3", name: "Midnight Dream - Premium Cologne", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg", imageAlt: "Midnight Dream bestseller mens cologne", initialQuantity: 1,
id: "cart-3", name: "Midnight Dream - Premium Cologne", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg?_wi=3", imageAlt: "Midnight Dream bestseller mens cologne", initialQuantity: 1,
},
];

View File

@@ -62,11 +62,11 @@ export default function HomePage() {
buttonAnimation="slide-up"
carouselItems={[
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-lipsticks_23-2149030356.jpg", imageAlt: "luxury perfume bottle gold background elegant" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", imageAlt: "mens cologne bottle premium fragrance luxury" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-floral-cards-collection_23-2149017015.jpg", imageAlt: "luxury womens perfume bottle gold design" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-vector/wedding-anniversary-instagram-stories_23-2148919972.jpg", imageAlt: "unisex fragrance bottle luxury design" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg", imageAlt: "best selling perfume luxury bottle gold" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-vector/colorful-spring-sale-banners_23-2148449344.jpg", imageAlt: "bestseller luxury perfume bottle design" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=1", imageAlt: "mens cologne bottle premium fragrance luxury" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-floral-cards-collection_23-2149017015.jpg?_wi=1", imageAlt: "luxury womens perfume bottle gold design" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-vector/wedding-anniversary-instagram-stories_23-2148919972.jpg?_wi=1", imageAlt: "unisex fragrance bottle luxury design" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg?_wi=1", imageAlt: "best selling perfume luxury bottle gold" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-vector/colorful-spring-sale-banners_23-2148449344.jpg?_wi=1", imageAlt: "bestseller luxury perfume bottle design" },
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -89,13 +89,13 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "prod-1", name: "Essence Noir - Men's Cologne", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", imageAlt: "Essence Noir luxury mens cologne bottle", initialQuantity: 1,
id: "prod-1", name: "Essence Noir - Men's Cologne", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=2", imageAlt: "Essence Noir luxury mens cologne bottle", initialQuantity: 1,
},
{
id: "prod-2", name: "Rose Elegance - Women's Perfume", price: "$94.99", imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-floral-cards-collection_23-2149017015.jpg", imageAlt: "Rose Elegance premium womens perfume", initialQuantity: 1,
id: "prod-2", name: "Rose Elegance - Women's Perfume", price: "$94.99", imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-floral-cards-collection_23-2149017015.jpg?_wi=2", imageAlt: "Rose Elegance premium womens perfume", initialQuantity: 1,
},
{
id: "prod-3", name: "Harmony Unisex - Universal Scent", price: "$84.99", imageSrc: "http://img.b2bpic.net/free-vector/wedding-anniversary-instagram-stories_23-2148919972.jpg", imageAlt: "Harmony Unisex luxury universal fragrance", initialQuantity: 1,
id: "prod-3", name: "Harmony Unisex - Universal Scent", price: "$84.99", imageSrc: "http://img.b2bpic.net/free-vector/wedding-anniversary-instagram-stories_23-2148919972.jpg?_wi=2", imageAlt: "Harmony Unisex luxury universal fragrance", initialQuantity: 1,
},
]}
ariaLabel="Featured fragrances section"
@@ -124,7 +124,7 @@ export default function HomePage() {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-glass_23-2150226109.jpg", imageAlt: "Unisex fragrance collection showcase"},
{
id: "cat-4", title: "Best Sellers", tags: ["Top Rated", "Most Loved"],
imageSrc: "http://img.b2bpic.net/free-vector/colorful-spring-sale-banners_23-2148449344.jpg", imageAlt: "Best selling fragrances showcase"},
imageSrc: "http://img.b2bpic.net/free-vector/colorful-spring-sale-banners_23-2148449344.jpg?_wi=2", imageAlt: "Best selling fragrances showcase"},
]}
ariaLabel="Shop by category section"
/>
@@ -143,10 +143,10 @@ export default function HomePage() {
gridVariant="four-items-2x2-equal-grid"
products={[
{
id: "best-1", name: "Midnight Dream - Premium Cologne", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg", imageAlt: "Midnight Dream bestseller mens cologne", initialQuantity: 1,
id: "best-1", name: "Midnight Dream - Premium Cologne", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg?_wi=2", imageAlt: "Midnight Dream bestseller mens cologne", initialQuantity: 1,
},
{
id: "best-2", name: "Crystal Bloom - Luxury Perfume", price: "$104.99", imageSrc: "http://img.b2bpic.net/free-vector/colorful-spring-sale-banners_23-2148449344.jpg", imageAlt: "Crystal Bloom bestseller womens perfume", initialQuantity: 1,
id: "best-2", name: "Crystal Bloom - Luxury Perfume", price: "$104.99", imageSrc: "http://img.b2bpic.net/free-vector/colorful-spring-sale-banners_23-2148449344.jpg?_wi=3", imageAlt: "Crystal Bloom bestseller womens perfume", initialQuantity: 1,
},
{
id: "best-3", name: "Golden Hour - Elegant Fragrance", price: "$94.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bath-concept-accessories_23-2148419407.jpg", imageAlt: "Golden Hour bestseller luxury fragrance", initialQuantity: 1,