Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -17,7 +17,7 @@ export default function BlogPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -20,7 +20,7 @@ export default function VapeQuitPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -46,7 +46,7 @@ export default function VapeQuitPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="VapeQuit"
|
||||
description="Take control of your vaping habit with AI-powered tracking, supportive community, and science-backed strategies. Quit vaping in 30 days or less."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Download Now", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
@@ -90,7 +90,7 @@ export default function VapeQuitPage() {
|
||||
title: "Smart Tracking", description: "Monitor your progress with real-time insights and personalized analytics", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Manage Triggers", description: "Identify what makes you crave and get instant coping strategies", bentoComponent: "3d-task-list", title: "Daily Tasks", items: [
|
||||
title: "Manage Triggers", description: "Identify what makes you crave and get instant coping strategies", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: AlertCircle, label: "Stress Management", time: "2 min" },
|
||||
{ icon: Users, label: "Reach Out to Support", time: "5 min" },
|
||||
{ icon: Zap, label: "Take Deep Breaths", time: "1 min" }
|
||||
|
||||
@@ -74,7 +74,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -123,7 +123,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -179,7 +179,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
|
||||
@@ -27,7 +27,7 @@ export default function ShopPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -75,7 +75,7 @@ export default function ShopPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
|
||||
Reference in New Issue
Block a user