Update src/app/about/page.tsx

This commit is contained in:
2026-01-15 10:43:10 +00:00
parent 4c4f3bdae2
commit db5ebf2dc3

View File

@@ -10,26 +10,24 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
export default function AboutPage() { export default function AboutPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="bounce-effect" defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide" defaultTextAnimation="entrance-slide"
borderRadius="soft" borderRadius="soft"
contentWidth="mediumSmall" contentWidth="medium"
sizing="largeSizeMediumTitles" sizing="medium"
background="none" background="none"
cardStyle="solid" cardStyle="solid"
primaryButtonStyle="double-inset" primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="glass"
showBlurBottom={false}
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
brandName="Kvitka Moya" brandName="Kvitka Moya"
navItems={[ navItems={[
{ name: "About", id: "about" }, { name: "Home", id: "/" },
{ name: "Products", id: "products" }, { name: "About", id: "/about" },
{ name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "/faq" },
{ name: "FAQ", id: "faq" }, { name: "Contact", id: "/contact" }
{ name: "Contact", id: "contact" }
]} ]}
/> />
</div> </div>
@@ -40,19 +38,13 @@ export default function AboutPage() {
description="We are passionate florists dedicated to creating stunning arrangements that celebrate life's special moments." description="We are passionate florists dedicated to creating stunning arrangements that celebrate life's special moments."
tabs={[ tabs={[
{ {
id: "craftsmanship", id: "craftsmanship", label: "Craftsmanship", description: "Each arrangement is meticulously handcrafted by our expert florists using the freshest seasonal blooms sourced from premium growers worldwide."
label: "Craftsmanship",
description: "Each arrangement is meticulously handcrafted by our expert florists using the freshest seasonal blooms sourced from premium growers worldwide."
}, },
{ {
id: "delivery", 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."
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", id: "customization", label: "Custom Design", description: "Work with our florists to create a completely custom arrangement that perfectly matches your vision and special occasion."
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" 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" description="See what makes us the trusted choice for flower lovers"
metrics={[ metrics={[
{ {
id: "1", 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"
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", 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"
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" animationType="blur-reveal"
@@ -94,32 +76,28 @@ export default function AboutPage() {
logoText="Kvitka Moya" logoText="Kvitka Moya"
columns={[ columns={[
{ {
title: "Shop", title: "Shop", items: [
items: [
{ label: "Arrangements", href: "/products" }, { label: "Arrangements", href: "/products" },
{ label: "Seasonal Flowers", href: "/products" }, { label: "Seasonal Flowers", href: "/products" },
{ label: "Custom Orders", href: "/contact" } { label: "Custom Orders", href: "/contact" }
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Delivery Info", href: "/about" }, { label: "Delivery Info", href: "/about" },
{ label: "Blog", href: "#" } { label: "Blog", href: "#" }
] ]
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "FAQ", href: "/faq" }, { label: "FAQ", href: "/faq" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
{ label: "Track Order", href: "#" } { label: "Track Order", href: "#" }
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" }, { label: "Facebook", href: "https://facebook.com" },
{ label: "Newsletter", href: "/contact" } { label: "Newsletter", href: "/contact" }