From f7d9285fbe8eb32ffa37375813cfc77889967eae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:15:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 147 +++++++++++++++++++++++------------------------ 1 file changed, 73 insertions(+), 74 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a2c44d..4377a3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroCentered from "@/components/sections/hero/HeroCentered"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; +import FeatureCardNineteen as FeatureCardNineteenMens from "@/components/sections/feature/FeatureCardNineteen"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; @@ -22,7 +23,7 @@ const navItems = [ { name: "Contact", id: "/contact" } ]; -export default function HomePage() { +export default function Home() { return ( + + +
+ +
+ +
+ @@ -133,58 +164,28 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Beauty Enthusiast", - company: "NYC", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135471.jpg?_wi=1", - imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", role: "Beauty Enthusiast", company: "NYC", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135471.jpg", imageAlt: "Sarah Johnson" }, { - id: "2", - name: "Emily Rodriguez", - role: "Skincare Professional", - company: "Los Angeles", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", - imageAlt: "Emily Rodriguez" + id: "2", name: "Emily Rodriguez", role: "Skincare Professional", company: "Los Angeles", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emily Rodriguez" }, { - id: "3", - name: "Jessica Chen", - role: "Wellness Coach", - company: "San Francisco", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sincere-delighted-feminine-blond-girl-with-blue-eyes-nice-happy-smile-gazing-camera-giggling-having-fun-laughing-enjoying-evening-posing-satisfied-cheerful-tender-pose-white-wall_176420-35203.jpg?_wi=1", - imageAlt: "Jessica Chen" + id: "3", name: "Jessica Chen", role: "Wellness Coach", company: "San Francisco", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/sincere-delighted-feminine-blond-girl-with-blue-eyes-nice-happy-smile-gazing-camera-giggling-having-fun-laughing-enjoying-evening-posing-satisfied-cheerful-tender-pose-white-wall_176420-35203.jpg", imageAlt: "Jessica Chen" }, { - id: "4", - name: "Rachel Williams", - role: "Fashion Blogger", - company: "Miami", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=1", - imageAlt: "Rachel Williams" + id: "4", name: "Rachel Williams", role: "Fashion Blogger", company: "Miami", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Rachel Williams" }, { - id: "5", - name: "Amanda Davis", - role: "Dermatologist", - company: "Boston", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", - imageAlt: "Amanda Davis" + id: "5", name: "Amanda Davis", role: "Dermatologist", company: "Boston", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Amanda Davis" }, { - id: "6", - name: "Michelle Garcia", - role: "Entrepreneur", - company: "Austin", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-haired-girl-toasty-fluffy-sweater-with-lens-flare-white-background_633478-2094.jpg?_wi=1", - imageAlt: "Michelle Garcia" + id: "6", name: "Michelle Garcia", role: "Entrepreneur", company: "Austin", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-haired-girl-toasty-fluffy-sweater-with-lens-flare-white-background_633478-2094.jpg", imageAlt: "Michelle Garcia" } ]} kpiItems={[ @@ -215,9 +216,10 @@ export default function HomePage() { description="Subscribe to receive beauty tips, product launches, and exclusive discounts delivered to your inbox" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg" imageAlt="Newsletter subscription" mediaPosition="right" + mediaAnimation="none" inputPlaceholder="Enter your email" buttonText="Subscribe" termsText="We respect your privacy. Unsubscribe at any time. By subscribing, you agree to our Terms and Privacy Policy." @@ -228,8 +230,7 @@ export default function HomePage() {