Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-12 01:42:47 +00:00

View File

@@ -56,10 +56,10 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24218.jpg", imageAlt: "Ombre nail design" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/nail-products-arrangement_23-2149046519.jpg", imageAlt: "Glitter nail art" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24226.jpg", imageAlt: "Rose gold nails" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-feet-hands-woman-sit-edge-blue-swimming-pool-vacation_343596-3579.jpg", imageAlt: "Hot pink nails" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pretty-manicured-womans-hands-knees_343596-718.jpg", imageAlt: "Baby pink nails" }
{ imageSrc: "http://img.b2bpic.net/free-photo/nail-products-arrangement_23-2149046519.jpg?_wi=1", imageAlt: "Glitter nail art" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24226.jpg?_wi=1", imageAlt: "Rose gold nails" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-feet-hands-woman-sit-edge-blue-swimming-pool-vacation_343596-3579.jpg?_wi=1", imageAlt: "Hot pink nails" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pretty-manicured-womans-hands-knees_343596-718.jpg?_wi=1", imageAlt: "Baby pink nails" }
]}
carouselPosition="right"
buttons={[
@@ -93,16 +93,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "01", title: "Pink Gradient Bliss", description: "Smooth ombre transitions in soft to vibrant pinks. Perfect for that Instagram-worthy look.", imageSrc: "http://img.b2bpic.net/free-photo/nail-products-arrangement_23-2149046519.jpg", imageAlt: "Pink gradient nail design"
id: "01", title: "Pink Gradient Bliss", description: "Smooth ombre transitions in soft to vibrant pinks. Perfect for that Instagram-worthy look.", imageSrc: "http://img.b2bpic.net/free-photo/nail-products-arrangement_23-2149046519.jpg?_wi=2", imageAlt: "Pink gradient nail design"
},
{
id: "02", title: "Sparkle & Shine", description: "Glitter-infused pink designs that catch the light beautifully. Ideal for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24226.jpg", imageAlt: "Sparkle nail art"
id: "02", title: "Sparkle & Shine", description: "Glitter-infused pink designs that catch the light beautifully. Ideal for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24226.jpg?_wi=2", imageAlt: "Sparkle nail art"
},
{
id: "03", title: "Floral Romance", description: "Delicate flower patterns on pink backgrounds. Elegant and timeless.", imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-feet-hands-woman-sit-edge-blue-swimming-pool-vacation_343596-3579.jpg", imageAlt: "Floral nail design"
id: "03", title: "Floral Romance", description: "Delicate flower patterns on pink backgrounds. Elegant and timeless.", imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-feet-hands-woman-sit-edge-blue-swimming-pool-vacation_343596-3579.jpg?_wi=2", imageAlt: "Floral nail design"
},
{
id: "04", title: "Baby Pink Chic", description: "Soft, pastel pink designs with minimalist accents. Subtle sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-manicured-womans-hands-knees_343596-718.jpg", imageAlt: "Baby pink nail art"
id: "04", title: "Baby Pink Chic", description: "Soft, pastel pink designs with minimalist accents. Subtle sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-manicured-womans-hands-knees_343596-718.jpg?_wi=2", imageAlt: "Baby pink nail art"
}
]}
textboxLayout="default"