Update src/app/page.tsx

This commit is contained in:
2026-03-13 05:34:37 +00:00
parent 68bc934657
commit df44508c49

View File

@@ -55,7 +55,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="compact"
sizing="large"
background="circleGradient"
background="aurora"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -69,7 +69,7 @@ export default function HomePage() {
<HeroLogoBillboardSplit
logoText="LocalBazaar"
description="Buy and sell used electronics, furniture, bikes, and more directly from your neighbors. Nepal's trusted hyperlocal marketplace for every city."
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Start Browsing", href: "#products" },
{ text: "Sell Now", href: "#sell" },