5 Commits

Author SHA1 Message Date
f15ed069e3 Update src/app/page.tsx 2026-04-14 06:32:08 +00:00
3794ceb0d1 Update src/app/styles/variables.css 2026-04-14 06:31:40 +00:00
dcaac7a520 Update src/app/page.tsx 2026-04-14 06:31:39 +00:00
e1a2a2c6ee Merge version_2 into main
Merge version_2 into main
2026-04-14 06:29:13 +00:00
5397892827 Merge version_2 into main
Merge version_2 into main
2026-04-14 06:28:41 +00:00
2 changed files with 25 additions and 25 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 ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -103,27 +103,27 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactSplitForm
tag="Ready?" title="Contact Us"
title="Stop By Today" description="We are here to answer your questions and provide support for our facilities."
description="Find us open 24/7 for your convenience." inputs={[{ name: "name", type: "text", placeholder: "Full Name" }, { name: "email", type: "email", placeholder: "Email Address" }]}
buttons={[{ text: "Get Directions" }]} textarea={{ name: "message", placeholder: "How can we help?" }}
useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/car-wash-station_1157-27220.jpg"
background={{ variant: "plain" }} useInvertedBackground={false}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterBaseReveal
bottomLeftText="© 2024 Sun City Wash" logoText="Sun City Wash"
bottomRightText="All rights reserved." columns={[
columns={[ { title: "Services", items: [{ label: "Wash Bays", href: "#" }, { label: "Detailing Supplies", href: "#" }] },
{ title: "Services", items: [{ label: "Wash Bays" }, { label: "Detailing Supplies" }] }, { title: "Company", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
{ title: "Company", items: [{ label: "Privacy Policy" }, { label: "Terms of Service" }] } ]}
]} copyrightText="© 2024 Sun City Wash"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f8f9fa;
--foreground: #1a1a1a; --foreground: #000612;
--primary-cta: #1c1c1c; --primary-cta: #15479c;
--primary-cta-text: #f5f4f0; --primary-cta-text: #f5f4f0;
--secondary-cta: #f9f9f9; --secondary-cta: #eff6ff;
--secondary-cta-text: #1a1a1a; --secondary-cta-text: #1a1a1a;
--accent: #e2e2e2; --accent: #dbeafe;
--background-accent: #f9f9f9; --background-accent: #f1f5f9;
/* 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);