Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 22:13:12 +00:00

View File

@@ -60,27 +60,27 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-manicure-wearing-jewelry-holding-pretty-small-red-bag_132075-12159.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-manicure-wearing-jewelry-holding-pretty-small-red-bag_132075-12159.jpg?_wi=1",
imageAlt: "Luxurious manicure service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/gray-nail-design-female-hand-with-glitter-manicure_127675-2602.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gray-nail-design-female-hand-with-glitter-manicure_127675-2602.jpg?_wi=1",
imageAlt: "Custom nail art",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/model-with-beautiful-blue-nails_23-2149921693.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/model-with-beautiful-blue-nails_23-2149921693.jpg?_wi=1",
imageAlt: "Gel manicure set",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-bowl-spa-water-with-flowers-close-up-hands-spa_1150-37714.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-bowl-spa-water-with-flowers-close-up-hands-spa_1150-37714.jpg?_wi=1",
imageAlt: "Deluxe pedicure result",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-varnish_23-2149820414.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-varnish_23-2149820414.jpg?_wi=1",
imageAlt: "Modern acrylic set",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/girls-polishing-their-nails_1122-532.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girls-polishing-their-nails_1122-532.jpg?_wi=1",
imageAlt: "Beautiful nail designs",
},
]}
@@ -222,31 +222,31 @@ export default function LandingPage() {
id: "g1",
name: "Custom Nail Design",
price: "$20",
imageSrc: "http://img.b2bpic.net/free-photo/gray-nail-design-female-hand-with-glitter-manicure_127675-2602.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gray-nail-design-female-hand-with-glitter-manicure_127675-2602.jpg?_wi=2",
},
{
id: "g2",
name: "Gel Set Shine",
price: "$35",
imageSrc: "http://img.b2bpic.net/free-photo/model-with-beautiful-blue-nails_23-2149921693.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/model-with-beautiful-blue-nails_23-2149921693.jpg?_wi=2",
},
{
id: "g3",
name: "Spa Pedicure Result",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-bowl-spa-water-with-flowers-close-up-hands-spa_1150-37714.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-bowl-spa-water-with-flowers-close-up-hands-spa_1150-37714.jpg?_wi=2",
},
{
id: "g4",
name: "Elegant French Tips",
price: "$40",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-varnish_23-2149820414.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-varnish_23-2149820414.jpg?_wi=2",
},
{
id: "g5",
name: "Deluxe Seasonal Set",
price: "$55",
imageSrc: "http://img.b2bpic.net/free-photo/girls-polishing-their-nails_1122-532.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girls-polishing-their-nails_1122-532.jpg?_wi=2",
},
{
id: "g6",
@@ -279,7 +279,7 @@ export default function LandingPage() {
required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-manicure-wearing-jewelry-holding-pretty-small-red-bag_132075-12159.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-manicure-wearing-jewelry-holding-pretty-small-red-bag_132075-12159.jpg?_wi=2"
buttonText="Check Availability"
/>
</div>