Update src/app/page.tsx

This commit is contained in:
2026-03-02 21:33:28 +00:00
parent abc048a31e
commit 469677067a

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="compact" contentWidth="compact"
sizing="mediumLargeSizeMediumTitles" sizing="mediumLargeSizeMediumTitles"
background="noiseDiagonalGradient" background="circleGradient"
cardStyle="soft-shadow" cardStyle="soft-shadow"
primaryButtonStyle="flat" primaryButtonStyle="flat"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroBillboard <HeroBillboard
title="Strengthen Your Jaw, Shape Your Face" title="Strengthen Your Jaw, Shape Your Face"
description="JawMax is the scientifically-formulated gum designed to build jaw strength and define facial contours. Join thousands who are transforming their smile through strategic mastication." description="JawMax is the scientifically-formulated gum designed to build jaw strength and define facial contours. Join thousands who are transforming their smile through strategic mastication."
background={{ variant: "noiseDiagonalGradient" }} background={{ variant: "sparkles-gradient" }}
tag="Performance Gum" tag="Performance Gum"
tagIcon={Zap} tagIcon={Zap}
tagAnimation="slide-up" tagAnimation="slide-up"