From 7a9ac82db94a06d4d6b8b97f72d3d940d7dbcdbc Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 16:52:15 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index efc085d..b4b8b98 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,7 +4,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Instagram, Facebook, Pinterest } from 'lucide-react'; +import { Instagram, Facebook, Hash } from 'lucide-react'; export default function AboutPage() { return ( @@ -31,8 +31,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Book Now", - href: "/contact" + text: "Book Now", href: "/contact" }} /> @@ -54,25 +53,16 @@ export default function AboutPage() { description="The principles that guide every arrangement we create and every relationship we build" features={[ { - id: "1", - title: "Craftsmanship Excellence", - tags: ["Quality", "Attention to Detail"], - imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149247537.jpg", - imageAlt: "Florist crafting arrangement" + id: "1", title: "Craftsmanship Excellence", tags: ["Quality", "Attention to Detail"], + imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149247537.jpg", imageAlt: "Florist crafting arrangement" }, { - id: "2", - title: "Sustainable Practices", - tags: ["Eco-Friendly", "Local Sourcing"], - imageSrc: "https://img.b2bpic.net/free-photo/vase-flower_74190-1525.jpg", - imageAlt: "Sustainable flower arrangement" + id: "2", title: "Sustainable Practices", tags: ["Eco-Friendly", "Local Sourcing"], + imageSrc: "https://img.b2bpic.net/free-photo/vase-flower_74190-1525.jpg", imageAlt: "Sustainable flower arrangement" }, { - id: "3", - title: "Personal Touch", - tags: ["Custom Design", "Client-Focused"], - imageSrc: "https://img.b2bpic.net/free-photo/blooming-flowers-table-garden_1304-4038.jpg", - imageAlt: "Personalized floral design" + id: "3", title: "Personal Touch", tags: ["Custom Design", "Client-Focused"], + imageSrc: "https://img.b2bpic.net/free-photo/blooming-flowers-table-garden_1304-4038.jpg", imageAlt: "Personalized floral design" } ]} animationType="slide-up" @@ -99,7 +89,7 @@ export default function AboutPage() { socialLinks={[ { icon: Instagram, href: "https://instagram.com/jasminflowers", ariaLabel: "Instagram" }, { icon: Facebook, href: "https://facebook.com/jasminflowers", ariaLabel: "Facebook" }, - { icon: Pinterest, href: "https://pinterest.com/jasminflowers", ariaLabel: "Pinterest" } + { icon: Hash, href: "https://pinterest.com/jasminflowers", ariaLabel: "Pinterest" } ]} />