7 Commits

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

View File

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