Update src/app/page.tsx
This commit is contained in:
@@ -15,16 +15,16 @@ import { Award, Sparkles, Flag, Zap, Trophy, Phone, Star, Crown, Briefcase } fro
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="none"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
title="Tashkent's Premier Lakeside Golf Experience"
|
||||
description="18-Hole Course | Corporate Events | Exclusive Membership | 4.4★ | 141 Reviews"
|
||||
description="18-Hole Course | Corporate Events | Exclusive Membership"
|
||||
tag="Welcome to Excellence"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="blur-reveal"
|
||||
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
tag="Trusted by Tashkent"
|
||||
tagIcon={Award}
|
||||
title="Serving Tashkent's Golf Community with Pride Since Day One"
|
||||
title="4.4★ Rating | 141 Member Reviews | Tashkent's Most Trusted Golf Destination"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Learn Our Story", href: "#golf-experience" },
|
||||
|
||||
Reference in New Issue
Block a user