Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 04:00:54 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="mediumLarge"
background="noise"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -44,26 +44,26 @@ export default function LandingPage() {
tag="New Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
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/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg", imageAlt: "Premium fabric texture"},
{
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/beautiful-girl-trying-dress-room_1153-8054.jpg", imageAlt: "Luxury clothing display"},
{
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/still-life-spring-wardrobe-switch_23-2150478992.jpg", imageAlt: "Fashion accessories detail"},
{
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"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg", imageAlt: "Clothing store display"},
]}
rightCarouselItems={[
{
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/woman-home-goods-store-chooses-bath-towel-shopping-concept_169016-49336.jpg", imageAlt: "Fashion collection showcase"},
{
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/still-life-spring-wardrobe-switch_23-2150478992.jpg", imageAlt: "Style details"},
{
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/beautiful-girl-trying-dress-room_1153-8054.jpg", imageAlt: "Retail environment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg?_wi=2", imageAlt: "Material quality"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brazilian-women-working-as-clothing-designers_23-2150762220.jpg", imageAlt: "Material quality"},
]}
buttons={[
{ text: "Shop Collection", href: "#products" },