Merge version_1 into main #6
@@ -41,8 +41,8 @@ export default function AboutPage() {
|
||||
layout="section"
|
||||
title="Our Mission"
|
||||
sections={[
|
||||
{ heading: "Vision", content: { type: "paragraph", text: "To set the standard for high-performance design." } },
|
||||
{ heading: "Values", content: { type: "list", items: ["Integrity", "Performance", "Innovation", "Transparency"] } },
|
||||
{ heading: "Vision", content: { text: "To set the standard for high-performance design." } },
|
||||
{ heading: "Values", content: { items: ["Integrity", "Performance", "Innovation", "Transparency"] } },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -62,11 +62,11 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Ascendency"
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Web Design", href: "/services" }, { label: "SEO", href: "/services" }, { label: "Branding", href: "/services" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
logoText="Ascendency"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user