Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 16:23:10 +00:00

View File

@@ -51,13 +51,13 @@ export default function LandingPage() {
]}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-mascara-wand_23-2148398589.jpg", imageAlt: "Bridal makeup artist applying makeup"
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-mascara-wand_23-2148398589.jpg?_wi=1", imageAlt: "Bridal makeup artist applying makeup"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beauty-make-up-cosmetics-morning-people-concept-young-woman-with-makeup-brush-contouring-highlighting-palette-looking-mirror-home-bathroom_231208-13218.jpg", imageAlt: "Bride admiring makeup in mirror"
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beauty-make-up-cosmetics-morning-people-concept-young-woman-with-makeup-brush-contouring-highlighting-palette-looking-mirror-home-bathroom_231208-13218.jpg?_wi=1", imageAlt: "Bride admiring makeup in mirror"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10029.jpg", imageAlt: "Professional makeup application"
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10029.jpg?_wi=1", imageAlt: "Professional makeup application"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/bride-with-bouquet-flowers_23-2148106111.jpg", imageAlt: "Bride with radiant bridal makeup"
@@ -93,15 +93,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Luminous Bridal", name: "Classic Romance", price: "Featured", rating: 5,
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-mascara-wand_23-2148398589.jpg", imageAlt: "Classic Romance bridal makeup look"
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-mascara-wand_23-2148398589.jpg?_wi=2", imageAlt: "Classic Romance bridal makeup look"
},
{
id: "2", brand: "Luminous Bridal", name: "Modern Elegance", price: "Featured", rating: 5,
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/beauty-make-up-cosmetics-morning-people-concept-young-woman-with-makeup-brush-contouring-highlighting-palette-looking-mirror-home-bathroom_231208-13218.jpg", imageAlt: "Modern Elegance bridal makeup look"
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/beauty-make-up-cosmetics-morning-people-concept-young-woman-with-makeup-brush-contouring-highlighting-palette-looking-mirror-home-bathroom_231208-13218.jpg?_wi=2", imageAlt: "Modern Elegance bridal makeup look"
},
{
id: "3", brand: "Luminous Bridal", name: "Timeless Glamour", price: "Featured", rating: 5,
reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10029.jpg", imageAlt: "Timeless Glamour bridal makeup look"
reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10029.jpg?_wi=2", imageAlt: "Timeless Glamour bridal makeup look"
}
]}
gridVariant="uniform-all-items-equal"