Update src/app/page.tsx

This commit is contained in:
2026-03-06 06:41:04 +00:00
parent a239835788
commit e4e0cd82ff

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="sparkles-gradient"
background="noiseDiagonalGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboard
title="Share Your Vibe, Discover Connections"
description="Connect with the world through photos, reels, stories, and real-time messaging. Experience a premium social platform built for creators and explorers."
background={{ variant: "sparkles-gradient" }}
background={{ variant: "noiseDiagonalGradient" }}
tag="Social Media Revolution"
tagIcon={Sparkles}
buttons={[
@@ -172,7 +172,7 @@ export default function LandingPage() {
{ text: "Sign Up Free", href: "https://vibegram.app/signup" },
{ text: "Download App", href: "https://vibegram.app/download" },
]}
background={{ variant: "sparkles-gradient" }}
background={{ variant: "noiseDiagonalGradient" }}
useInvertedBackground={false}
/>
</div>