diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 4556f30..6c7e0a8 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,30 +26,18 @@ export default function LandingPage() {
@@ -68,21 +56,13 @@ export default function LandingPage() {
title="Our Values"
sections={[
{
- heading: "Transparency",
- content: {
- type: "paragraph",
- text: "We believe in open communication.",
- },
+ heading: "Transparency", content: {
+ text: "We believe in open communication."},
},
{
- heading: "Craftsmanship",
- content: {
- type: "list",
+ heading: "Craftsmanship", content: {
items: [
- "Detail-oriented",
- "Modern Aesthetic",
- "Technical Precision",
- ],
+ "Detail-oriented", "Modern Aesthetic", "Technical Precision"],
},
},
]}
@@ -93,29 +73,19 @@ export default function LandingPage() {