Update src/app/page.tsx

This commit is contained in:
2026-05-28 22:34:44 +00:00
parent 500d792aef
commit 5b60d34520

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>
);
}
}