Update src/app/layout.tsx

This commit is contained in:
2025-12-29 22:24:50 +00:00
parent 6352309040
commit 104c428a86

View File

@@ -10,28 +10,28 @@ const inter = Inter({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Capital Partners - Venture Capital & Investment", title: "StepStyle - Premium Shoe Store & Fashion Footwear",
description: "Strategic venture capital firm backing transformative companies. Portfolio companies in fintech, climate, biotech, and enterprise software.", description: "Discover our curated collection of premium shoes for every occasion. Shop trending styles, comfortable footwear, and exclusive sneaker releases at StepStyle.",
keywords: "venture capital, investment, startup funding, series a, series b, portfolio", keywords: "shoes, footwear, sneakers, fashion shoes, designer shoes, comfortable shoes, shoe store",
metadataBase: new URL("https://capitalpartners.com"), metadataBase: new URL("https://stepstyle.com"),
alternates: { alternates: {
canonical: "https://capitalpartners.com" canonical: "https://stepstyle.com"
}, },
openGraph: { openGraph: {
title: "Capital Partners - Venture Capital & Investment", title: "StepStyle - Premium Shoe Store & Fashion Footwear",
description: "Strategic venture capital firm backing transformative companies across multiple sectors.", description: "Discover our curated collection of premium shoes for every occasion. Shop trending styles and exclusive releases.",
siteName: "Capital Partners", siteName: "StepStyle",
type: "website", type: "website",
images: [{ images: [{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184700299-5zkwi6rw.jpg", url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767045280682-cq1jxn74.jpg",
alt: "Capital Partners Office" alt: "StepStyle Shoe Store"
}] }]
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image",
title: "Capital Partners - Venture Capital & Investment", title: "StepStyle - Premium Shoe Store & Fashion Footwear",
description: "Strategic venture capital firm backing transformative companies.", description: "Discover our curated collection of premium shoes for every occasion.",
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184700299-5zkwi6rw.jpg"] images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767045280682-cq1jxn74.jpg"]
} }
}; };