Update src/pages/AboutPage.tsx

This commit is contained in:
2026-06-20 08:03:08 +00:00
parent c52a5480ce
commit 2b50cbcfa1

View File

@@ -21,8 +21,7 @@ export default function AboutPage() {
title="Our Artistic Vision"
description="At Golden Chapter Studio, we believe design is a language of elegance."
badge="Est. 2019"
frontImageSrc="https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=800&q=80"
backImageSrc="https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=800&q=80"
frontVideoSrc="asset://gen-stock-rsv-33"
/>
</SectionErrorBoundary>
</div>
@@ -35,25 +34,15 @@ export default function AboutPage() {
description="Our journey from a small desk to a global creative brand."
metrics={[
{
value: "100%",
description: "Manual Craftsmanship",
},
value: "100%", description: "Manual Craftsmanship"},
{
value: "20+",
description: "Creative Awards",
},
value: "20+", description: "Creative Awards"},
{
value: "5000+",
description: "Happy Community Members",
},
value: "5000+", description: "Happy Community Members"},
{
value: "12",
description: "Countries Served",
},
value: "12", description: "Countries Served"},
{
value: "24/7",
description: "Global Creative Coverage",
},
value: "24/7", description: "Global Creative Coverage"},
]}
/>
</SectionErrorBoundary>