From 5897986faa84c2fbc79cc271e51e55ec910c777b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:43:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 59 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 39 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3cc307..607eddc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,17 +53,23 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-teenager-taking-selfie_23-2148495438.jpg", imageAlt: "Premium clothing collection"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-teenager-taking-selfie_23-2148495438.jpg", imageAlt: "Premium clothing collection" + }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-jeans-oversize-jacket-walking-against-wall-street_285396-8035.jpg", imageAlt: "Designer apparel showcase"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-jeans-oversize-jacket-walking-against-wall-street_285396-8035.jpg", imageAlt: "Designer apparel showcase" + }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/store-employee-checking-stock-tablet_482257-84173.jpg", imageAlt: "Casual wear collection"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/store-employee-checking-stock-tablet_482257-84173.jpg", imageAlt: "Casual wear collection" + }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-fashion-stylist-facebook-template_23-2150084105.jpg", imageAlt: "Summer fashion line"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-fashion-stylist-facebook-template_23-2150084105.jpg", imageAlt: "Summer fashion line" + }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/female-colorful-clothing-set-racks-clothing-store-brand-new-modern-boutique_627829-6422.jpg", imageAlt: "Elegant fashion pieces"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/female-colorful-clothing-set-racks-clothing-store-brand-new-modern-boutique_627829-6422.jpg", imageAlt: "Elegant fashion pieces" + }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-psd/sales-discount-landing-page-template_23-2149984943.jpg", imageAlt: "Vibrant clothing collection"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-psd/sales-discount-landing-page-template_23-2149984943.jpg", imageAlt: "Vibrant clothing collection" + }, ]} autoPlay={true} autoPlayInterval={4000} @@ -121,17 +127,23 @@ export default function LandingPage() { -- 2.49.1