Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5339cf3ab5 | |||
| ab76cd1d74 |
@@ -16,16 +16,16 @@ import { Award, Sparkles, Zap, BarChart3, Users, MessageSquare, HelpCircle, Star
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="medium"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
@@ -48,11 +48,11 @@ export default function LandingPage() {
|
||||
{ text: "Explore Services", href: "#services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-hairstilyst-giving-haircut_23-2148506295.jpg"
|
||||
imageAlt="LABA Barbershop Interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
frameStyle="browser"
|
||||
ariaLabel="LABA Barbershop Hero Section"
|
||||
/>
|
||||
</div>
|
||||
@@ -236,7 +236,7 @@ export default function LandingPage() {
|
||||
{ text: "Email: info@lababarbershop.com", href: "mailto:info@lababarbershop.com" },
|
||||
{ text: "Visit Us", href: "#" }
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="LABA Barbershop Contact Section"
|
||||
/>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #1b0c25;
|
||||
--primary-cta: #1b0c25;
|
||||
--background: #0a0f1a;
|
||||
--card: #131820;
|
||||
--foreground: #e6f0ff;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #1a2234;
|
||||
--secondary-cta-text: #1b0c25;
|
||||
--accent: #ff93e4;
|
||||
--background-accent: #e8a8c3;
|
||||
--accent: #c9a961;
|
||||
--background-accent: #2d5a8c;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user