From ecc5562c53a181895095fa174ce9f980cb0b039b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:11:31 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"}, ]} /> -- 2.49.1 From 0ce2fc691514720166cbac0e48111aefaa91ff17 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:11:31 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." }, }, ]} /> -- 2.49.1