From db5ebf2dc316c779ba84ba3a42c7a69016883d47 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 15 Jan 2026 10:43:10 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 58 +++++++++++++----------------------------- 1 file changed, 18 insertions(+), 40 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5431d95..2971019 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,26 +10,24 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function AboutPage() { return ( @@ -40,19 +38,13 @@ export default function AboutPage() { description="We are passionate florists dedicated to creating stunning arrangements that celebrate life's special moments." tabs={[ { - id: "craftsmanship", - label: "Craftsmanship", - description: "Each arrangement is meticulously handcrafted by our expert florists using the freshest seasonal blooms sourced from premium growers worldwide." + id: "craftsmanship", label: "Craftsmanship", description: "Each arrangement is meticulously handcrafted by our expert florists using the freshest seasonal blooms sourced from premium growers worldwide." }, { - id: "delivery", - label: "Fast Delivery", - description: "We offer same-day delivery in the city center and next-day delivery across the region, ensuring your flowers arrive fresh and beautiful." + id: "delivery", label: "Fast Delivery", description: "We offer same-day delivery in the city center and next-day delivery across the region, ensuring your flowers arrive fresh and beautiful." }, { - id: "customization", - label: "Custom Design", - description: "Work with our florists to create a completely custom arrangement that perfectly matches your vision and special occasion." + id: "customization", label: "Custom Design", description: "Work with our florists to create a completely custom arrangement that perfectly matches your vision and special occasion." } ]} imageSrc="https://img.b2bpic.net/free-photo/smiling-female-florist-holding-basket-flowers_23-2147882381.jpg" @@ -68,20 +60,10 @@ export default function AboutPage() { description="See what makes us the trusted choice for flower lovers" metrics={[ { - id: "1", - value: "5,000+", - title: "Happy Customers", - description: "Trusted by thousands for celebrations and special moments", - imageSrc: "https://img.b2bpic.net/free-photo/i-wouldn-t-have-succeeded-without-your-support_637285-9621.jpg", - imageAlt: "Happy customers celebrating" + id: "1", value: "5,000+", title: "Happy Customers", description: "Trusted by thousands for celebrations and special moments", imageSrc: "https://img.b2bpic.net/free-photo/i-wouldn-t-have-succeeded-without-your-support_637285-9621.jpg", imageAlt: "Happy customers celebrating" }, { - id: "2", - value: "Same-Day", - title: "Fast Delivery", - description: "Guaranteed fresh delivery when you need it most", - imageSrc: "https://img.b2bpic.net/free-photo/successful-business-team-gathering-hands-unity-while-celebrating-office_637285-9623.jpg", - imageAlt: "Fast flower delivery service" + id: "2", value: "Same-Day", title: "Fast Delivery", description: "Guaranteed fresh delivery when you need it most", imageSrc: "https://img.b2bpic.net/free-photo/successful-business-team-gathering-hands-unity-while-celebrating-office_637285-9623.jpg", imageAlt: "Fast flower delivery service" } ]} animationType="blur-reveal" @@ -94,32 +76,28 @@ export default function AboutPage() { logoText="Kvitka Moya" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Arrangements", href: "/products" }, { label: "Seasonal Flowers", href: "/products" }, { label: "Custom Orders", href: "/contact" } ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Delivery Info", href: "/about" }, { label: "Blog", href: "#" } ] }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "/faq" }, { label: "Contact", href: "/contact" }, { label: "Track Order", href: "#" } ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Newsletter", href: "/contact" }