Update src/app/about/page.tsx
This commit is contained in:
@@ -10,26 +10,24 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
showBlurBottom={false}
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Kvitka Moya"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</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."
|
||||
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" }
|
||||
|
||||
Reference in New Issue
Block a user