Merge version_1 into main #4
@@ -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>
|
||||
|
||||
@@ -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." },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user