Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad0cd20a24 | |||
| 183740f280 | |||
| fbe6c08a37 | |||
| 1f7a0768e5 | |||
| 0df81e1bce | |||
| cae4e2a1aa | |||
| c600f7f1b7 | |||
| c8587bc872 | |||
| 5e51869b9d | |||
| 1a73712cca | |||
| 9c1331e636 | |||
| 38532d12be | |||
| 9ce20b78cf | |||
| e1dcecb4e9 | |||
| 35ed94c296 | |||
| 6adccdb848 | |||
| 401ff9284a | |||
| 1fbce0b6ae | |||
| 92ca4693f2 |
@@ -17,14 +17,14 @@ export default function LandingPage() {
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="light"
|
||||
background="none"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="J&R AUTO BODY"
|
||||
description="Precision Repairs. Street-Level Speed. Get your performance car back on the road with the elite care it deserves at Lafayette's premier auto body shop."
|
||||
buttons={[
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="split"
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
@@ -174,10 +174,10 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Questions? Get in touch with our team for expert advice and scheduling your repair."
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
variant: "sparkles-gradient"}}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Call (765) 201-0460", href: "tel:7652010460" },
|
||||
{ text: "Get Your Free Estimate", href: "tel:7652010460" },
|
||||
{ text: "Visit 2300 Concord Rd", href: "https://maps.app.goo.gl/" }
|
||||
]}
|
||||
/>
|
||||
@@ -216,4 +216,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user