3 Commits

Author SHA1 Message Date
a1a794fdac Update src/app/page.tsx 2026-06-03 16:29:05 +00:00
d457ca8708 Update src/app/page.tsx 2026-06-03 16:28:36 +00:00
4b525e4a96 Merge version_1 into main
Merge version_1 into main
2026-06-03 16:25:05 +00:00

View File

@@ -79,7 +79,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/masseuse-use-two-hand-foot-massage-with-young-female_1150-20444.jpg", imageAlt: "Luxurious foot spa"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-manicurist-customer-hands_23-2148859709.jpg", imageAlt: "Natural-looking nail enhancements"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-manicurist-customer-hands_23-2148859709.jpg?_wi=1", imageAlt: "Natural-looking nail enhancements"},
{
imageSrc: "http://img.b2bpic.net/free-photo/collage-with-beautiful-woman-multiplicated_23-2148391271.jpg", imageAlt: "Stylish long nails"},
{
@@ -148,8 +148,8 @@ export default function LandingPage() {
value: "200+", title: "Unique Designs"},
]}
tag="About Us"
imageSrc="http://img.b2bpic.net/free-photo/woman-working-her-fashion-design-workshop_23-2148877379.jpg"
imageAlt="Interior of a luxurious nail spa room"
imageSrc="http://img.b2bpic.net/free-photo/close-up-manicurist-customer-hands_23-2148859709.jpg?_wi=2"
imageAlt="Manicurist working on client's nails"
mediaAnimation="slide-up"
metricsAnimation="blur-reveal"
/>
@@ -354,4 +354,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}