diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index a925c36..73442b4 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -28,21 +28,13 @@ export default function LandingPage() {
@@ -55,27 +47,20 @@ export default function LandingPage() {
features={[
{
icon: Users,
- title: "Expert Dealers",
- description: "Connect with seasoned professionals, each specializing in unique historical periods and items.",
- },
+ title: "Expert Dealers", description: "Connect with seasoned professionals, each specializing in unique historical periods and items."},
{
icon: Award,
- title: "Ethical Sourcing",
- description: "Every item is vetted for authenticity and provenance, ensuring you acquire genuine historical pieces.",
- },
+ title: "Ethical Sourcing", description: "Every item is vetted for authenticity and provenance, ensuring you acquire genuine historical pieces."},
{
icon: Paintbrush,
- title: "Restoration Services",
- description: "Our in-house specialists offer expert restoration to bring your cherished finds back to their former glory.",
- },
+ title: "Restoration Services", description: "Our in-house specialists offer expert restoration to bring your cherished finds back to their former glory."},
{
icon: MapPin,
- title: "Community Hub",
- description: "Regular events, workshops, and appraisals foster a lively environment for collectors and newcomers alike.",
- },
+ title: "Community Hub", description: "Regular events, workshops, and appraisals foster a lively environment for collectors and newcomers alike."},
]}
title="More Than Just Antiques"
description="We are a vibrant community of expert dealers, restorers, and enthusiasts dedicated to preserving history and sharing its beauty."
+ animationType="slide-up"
/>
@@ -85,38 +70,21 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "metric-1",
- value: "30+",
- title: "Years of Excellence",
- items: [
- "Serving Sheffield since 1994",
- "Trusted by generations",
- "A cornerstone of the community",
- ],
+ id: "metric-1", value: "30+", title: "Years of Excellence", items: [
+ "Serving Sheffield since 1994", "Trusted by generations", "A cornerstone of the community"],
},
{
- id: "metric-2",
- value: "20+",
- title: "Dedicated Dealers",
- items: [
- "Specialists in diverse fields",
- "Passionate about their craft",
- "Always ready to share knowledge",
- ],
+ id: "metric-2", value: "20+", title: "Dedicated Dealers", items: [
+ "Specialists in diverse fields", "Passionate about their craft", "Always ready to share knowledge"],
},
{
- id: "metric-3",
- value: "15000+",
- title: "Treasures Found",
- items: [
- "Every item tells a unique story",
- "A constantly evolving collection",
- "Connecting history with new homes",
- ],
+ id: "metric-3", value: "15000+", title: "Treasures Found", items: [
+ "Every item tells a unique story", "A constantly evolving collection", "Connecting history with new homes"],
},
]}
title="Our Journey So Far"
description="Celebrating our passion for history and community through numbers."
+ animationType="slide-up"
/>
@@ -127,32 +95,15 @@ export default function LandingPage() {
useInvertedBackground={true}
members={[
{
- id: "dealer-1",
- name: "Arthur Pinter",
- role: "Head Curator & Founder",
- description: "Arthur founded the centre with a vision to create a vibrant hub for antique enthusiasts.",
- imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-artist-apron-holds-paintbrush-leaning-picture-frame-workshop_613910-18200.jpg",
- imageAlt: "Arthur Pinter, Head Curator",
- },
+ id: "dealer-1", name: "Arthur Pinter", role: "Head Curator & Founder", description: "Arthur founded the centre with a vision to create a vibrant hub for antique enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-female-artist-apron-holds-paintbrush-leaning-picture-frame-workshop_613910-18200.jpg", imageAlt: "Arthur Pinter, Head Curator"},
{
- id: "dealer-2",
- name: "Elara Quinn",
- role: "Restoration Specialist",
- description: "Elara brings new life to old treasures, specializing in delicate furniture and textile restoration.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9538.jpg",
- imageAlt: "Elara Quinn, Restoration Specialist",
- },
+ id: "dealer-2", name: "Elara Quinn", role: "Restoration Specialist", description: "Elara brings new life to old treasures, specializing in delicate furniture and textile restoration.", imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9538.jpg", imageAlt: "Elara Quinn, Restoration Specialist"},
{
- id: "dealer-3",
- name: "Samuel Davies",
- role: "Events & Outreach Coordinator",
- description: "Sam organizes our popular workshops, appraisals, and community engagement initiatives.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
- imageAlt: "Samuel Davies, Events Coordinator",
- },
+ id: "dealer-3", name: "Samuel Davies", role: "Events & Outreach Coordinator", description: "Sam organizes our popular workshops, appraisals, and community engagement initiatives.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", imageAlt: "Samuel Davies, Events Coordinator"},
]}
title="Meet Our Dedicated Team"
description="Behind every cherished antique is a story, and behind every story, an expert. Our team is passionate about connecting you with history."
+ animationType="slide-up"
/>
@@ -160,50 +111,31 @@ export default function LandingPage() {