From c59af7d0d6cb56a02e230c32c7a0a612f9c7e311 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:42:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78429a9..f1ed761 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1