6 Commits

Author SHA1 Message Date
ebaed0369b Update src/app/page.tsx 2026-04-09 21:44:30 +00:00
36377dad17 Update src/app/page.tsx 2026-04-09 21:44:01 +00:00
e8e6f62fbc Update src/app/styles/variables.css 2026-04-09 21:43:28 +00:00
a45d6eb1ab Update src/app/page.tsx 2026-04-09 21:43:27 +00:00
467660a514 Merge version_1 into main
Merge version_1 into main
2026-04-09 21:40:25 +00:00
e5c87d4556 Merge version_1 into main
Merge version_1 into main
2026-04-09 21:39:53 +00:00
2 changed files with 20 additions and 18 deletions

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
@@ -68,7 +68,7 @@ export default function LandingPage() {
{ {
imageSrc: "http://img.b2bpic.net/free-photo/hands-wheel-when-driving-high-speed-from-inside-car_169016-23177.jpg", imageAlt: "Scenic road"}, imageSrc: "http://img.b2bpic.net/free-photo/hands-wheel-when-driving-high-speed-from-inside-car_169016-23177.jpg", imageAlt: "Scenic road"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-with-smartphone_23-2149176300.jpg", imageAlt: "Instructor team"}, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-with-smartphone_23-2149176300.jpg?_wi=1", imageAlt: "Instructor team"},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -156,19 +156,22 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCTA
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="Contact Us" tag="Contact Us"
title="Ready to hit the road?" title="Ready to hit the road?"
description="Don't wait months to get started. Contact Grégory, Joey, Carole, or Juan today and lets get your license moving." description="Don't wait months to get started. Contact Grégory, Joey, Carole, or Juan today and lets get your license moving."
buttonText="Contact Us Now" buttons={[
{ text: "Contact Us Now", href: "#" }
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterMedia
logoText="Lausanne Driving School"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-people-with-smartphone_23-2149176300.jpg?_wi=2"
columns={[ columns={[
{ {
title: "Company", items: [ title: "Company", items: [
@@ -199,7 +202,6 @@ export default function LandingPage() {
], ],
}, },
]} ]}
logoText="Lausanne Driving School"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #0a0a0a;
--card: #ffffff; --card: #1a1a1a;
--foreground: #1c1c1c; --foreground: #f5f5f5;
--primary-cta: #1c1c1c; --primary-cta: #1f7cff;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #010101;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #6139e6; --accent: #1f7cff;
--background-accent: #b3a8e8; --background-accent: #f96b2f;
/* 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);