diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0b178d7..b0e6051 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -42,10 +42,10 @@ export default function LandingPage() { title="Our Mission" sections={[ { - heading: "Vision", content: { type: "paragraph", text: "To set the standard for high-performance design." }, + heading: "Vision", content: { text: "To set the standard for high-performance design." }, }, { - heading: "Values", content: { type: "list", items: ["Integrity", "Performance", "Innovation", "Transparency"] }, + heading: "Values", content: { items: ["Integrity", "Performance", "Innovation", "Transparency"] }, }, ]} /> @@ -59,9 +59,9 @@ export default function LandingPage() { description="Our experts are passionate about digital excellence." testimonials={[ { - id: "staff1", title: "Design Lead", quote: "I focus on aesthetic precision.", name: "Eva G.", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg"}, + id: "staff1", title: "Design Lead", quote: "I focus on aesthetic precision.", name: "Eva G.", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg"}, { - id: "staff2", title: "Tech Architect", quote: "Code performance is the top priority.", name: "Mark D.", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"}, + id: "staff2", title: "Tech Architect", quote: "Code performance is the top priority.", name: "Mark D.", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"}, ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f30f511..7c3880d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -43,10 +43,10 @@ export default function LandingPage() { title="Contact Details" sections={[ { - heading: "Office", content: { type: "paragraph", text: "123 Neon Ave, Future City." }, + heading: "Office", content: { text: "123 Neon Ave, Future City." }, }, { - heading: "Support", content: { type: "paragraph", text: "24/7 client portal access." }, + heading: "Support", content: { text: "24/7 client portal access." }, }, ]} />