4 Commits

Author SHA1 Message Date
9cfb5d458b Switch to version 2: modified src/app/styles/variables.css 2026-04-14 06:33:41 +00:00
11ad051daa Switch to version 2: modified src/app/page.tsx 2026-04-14 06:33:40 +00:00
e71a8b89d1 Merge version_3 into main
Merge version_3 into main
2026-04-14 06:32:14 +00:00
dd384f7ce9 Merge version_3 into main
Merge version_3 into main
2026-04-14 06:31:43 +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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterSimple from '@/components/sections/footer/FooterSimple';
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,25 +103,25 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactCTA
title="Contact Us" tag="Ready?"
description="We are here to answer your questions and provide support for our facilities." title="Stop By Today"
inputs={[{ name: "name", type: "text", placeholder: "Full Name" }, { name: "email", type: "email", placeholder: "Email Address" }]} description="Find us open 24/7 for your convenience."
textarea={{ name: "message", placeholder: "How can we help?" }} buttons={[{ text: "Get Directions" }]}
imageSrc="http://img.b2bpic.net/free-photo/car-wash-station_1157-27220.jpg" useInvertedBackground={false}
useInvertedBackground={false} background={{ variant: "plain" }}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterSimple
logoText="Sun City Wash" bottomLeftText="© 2024 Sun City Wash"
columns={[ bottomRightText="All rights reserved."
{ title: "Services", items: [{ label: "Wash Bays", href: "#" }, { label: "Detailing Supplies", href: "#" }] }, columns={[
{ title: "Company", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] } { title: "Services", items: [{ label: "Wash Bays" }, { label: "Detailing Supplies" }] },
]} { 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: #f8f9fa; --card: #f9f9f9;
--foreground: #000612; --foreground: #1a1a1a;
--primary-cta: #15479c; --primary-cta: #1c1c1c;
--primary-cta-text: #f5f4f0; --primary-cta-text: #f5f4f0;
--secondary-cta: #eff6ff; --secondary-cta: #f9f9f9;
--secondary-cta-text: #1a1a1a; --secondary-cta-text: #1a1a1a;
--accent: #dbeafe; --accent: #e2e2e2;
--background-accent: #f1f5f9; --background-accent: #f9f9f9;
/* 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);