Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 09:39:04 +00:00
parent ee6a031f9d
commit 12d217fecf

View File

@@ -44,7 +44,7 @@ export default function AboutPage() {
tag="About Our Agency" tag="About Our Agency"
tagIcon={Building2} tagIcon={Building2}
tagAnimation="slide-up" tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg" imageSrc="http://img.b2bpic.net/free-photo/business-team-three-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-copy-space-business-meeting-concept_74855-11552.jpg?_wi=2"
imageAlt="Luxury Estates Team" imageAlt="Luxury Estates Team"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[{ text: "Learn More", href: "/about" }]} buttons={[{ text: "Learn More", href: "/about" }]}
@@ -110,21 +110,21 @@ export default function AboutPage() {
id: "01", id: "01",
title: "Integrity First", title: "Integrity First",
description: "Unwavering commitment to transparency, honesty, and ethical practices in every transaction and relationship.", description: "Unwavering commitment to transparency, honesty, and ethical practices in every transaction and relationship.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=5",
imageAlt: "Integrity", imageAlt: "Integrity",
}, },
{ {
id: "02", id: "02",
title: "Expert Knowledge", title: "Expert Knowledge",
description: "Deep market expertise, architectural insight, and investment acumen to guide our clients through complex decisions.", description: "Deep market expertise, architectural insight, and investment acumen to guide our clients through complex decisions.",
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg?_wi=4",
imageAlt: "Expertise", imageAlt: "Expertise",
}, },
{ {
id: "03", id: "03",
title: "Discretion & Privacy", title: "Discretion & Privacy",
description: "Complete confidentiality and privacy protection for all clients, their properties, and transactions at the highest level.", description: "Complete confidentiality and privacy protection for all clients, their properties, and transactions at the highest level.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors-with-stylish-dress-sunglasses_23-2149548580.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors-with-stylish-dress-sunglasses_23-2149548580.jpg?_wi=4",
imageAlt: "Privacy", imageAlt: "Privacy",
}, },
]} ]}