9 Commits

Author SHA1 Message Date
e160cd86b5 Merge version_4 into main
Merge version_4 into main
2026-04-17 08:01:42 +00:00
f6acf8d1b4 Update src/app/page.tsx 2026-04-17 08:01:39 +00:00
e9328496b9 Merge version_4 into main
Merge version_4 into main
2026-04-17 08:01:11 +00:00
b956e470f4 Update src/app/styles/variables.css 2026-04-17 08:01:07 +00:00
c61dad4398 Update src/app/page.tsx 2026-04-17 08:01:07 +00:00
fe4f40bc78 Merge version_3 into main
Merge version_3 into main
2026-04-17 07:59:44 +00:00
abc03e69e9 Update src/app/styles/variables.css 2026-04-17 07:59:41 +00:00
65511e3d20 Update src/app/page.tsx 2026-04-17 07:59:41 +00:00
161817610d Merge version_2 into main
Merge version_2 into main
2026-04-17 07:56:38 +00:00
2 changed files with 23 additions and 21 deletions

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -21,11 +21,11 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLargeSizeMediumTitles"
background="noise"
cardStyle="outline"
primaryButtonStyle="diagonal-gradient"
background="fluid"
cardStyle="glass-depth"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="medium"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -151,25 +151,27 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
<ContactCenter
tag="Contact"
title="Ready to transform your productivity?"
description="Let's talk about your automation needs."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
background={{ variant: "animated-grid" }}
text="Ready to transform your productivity? Let's talk."
buttons={[{ text: "Contact Us" }]}
className="bg-black/5 backdrop-blur-md border border-white/10 rounded-2xl p-8"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
<FooterBaseCard
logoText="AutoFlow"
columns={[
{ title: "Platform", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] },
{ title: "Company", items: [{ label: "Support", href: "#faq" }, { label: "Terms", href: "#" }] }
]}
bottomLeftText="© 2024 AutoFlow Inc."
bottomRightText="All rights reserved."
className="bg-black/5 backdrop-blur-md border-t border-white/10"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #1f7cff;
--background: #ffffff;
--card: #f5f5f5;
--foreground: #1a1a1a;
--primary-cta: #000000;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta: #e5e5e5;
--secondary-cta-text: #ffffff;
--accent: #1f7cff;
--background-accent: #f96b2f;
--accent: #d4d4d4;
--background-accent: #f5f5f5;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);