Bob AI: make all buttons in contact section fully rounded ...
This commit is contained in:
@@ -12,18 +12,18 @@ import { Award, Download, Gamepad2, Globe, Shield, Swords, TrendingUp, Users, Za
|
|||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="slide-background"
|
defaultButtonVariant="slide-background"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="rounded"
|
borderRadius="pill"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="large"
|
sizing="large"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="glass"
|
cardStyle="glass"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="Battle Royale"
|
brandName="Battle Royale"
|
||||||
|
|||||||
Reference in New Issue
Block a user