Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ff641a0e3d | |||
| 97433b3bfd | |||
| 4ebaf83e29 | |||
| ad0cd20a24 | |||
| 22f987b547 | |||
| 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
|
<ThemeProvider
|
||||||
defaultButtonVariant="shift-hover"
|
defaultButtonVariant="shift-hover"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="pill"
|
borderRadius="soft"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="large"
|
sizing="large"
|
||||||
background="noise"
|
background="none"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="glass-depth"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="light"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "sparkles-gradient"}}
|
||||||
title="J&R AUTO BODY"
|
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."
|
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={[
|
buttons={[
|
||||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardTwentySix
|
<FeatureCardTwentySix
|
||||||
textboxLayout="split"
|
textboxLayout="inline-image"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
@@ -174,10 +174,10 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
text="Questions? Get in touch with our team for expert advice and scheduling your repair."
|
text="Questions? Get in touch with our team for expert advice and scheduling your repair."
|
||||||
background={{
|
background={{
|
||||||
variant: "animated-grid"}}
|
variant: "sparkles-gradient"}}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
buttons={[
|
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/" }
|
{ text: "Visit 2300 Concord Rd", href: "https://maps.app.goo.gl/" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -216,4 +216,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user