Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 08:16:05 +00:00
parent fb5e36b068
commit 7f2f1aa61f

View File

@@ -34,9 +34,7 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Shop Now",
href: "/products",
}}
text: "Shop Now", href: "/products"}}
animateOnLoad={true}
/>
</div>
@@ -51,22 +49,16 @@ export default function AboutPage() {
tagAnimation="opacity"
bulletPoints={[
{
title: "100% Natural Formula System",
description: "Our flagship natural coloring system uses only plant-based ingredients, preserving hair integrity while delivering stunning color.",
icon: Leaf,
title: "100% Natural Formula System", description: "Our flagship natural coloring system uses only plant-based ingredients, preserving hair integrity while delivering stunning color.", icon: Leaf,
},
{
title: "Patented Capsule Technology",
description: "Our proprietary capsule-based coloring system ensures precision, consistency, and zero waste in application.",
icon: Beaker,
title: "Patented Capsule Technology", description: "Our proprietary capsule-based coloring system ensures precision, consistency, and zero waste in application.", icon: Beaker,
},
{
title: "Professional & Consumer Trusted",
description: "Used by top salons worldwide and trusted by beauty professionals and individual enthusiasts alike.",
icon: Award,
title: "Professional & Consumer Trusted", description: "Used by top salons worldwide and trusted by beauty professionals and individual enthusiasts alike.", icon: Award,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/composition-spa-bathroom-elements_23-2147999953.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/composition-spa-bathroom-elements_23-2147999953.jpg"
imageAlt="LuxeHair heritage and product craftsmanship"
mediaAnimation="opacity"
imagePosition="right"
@@ -85,48 +77,30 @@ export default function AboutPage() {
tagAnimation="slide-up"
features={[
{
title: "Purity & Integrity",
description: "We never compromise on ingredients. Every product contains only what nature provides and science confirms as beneficial for hair.",
icon: Leaf,
title: "Purity & Integrity", description: "We never compromise on ingredients. Every product contains only what nature provides and science confirms as beneficial for hair.", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/colored-cloths-arrangement-with-natural-pigments_23-2148734437.jpg?_wi=2",
imageAlt: "Natural pure ingredients",
},
imageSrc: "http://img.b2bpic.net/free-photo/colored-cloths-arrangement-with-natural-pigments_23-2148734437.jpg", imageAlt: "Natural pure ingredients"},
{
imageSrc: "http://img.b2bpic.net/free-photo/indoor-fashion-lifestyle-portrait-young-fresh-amazing-woman-posing-bed-wearing-seductive-lingerie-relaxing-having-fun-morning-time_291049-528.jpg?_wi=2",
imageAlt: "Pure natural results",
},
imageSrc: "http://img.b2bpic.net/free-photo/indoor-fashion-lifestyle-portrait-young-fresh-amazing-woman-posing-bed-wearing-seductive-lingerie-relaxing-having-fun-morning-time_291049-528.jpg", imageAlt: "Pure natural results"},
],
},
{
title: "Innovation & Excellence",
description: "We invest in research and development to bring you breakthrough technologies like our patented capsule system.",
icon: Beaker,
title: "Innovation & Excellence", description: "We invest in research and development to bring you breakthrough technologies like our patented capsule system.", icon: Beaker,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-pill-plastic-blister-pack_9975-133834.jpg?_wi=2",
imageAlt: "Advanced capsule technology",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-pill-plastic-blister-pack_9975-133834.jpg", imageAlt: "Advanced capsule technology"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229745.jpg?_wi=2",
imageAlt: "Professional innovation",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229745.jpg", imageAlt: "Professional innovation"},
],
},
{
title: "Trust & Transparency",
description: "Our customers deserve to know exactly what they're putting on their hair. Complete transparency is non-negotiable.",
icon: Award,
title: "Trust & Transparency", description: "Our customers deserve to know exactly what they're putting on their hair. Complete transparency is non-negotiable.", icon: Award,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-donating-hair-cancer_657883-597.jpg?_wi=2",
imageAlt: "Trusted by professionals",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-donating-hair-cancer_657883-597.jpg", imageAlt: "Trusted by professionals"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg?_wi=2",
imageAlt: "Transparent results",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg", imageAlt: "Transparent results"},
],
},
]}
@@ -145,14 +119,7 @@ export default function AboutPage() {
tagIcon={CheckCircle}
tagAnimation="slide-up"
names={[
"Premium Salon Network",
"European Beauty Association",
"Natural Beauty Standards",
"Professional Stylists Guild",
"Luxury Beauty Institute",
"Eco-Conscious Beauty Alliance",
"Innovation in Hair Care",
]}
"Premium Salon Network", "European Beauty Association", "Natural Beauty Standards", "Professional Stylists Guild", "Luxury Beauty Institute", "Eco-Conscious Beauty Alliance", "Innovation in Hair Care"]}
textboxLayout="default"
useInvertedBackground={true}
speed={35}
@@ -165,8 +132,7 @@ export default function AboutPage() {
<FooterSimple
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Natural Color System", href: "/products" },
{ label: "Capsule Technology", href: "/products" },
{ label: "Hair Care Range", href: "/products" },
@@ -174,8 +140,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" },
{ label: "Careers", href: "#" },
@@ -183,8 +148,7 @@ export default function AboutPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Shipping Info", href: "#" },
@@ -192,8 +156,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookies", href: "#" },