Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-04-12 14:11:35 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -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"},
]}
/>
</div>

View File

@@ -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." },
},
]}
/>