Update src/app/page.tsx

This commit is contained in:
2026-03-09 04:01:29 +00:00
parent da55be86ab
commit 0e8cabe32a

View File

@@ -47,23 +47,23 @@ export default function LandingPage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg", imageAlt: "Premium fabric texture"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg?_wi=1", imageAlt: "Premium fabric texture"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg", imageAlt: "Luxury clothing display"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg?_wi=1", imageAlt: "Luxury clothing display"},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478992.jpg", imageAlt: "Fashion accessories detail"},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478992.jpg?_wi=1", imageAlt: "Fashion accessories detail"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg", imageAlt: "Clothing store display"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg?_wi=1", imageAlt: "Clothing store display"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg", imageAlt: "Fashion collection showcase"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg?_wi=2", imageAlt: "Fashion collection showcase"},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478992.jpg", imageAlt: "Style details"},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478992.jpg?_wi=2", imageAlt: "Style details"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg", imageAlt: "Retail environment"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trying-dress-room_1153-8054.jpg?_wi=2", imageAlt: "Retail environment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg", imageAlt: "Material quality"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg?_wi=2", imageAlt: "Material quality"},
]}
buttons={[
{ text: "Shop Collection", href: "#products" },