diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 02dfedc..c028a77 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -19,8 +19,7 @@ export default function AboutPage() {
const footerColumns = [
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Projects", href: "/projects" },
{ label: "Vision", href: "/about" },
@@ -28,8 +27,7 @@ export default function AboutPage() {
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Instagram", href: "https://instagram.com" },
@@ -37,8 +35,7 @@ export default function AboutPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Newsletter", href: "#" },
{ label: "Blog", href: "/writing" },
{ label: "Privacy", href: "#" },
@@ -60,6 +57,76 @@ export default function AboutPage() {
secondaryButtonStyle="layered"
headingFontWeight="light"
>
+
+
+
+
+
+
+
+
+
+
+
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 169264e..0efd9c1 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -19,8 +19,7 @@ export default function ContactPage() {
const footerColumns = [
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Projects", href: "/projects" },
{ label: "Vision", href: "/about" },
@@ -28,8 +27,7 @@ export default function ContactPage() {
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Instagram", href: "https://instagram.com" },
@@ -37,8 +35,7 @@ export default function ContactPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Newsletter", href: "#" },
{ label: "Blog", href: "/writing" },
{ label: "Privacy", href: "#" },
@@ -60,6 +57,76 @@ export default function ContactPage() {
secondaryButtonStyle="layered"
headingFontWeight="light"
>
+
+
+
+
+
+
+
+
+
+
+
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 387b99f..4611629 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -6,40 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
+ variable: "--font-inter", subsets: ["latin"],
});
const openSans = Open_Sans({
- variable: "--font-open-sans",
- subsets: ["latin"],
+ variable: "--font-open-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Building Ideas Into Reality | Creative Portfolio",
- description: "A collection of projects, thoughts, and creative vision. Explore work across design, digital experience, and strategic direction.",
- keywords: "portfolio, creative design, digital experience, brand strategy, visual storytelling",
- metadataBase: new URL("https://portfolio.example.com"),
+ title: "Building Ideas Into Reality | Creative Portfolio", description: "A collection of projects, thoughts, and creative vision. Explore work across design, digital experience, and strategic direction.", keywords: "portfolio, creative design, digital experience, brand strategy, visual storytelling", metadataBase: new URL("https://portfolio.example.com"),
alternates: {
- canonical: "https://portfolio.example.com",
- },
+ canonical: "https://portfolio.example.com"},
openGraph: {
- title: "Building Ideas Into Reality",
- description: "Creative portfolio showcasing intentional design and strategic vision.",
- type: "website",
- siteName: "Portfolio",
- images: [
+ title: "Building Ideas Into Reality", description: "Creative portfolio showcasing intentional design and strategic vision.", type: "website", siteName: "Portfolio", images: [
{
- url: "http://img.b2bpic.net/free-psd/acting-agency-template-landing-page_23-2148797778.jpg",
- alt: "Portfolio showcase",
- },
+ url: "http://img.b2bpic.net/free-psd/acting-agency-template-landing-page_23-2148797778.jpg", alt: "Portfolio showcase"},
],
},
twitter: {
- card: "summary_large_image",
- title: "Building Ideas Into Reality",
- description: "Creative portfolio with intentional design and vision.",
- images: ["http://img.b2bpic.net/free-psd/acting-agency-template-landing-page_23-2148797778.jpg"],
+ card: "summary_large_image", title: "Building Ideas Into Reality", description: "Creative portfolio with intentional design and vision.", images: ["http://img.b2bpic.net/free-psd/acting-agency-template-landing-page_23-2148797778.jpg"],
},
};
@@ -1427,4 +1412,4 @@ export default function RootLayout({