Update src/app/shop/page.tsx

This commit is contained in:
2026-03-03 19:16:39 +00:00
parent 4d3f3160c1
commit f43fd576d3

View File

@@ -62,7 +62,7 @@ export default function ShopPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="STREETWEAR CO."
brandName="UNREST"
button={{ text: "Cart", href: "/cart" }}
animateOnLoad={true}
/>
@@ -79,16 +79,16 @@ export default function ShopPage() {
gridVariant="four-items-2x2-equal-grid"
products={[
{
id: "baggy-jeans", brand: "STREETWEAR CO.", name: "Oversized Baggy Jeans", price: "R599", rating: 5,
id: "baggy-jeans", brand: "UNREST", name: "Oversized Baggy Jeans", price: "R599", rating: 5,
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=3", imageAlt: "Baggy jeans with fingerprint graphic print"},
{
id: "long-sleeve", brand: "STREETWEAR CO.", name: "Knife Graphic Long Sleeve", price: "R399", rating: 5,
id: "long-sleeve", brand: "UNREST", name: "Knife Graphic Long Sleeve", price: "R399", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-vector/poster-design-with-mechanic-girl_1284-52594.jpg", imageAlt: "White long sleeve with artistic knife illustration"},
{
id: "tshirt-one", brand: "STREETWEAR CO.", name: "Graphic T-Shirt V1", price: "R299", rating: 5,
id: "tshirt-one", brand: "UNREST", name: "Graphic T-Shirt V1", price: "R299", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=2", imageAlt: "Oversized graphic t-shirt with artistic print"},
{
id: "tshirt-two", brand: "STREETWEAR CO.", name: "Statement T-Shirt V2", price: "R299", rating: 5,
id: "tshirt-two", brand: "UNREST", name: "Statement T-Shirt V2", price: "R299", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=3", imageAlt: "Black t-shirt with bold artistic graphic"},
]}
/>
@@ -121,7 +121,7 @@ export default function ShopPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={footerColumns}
logoText="STREETWEAR CO."
logoText="UNREST"
/>
</div>
</ThemeProvider>