Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-05-28 22:34:51 +00:00
2 changed files with 17 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ const interTight = Inter_Tight({
});
export const metadata: Metadata = {
title: "KOVA | Premium Heavyweight Streetwear", description: "Discover KOVA: premium heavyweight streetwear with oversized fits, puff print graphics, and 100% cotton fabrics. Designed for everyday motion.", openGraph: {
title: 'KOVA | Premium Heavyweight Streetwear', description: 'Discover KOVA: premium heavyweight streetwear with oversized fits, puff print graphics, and 100% cotton fabrics. Designed for everyday motion.', openGraph: {
title: "KOVA | Premium Heavyweight Streetwear", description: "Discover KOVA: premium heavyweight streetwear with oversized fits, puff print graphics, and 100% cotton fabrics. Designed for everyday motion.", url: "https://www.kovaclothing.com", siteName: "KOVA", images: [{
url: "http://img.b2bpic.net/free-photo/person-using-eco-transport-new-york_23-2149219980.jpg", alt: "streetwear fashion model black clothes urban"
}],
@@ -25,6 +25,19 @@ export const metadata: Metadata = {
index: true,
follow: true
}
openGraph: {
"title": "KOVA | Premium Heavyweight Streetwear",
"description": "Discover KOVA: premium heavyweight streetwear with oversized fits, puff print graphics, and 100% cotton fabrics. Designed for everyday motion.",
"url": "https://www.kovaclothing.com",
"siteName": "KOVA",
"images": [
{
"url": "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EN79IzTVqnRgY7a4rioNVmREpe/uploaded-1780007634037-gjj32mkg.png",
"alt": "streetwear fashion model black clothes urban"
}
],
"type": "website"
},
};
export default function RootLayout({

View File

@@ -56,7 +56,7 @@ export default function HomePage() {
buttons={[
{ text: "SHOP NOW", href: "/shop" }
]}
imageSrc="http://img.b2bpic.net/free-photo/person-using-eco-transport-new-york_23-2149219980.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EN79IzTVqnRgY7a4rioNVmREpe/uploaded-1780007634037-gjj32mkg.png"
imageAlt="streetwear fashion model black clothes urban"
testimonials={[
{ name: "Alex K.", handle: "@alexk.style", testimonial: "The quality of KOVA streetwear is unmatched. The oversized fits are perfect and the puff print graphics really stand out. My go-to for everyday style!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229510.jpg?_wi=1" },
@@ -83,7 +83,7 @@ export default function HomePage() {
title="Premium Streetwear Craftsmanship"
description="Experience the difference in every detail, from fabric to finish. KOVA sets a new standard for quality and urban style."
features={[
{ title: "100% Heavyweight Cotton", description: "Our garments are crafted from premium 280-400 GSM 100% cotton, ensuring superior comfort, durability, and a luxurious feel.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-uncooked-assortment-noodles-with-blank-frame_23-2148377398.jpg", imageAlt: "close up cotton fabric texture white" },
{ title: "100% Heavyweight Cotton", description: "Our garments are crafted from premium 280-400 GSM 100% cotton, ensuring superior comfort, durability, and a luxurious feel.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EN79IzTVqnRgY7a4rioNVmREpe/uploaded-1780007634038-lmg71c9y.png", imageAlt: "close up cotton fabric texture white" },
{ title: "Distinctive Puff Print Graphics", description: "Unique puff print designs on the front and back of our apparel add a tactile, bold dimension to your streetwear style.", imageSrc: "http://img.b2bpic.net/free-photo/blue-textured-rough-background-block-prints-fabric_53876-103516.jpg", imageAlt: "puff print graphic t-shirt detail black" },
{ title: "Limited First Drop Availability", description: "Secure your exclusive pieces from our highly anticipated initial collection. Available soon, these items are designed to sell out quickly.", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-sale-template_23-2149879304.jpg", imageAlt: "limited edition streetwear new collection" }
]}
@@ -151,4 +151,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}