From bd78c7777a0f71db51ebb6443781c18fe80e45c7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:21:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58befda..99d779a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,26 +45,26 @@ export default function LandingPage() { tag="Premium Nail Spa" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "floatingGradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-manicurist-filing-nails-with-nail-file_176420-11580.jpg?_wi=1", imageAlt: "Luxury nail salon interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-manicurist-filing-nails-with-nail-file_176420-11580.jpg", imageAlt: "Luxury nail salon interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg?_wi=1", imageAlt: "Vibrant nail polish collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg", imageAlt: "Vibrant nail polish collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816967.jpg?_wi=1", imageAlt: "Creative nail art designs"}, + imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816967.jpg", imageAlt: "Creative nail art designs"}, { - imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7605.jpg?_wi=1", imageAlt: "Elegant spa ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7605.jpg", imageAlt: "Elegant spa ambiance"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg?_wi=2", imageAlt: "Professional manicure service"}, + imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg", imageAlt: "Professional manicure service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816967.jpg?_wi=2", imageAlt: "Nail art showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816967.jpg", imageAlt: "Nail art showcase"}, { - imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7605.jpg?_wi=2", imageAlt: "Modern salon design"}, + imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7605.jpg", imageAlt: "Modern salon design"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-manicurist-filing-nails-with-nail-file_176420-11580.jpg?_wi=2", imageAlt: "Premium treatment room"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-manicurist-filing-nails-with-nail-file_176420-11580.jpg", imageAlt: "Premium treatment room"}, ]} buttons={[ { text: "Book Appointment", href: "contact" }, @@ -156,7 +156,7 @@ export default function LandingPage() { description="Ready to treat yourself to luxury nail care? Contact us today to schedule your appointment. Our team is excited to help you achieve your nail goals." tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "floatingGradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Now" -- 2.49.1