Update src/app/page.tsx

This commit is contained in:
2026-05-09 21:55:15 +00:00
parent fa04294615
commit ce49139270

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "downward-rays-static"}}
variant: "gradient-bars"}}
title="Culture Rewear. Style Redefined."
description="Your ultimate destination for vintage activewear, football jerseys, and work shoes. Open 24 hours for your convenience."
imageSrc="http://img.b2bpic.net/free-photo/dirt-decorative-old-wallpaper-brush_1194-9595.jpg"
@@ -54,6 +54,9 @@ export default function LandingPage() {
buttons={[
{
text: "Shop Collection", href: "#products"
},
{
text: "View All", href: "#products"
}
]}
/>