Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -20,7 +20,7 @@ export default function AppLandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="floatingGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -39,7 +39,7 @@ export default function AppLandingPage() {
|
||||
<HeroBillboardCarousel
|
||||
title="Elevate Your Mobile Experience"
|
||||
description="Discover the app designed to simplify your daily workflow. Seamless, intuitive, and powerful features built for modern users who demand excellence."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Revolutionary App"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user