diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 05b3e23..2e081e7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -47,6 +47,7 @@ export default function ContactPage() { 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="Contact GlowAura" mediaPosition="right" + mediaAnimation="none" inputPlaceholder="your@email.com" buttonText="Send Message" termsText="We respect your privacy and will only use your email to respond to your inquiry." diff --git a/src/app/mens/page.tsx b/src/app/mens/page.tsx index 38bb483..7af5d09 100644 --- a/src/app/mens/page.tsx +++ b/src/app/mens/page.tsx @@ -3,6 +3,7 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import HeroCentered from "@/components/sections/hero/HeroCentered"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import ContactSplit from "@/components/sections/contact/ContactSplit"; @@ -38,6 +39,25 @@ export default function MensPage() { /> +
+ +
+
@@ -82,61 +84,44 @@ export default function MensPage() {
-
+
@@ -144,8 +129,7 @@ export default function MensPage() { +
+ +
+ +
+ +
+ @@ -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() {
-
- -
- -
+
@@ -145,8 +96,7 @@ export default function ShopPage() {
+
+ +
+
@@ -82,61 +84,44 @@ export default function WomensPage() {
-
+
@@ -144,8 +129,7 @@ export default function WomensPage() {