Update src/app/page.tsx
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user