23 Commits

Author SHA1 Message Date
ff641a0e3d Update src/app/page.tsx 2026-04-06 21:47:06 +00:00
97433b3bfd Update src/app/page.tsx 2026-04-06 21:46:35 +00:00
4ebaf83e29 Merge version_5 into main
Merge version_5 into main
2026-04-06 21:44:15 +00:00
ad0cd20a24 Update src/app/page.tsx 2026-04-06 21:44:12 +00:00
22f987b547 Merge version_5 into main
Merge version_5 into main
2026-04-06 21:43:42 +00:00
183740f280 Update src/app/page.tsx 2026-04-06 21:43:39 +00:00
fbe6c08a37 Merge version_4 into main
Merge version_4 into main
2026-04-06 21:41:14 +00:00
1f7a0768e5 Update src/app/page.tsx 2026-04-06 21:41:11 +00:00
0df81e1bce Merge version_3 into main
Merge version_3 into main
2026-04-06 21:39:05 +00:00
cae4e2a1aa Update src/app/page.tsx 2026-04-06 21:38:59 +00:00
c600f7f1b7 Merge version_2 into main
Merge version_2 into main
2026-04-06 21:14:24 +00:00
c8587bc872 Merge version_2 into main
Merge version_2 into main
2026-04-06 21:13:39 +00:00
5e51869b9d Merge version_2 into main
Merge version_2 into main
2026-04-06 21:13:04 +00:00
1a73712cca Merge version_2 into main
Merge version_2 into main
2026-04-06 21:12:57 +00:00
9c1331e636 Merge version_2 into main
Merge version_2 into main
2026-04-06 21:12:13 +00:00
38532d12be Merge version_2 into main
Merge version_2 into main
2026-04-06 21:12:00 +00:00
9ce20b78cf Merge version_2 into main
Merge version_2 into main
2026-04-06 21:11:54 +00:00
e1dcecb4e9 Merge version_2 into main
Merge version_2 into main
2026-04-06 21:11:41 +00:00
35ed94c296 Merge version_2 into main
Merge version_2 into main
2026-04-06 21:11:19 +00:00
6adccdb848 Merge version_2 into main
Merge version_2 into main
2026-04-06 21:10:34 +00:00
401ff9284a Merge version_2 into main
Merge version_2 into main
2026-04-03 23:52:11 +00:00
1fbce0b6ae Merge version_2 into main
Merge version_2 into main
2026-04-03 23:45:42 +00:00
92ca4693f2 Merge version_2 into main
Merge version_2 into main
2026-04-01 00:45:28 +00:00

View File

@@ -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>
); );
} }