Merge version_1 into main #3

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

View File

@@ -48,12 +48,12 @@ export default function LandingPage() {
{ text: "📞 Call (586) 555-0199", href: "tel:5865550199" },
]}
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", imageAlt: "Luxurious manicure service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gray-nail-design-female-hand-with-glitter-manicure_127675-2602.jpg", imageAlt: "Custom nail art" },
{ imageSrc: "http://img.b2bpic.net/free-photo/model-with-beautiful-blue-nails_23-2149921693.jpg", 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", imageAlt: "Deluxe pedicure result" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-varnish_23-2149820414.jpg", imageAlt: "Modern acrylic set" },
{ imageSrc: "http://img.b2bpic.net/free-photo/girls-polishing-their-nails_1122-532.jpg", imageAlt: "Beautiful nail designs" },
{ 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?_wi=1", imageAlt: "Custom nail art" },
{ 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?_wi=1", imageAlt: "Deluxe pedicure result" },
{ 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?_wi=1", imageAlt: "Beautiful nail designs" },
]}
/>
</div>
@@ -114,11 +114,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ 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" },
{ id: "g2", name: "Gel Set Shine", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/model-with-beautiful-blue-nails_23-2149921693.jpg" },
{ 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" },
{ 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" },
{ id: "g5", name: "Deluxe Seasonal Set", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/girls-polishing-their-nails_1122-532.jpg" },
{ 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?_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?_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?_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?_wi=2" },
{ id: "g5", name: "Deluxe Seasonal Set", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/girls-polishing-their-nails_1122-532.jpg?_wi=2" },
{ id: "g6", name: "Modern Acrylic Set", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicate-woman-with-french-manicure_23-2149311573.jpg" },
]}
title="Our Work"
@@ -135,7 +135,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Your Phone Number", 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>