Update src/app/page.tsx

This commit is contained in:
2026-05-11 08:34:26 +00:00
parent aa53209ead
commit 3897b71bec

View File

@@ -97,6 +97,7 @@ export default function LandingPage() {
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "1", title: "Luxury Makeup Artistry", tags: ["Fashion", "Editorial"], imageSrc: "http://img.b2bpic.net/free-photo/male-patient-receiving-massage-from-doctor_107420-65165.jpg?_wi=2" },
{ id: "2", title: "Advanced Skin Glow Facials", tags: ["Skincare", "Rejuvenation"], imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-being-covered-plastic-black-straws_23-2148763400.jpg?_wi=3" },
@@ -125,6 +126,7 @@ export default function LandingPage() {
<MetricCardFourteen
title="Why Choose BEAUTY BUNKER"
tag="The Difference"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "100%", description: "Premium Products" },
{ id: "m2", value: "Elite", description: "Expert Specialists" },
@@ -139,6 +141,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Client Journeys"
description="What our exclusive clientele says."
testimonials={[]}
/>
</div>