3 Commits

Author SHA1 Message Date
4a07730ba9 Update src/app/styles/variables.css 2026-04-22 17:04:32 +00:00
1ac9833fc6 Update src/app/page.tsx 2026-04-22 17:04:32 +00:00
e7e98b4bfc Merge version_2 into main
Merge version_2 into main
2026-04-22 17:02:22 +00:00
2 changed files with 25 additions and 19 deletions

View File

@@ -18,14 +18,14 @@ export default function LandingPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="small" contentWidth="small"
sizing="largeSmall" sizing="largeSmall"
background="fluid" background="none"
cardStyle="glass-depth" cardStyle="solid"
primaryButtonStyle="primary-glow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass" secondaryButtonStyle="solid"
headingFontWeight="semibold" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav" className="bg-black">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
@@ -38,7 +38,7 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero" className="bg-black">
<HeroOverlayTestimonial <HeroOverlayTestimonial
title="SLIM AUTO MECHANIC" title="SLIM AUTO MECHANIC"
description="Precision performance for the modern machine. Where cinematic quality meets automotive mastery." description="Precision performance for the modern machine. Where cinematic quality meets automotive mastery."
@@ -50,10 +50,11 @@ export default function LandingPage() {
buttons={[{ text: "Book Now", href: "#contact" }]} buttons={[{ text: "Book Now", href: "#contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CinHjzkjK8sS0HdPYd5H9FsiVA/uploaded-1776877328300-0rd8wza3.png?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CinHjzkjK8sS0HdPYd5H9FsiVA/uploaded-1776877328300-0rd8wza3.png?_wi=2"
imageAlt="Luxury car service studio" imageAlt="Luxury car service studio"
containerClassName="bg-black"
/> />
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services" className="bg-black">
<FeatureBento <FeatureBento
animationType="blur-reveal" animationType="blur-reveal"
textboxLayout="default" textboxLayout="default"
@@ -65,34 +66,38 @@ export default function LandingPage() {
]} ]}
title="OUR SERVICES" title="OUR SERVICES"
description="Excellence in every mechanical detail." description="Excellence in every mechanical detail."
containerClassName="bg-black"
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about" className="bg-black">
<TextSplitAbout <TextSplitAbout
useInvertedBackground={false} useInvertedBackground={true}
title="PASSION. SKILL. DEDICATION." title="PASSION. SKILL. DEDICATION."
description={["We believe in preserving the engineering excellence of your vehicle. Our studio delivers bespoke care for automotive enthusiasts."]} description={["We believe in preserving the engineering excellence of your vehicle. Our studio delivers bespoke care for automotive enthusiasts."]}
className="bg-black"
/> />
</div> </div>
<div id="tagline" data-section="tagline"> <div id="tagline" data-section="tagline" className="bg-black">
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ variant: "gradient-bars" }} background={{ variant: "plain" }}
text="LUXURY AUTOMOTIVE PERFORMANCE." text="LUXURY AUTOMOTIVE PERFORMANCE."
containerClassName="bg-black"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact" className="bg-black">
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={true}
background={{ variant: "canvas-reveal" }} background={{ variant: "plain" }}
text="BOOK YOUR APPOINTMENT. 1234 Luxe Drive, Los Angeles, CA. Mon-Fri 9am-6pm." text="BOOK YOUR APPOINTMENT. 1234 Luxe Drive, Los Angeles, CA. Mon-Fri 9am-6pm."
containerClassName="bg-black"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer" className="bg-black">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ items: [{ label: "Diagnostics" }, { label: "Engine Repair" }] }, { items: [{ label: "Diagnostics" }, { label: "Engine Repair" }] },
@@ -100,6 +105,7 @@ export default function LandingPage() {
{ items: [{ label: "Los Angeles, CA" }, { label: "(555) 123-4567" }] }, { items: [{ label: "Los Angeles, CA" }, { label: "(555) 123-4567" }] },
]} ]}
logoText="SLIM" logoText="SLIM"
className="bg-black"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #000000; --background: #000000;
--card: #121212; --card: #000000;
--foreground: #ffffff; --foreground: #ffffff;
--primary-cta: #C9A34E; --primary-cta: #ffffff;
--primary-cta-text: #000000; --primary-cta-text: #000000;
--secondary-cta: #1A1A1A; --secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #C9A34E; --accent: #333333;
--background-accent: #1A1A1A; --background-accent: #1a1a1a;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);