Update src/app/about/page.tsx

This commit is contained in:
2026-02-13 13:25:53 +00:00
parent 1e5fd76a70
commit 0c59e975ed

View File

@@ -31,8 +31,7 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Book Now",
href: "/contact"
text: "Book Now", href: "/contact"
}}
/>
</div>
@@ -66,40 +65,20 @@ export default function AboutPage() {
tag="Client Stories"
testimonials={[
{
id: "1",
name: "Sarah Mitchell",
role: "Bride",
company: "2024 Wedding",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-professional-businesswoman-looking-upper-left-corner-with-hopeful-face-expression-standing-white_176420-41313.jpg",
imageAlt: "Sarah Mitchell"
id: "1", name: "Sarah Mitchell", role: "Bride", company: "2024 Wedding", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-professional-businesswoman-looking-upper-left-corner-with-hopeful-face-expression-standing-white_176420-41313.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "2",
name: "Jessica Chen",
role: "Event Planner",
company: "Stellar Events",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
imageAlt: "Jessica Chen"
id: "2", name: "Jessica Chen", role: "Event Planner", company: "Stellar Events", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Jessica Chen"
},
{
id: "3",
name: "Michael Rodriguez",
role: "Corporate Manager",
company: "Tech Innovations Inc",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg",
imageAlt: "Michael Rodriguez"
id: "3", name: "Michael Rodriguez", role: "Corporate Manager", company: "Tech Innovations Inc", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Michael Rodriguez"
},
{
id: "4",
name: "Emily Watson",
role: "Interior Designer",
company: "Design Studio",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg",
imageAlt: "Emily Watson"
id: "4", name: "Emily Watson", role: "Interior Designer", company: "Design Studio", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg", imageAlt: "Emily Watson"
}
]}
gridVariant="uniform-all-items-equal"
@@ -114,24 +93,21 @@ export default function AboutPage() {
copyrightText="© 2025 Bella Flowers Studio. All rights reserved."
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Arrangements", href: "/arrangements" },
{ label: "Custom Orders", href: "/services" },
{ label: "Corporate Gifts", href: "/services" }
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Delivery Info", href: "/contact" },
{ label: "FAQ", href: "/contact" },
{ label: "Privacy Policy", href: "#" }