Update src/app/page.tsx

This commit is contained in:
2026-03-04 22:24:35 +00:00
parent 964c2fc2ec
commit 9875679be2

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
carouselItems={[
{ id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-showing-off-eyeshadow_482257-121941.jpg", imageAlt: "Professional makeup collection" },
{ id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-caucasian-young-woman-model-with-juicy-lips-bright-blue-makeup-with-perfect-clean-skin_158538-3168.jpg", imageAlt: "Luxury lipstick shades" },
{ id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-caucasian-young-woman-model-with-juicy-lips-bright-blue-makeup-with-perfect-clean-skin_158538-3168.jpg?_wi=1", imageAlt: "Luxury lipstick shades" },
{ id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/collection-makeup-cosmetics-palette-brushes-white-back_1357-115.jpg", imageAlt: "Eyeshadow palette collection" },
{ id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/liquid-makeup-foundation-texture-smudges-macro-cosmetics-texture-top-view_633478-1789.jpg", imageAlt: "Premium foundation range" },
{ id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-9820.jpg", imageAlt: "Makeup accessories" },
@@ -160,15 +160,15 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahj_beauty", testimonial: "The makeup quality is absolutely incredible! My skin looks flawless and the colors last all day. I'm obsessed with Fantasiapelit!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-caucasian-young-woman-model-with-red-lips-bright-makeup-with-perfect-clean-skin-isolated-black_158538-12006.jpg", imageAlt: "Sarah Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-caucasian-young-woman-model-with-red-lips-bright-makeup-with-perfect-clean-skin-isolated-black_158538-12006.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Maya Rodriguez", handle: "@maya_glam", testimonial: "Finally found makeup that works for my sensitive skin. No irritation, just beautiful results. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-beauty-portrait-young-brunette-woman-with-evening-stylish-makeup-perfect-clean-skin-sexy-model-with-hair-bun-posing-studio-with-pink-bright-natural-lips-isolated-white_158538-24170.jpg", imageAlt: "Maya Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/fashion-beauty-portrait-young-brunette-woman-with-evening-stylish-makeup-perfect-clean-skin-sexy-model-with-hair-bun-posing-studio-with-pink-bright-natural-lips-isolated-white_158538-24170.jpg?_wi=1", imageAlt: "Maya Rodriguez"
},
{
id: "3", name: "Jessica Chen", handle: "@jessicas_looks", testimonial: "The color range is stunning and the formulation is so smooth. This is now my go-to brand for all my makeup needs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-caucasian-young-woman-model-with-juicy-lips-bright-blue-makeup-with-perfect-clean-skin_158538-3168.jpg", imageAlt: "Jessica Chen"
imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-caucasian-young-woman-model-with-juicy-lips-bright-blue-makeup-with-perfect-clean-skin_158538-3168.jpg?_wi=2", imageAlt: "Jessica Chen"
},
{
id: "4", name: "Amanda Blake", handle: "@amanda_style", testimonial: "Customer service is exceptional and the products are worth every penny. Professional quality at accessible prices!", rating: 5,
@@ -176,11 +176,11 @@ export default function LandingPage() {
},
{
id: "5", name: "Victoria Mills", handle: "@vicky_makeup", testimonial: "I've tried many brands, but Fantasiapelit stands out. The pigmentation is incredible and stays put all day!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-caucasian-young-woman-model-with-red-lips-bright-makeup-with-perfect-clean-skin-isolated-black_158538-12006.jpg", imageAlt: "Victoria Mills"
imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-caucasian-young-woman-model-with-red-lips-bright-makeup-with-perfect-clean-skin-isolated-black_158538-12006.jpg?_wi=2", imageAlt: "Victoria Mills"
},
{
id: "6", name: "Sofia Delgado", handle: "@sofia_glows", testimonial: "Amazing quality, beautiful packaging, and fast shipping. Fantasiapelit is my beauty soulmate!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-beauty-portrait-young-brunette-woman-with-evening-stylish-makeup-perfect-clean-skin-sexy-model-with-hair-bun-posing-studio-with-pink-bright-natural-lips-isolated-white_158538-24170.jpg", imageAlt: "Sofia Delgado"
imageSrc: "http://img.b2bpic.net/free-photo/fashion-beauty-portrait-young-brunette-woman-with-evening-stylish-makeup-perfect-clean-skin-sexy-model-with-hair-bun-posing-studio-with-pink-bright-natural-lips-isolated-white_158538-24170.jpg?_wi=2", imageAlt: "Sofia Delgado"
}
]}
/>