Update src/app/about/page.tsx

This commit is contained in:
2026-01-22 13:18:33 +00:00
parent fb9a8c06d0
commit 6384d029d5

View File

@@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Award, Leaf, Globe, Sparkles, Palette, Beaker, Star, CheckCircle, Shield, Zap } from "lucide-react";
@@ -53,10 +54,7 @@ export default function AboutPage() {
tagIcon={Award}
features={[
{
id: "1",
title: "Ingredient Sourcing",
description: "We partner with the world's finest botanical suppliers to source rare and precious ingredients. Each component is selected for its purity and aromatic properties.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/glass-vase-female-hand-home-goods-store_169016-52128.jpg" },
id: "1", title: "Ingredient Sourcing", description: "We partner with the world's finest botanical suppliers to source rare and precious ingredients. Each component is selected for its purity and aromatic properties.", media: { imageSrc: "https://img.b2bpic.net/free-photo/glass-vase-female-hand-home-goods-store_169016-52128.jpg" },
items: [
{ icon: Leaf, text: "100% natural ingredients" },
{ icon: Globe, text: "Global supplier network" },
@@ -65,10 +63,7 @@ export default function AboutPage() {
reverse: false
},
{
id: "2",
title: "Artisan Blending",
description: "Our master perfumers blend each fragrance with precision and passion, creating harmonious compositions that evolve beautifully on the skin.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/ingredients-pastry_23-2147693995.jpg" },
id: "2", title: "Artisan Blending", description: "Our master perfumers blend each fragrance with precision and passion, creating harmonious compositions that evolve beautifully on the skin.", media: { imageSrc: "https://img.b2bpic.net/free-photo/ingredients-pastry_23-2147693995.jpg" },
items: [
{ icon: Palette, text: "Master perfumer expertise" },
{ icon: Beaker, text: "Science meets art" },
@@ -77,10 +72,7 @@ export default function AboutPage() {
reverse: true
},
{
id: "3",
title: "Quality Assurance",
description: "Every batch undergoes rigorous testing to ensure consistency, stability, and excellence. Our standards exceed industry requirements.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/beakers-equipment-table-factory-laboratory_1359-307.jpg" },
id: "3", title: "Quality Assurance", description: "Every batch undergoes rigorous testing to ensure consistency, stability, and excellence. Our standards exceed industry requirements.", media: { imageSrc: "https://img.b2bpic.net/free-photo/beakers-equipment-table-factory-laboratory_1359-307.jpg" },
items: [
{ icon: CheckCircle, text: "Laboratory tested" },
{ icon: Shield, text: "Dermatologist approved" },
@@ -112,24 +104,21 @@ export default function AboutPage() {
copyrightText="© 2025 Lavanda Fragrances. All rights reserved."
columns={[
{
title: "Collections",
items: [
title: "Collections", items: [
{ label: "All Fragrances", href: "/collections" },
{ label: "New Arrivals", href: "/collections" },
{ label: "Limited Edition", href: "/collections" }
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" },
{ label: "Careers", href: "/careers" }
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "/faq" },
{ label: "Shipping Info", href: "/shipping" }