5 Commits

Author SHA1 Message Date
557a5fa152 Update src/app/styles/variables.css 2026-05-24 21:20:55 +00:00
d57d2ef9cb Update src/app/page.tsx 2026-05-24 21:20:55 +00:00
cb2eb3ad56 Merge version_1 into main
Merge version_1 into main
2026-05-24 21:17:19 +00:00
1afa19239b Merge version_1 into main
Merge version_1 into main
2026-05-24 21:16:53 +00:00
e6659aa3d6 Merge version_1 into main
Merge version_1 into main
2026-05-24 21:16:26 +00:00
2 changed files with 29 additions and 20 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 ContactText from '@/components/sections/contact/ContactText'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroCentered from '@/components/sections/hero/HeroCentered'; import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
@@ -197,25 +197,34 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactSplit
useInvertedBackground={true} tag="Contact Us"
title="Get In Touch"
description="Connect with us to start your next creative project."
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
text="Ready to bring your vision to life? Let's discuss your project." useInvertedBackground={true}
buttons={[
{
text: "Message Foubix", href: "https://www.instagram.com/foubix_art/"},
]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterBaseCard
logoText="FOUBIX ART" logoText="FOUBIX ART"
leftLink={{ columns={[
text: "Instagram", href: "https://www.instagram.com/foubix_art/"}} {
rightLink={{ title: "Social", items: [
text: "Privacy Policy", href: "#"}} { label: "Instagram", href: "https://www.instagram.com/foubix_art/" },
{ label: "YouTube", href: "#" }
]
},
{
title: "Navigation", items: [
{ label: "Home", href: "#home" },
{ label: "Portfolio", href: "#portfolio" }
]
}
]}
copyrightText="© 2025 Foubix Art | All Rights Reserved"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #050000;
--card: #121212; --card: #120000;
--foreground: #ffffff; --foreground: #ffffff;
--primary-cta: #ff0000; --primary-cta: #ff0000;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #1a0000;
--secondary-cta-text: #000000; --secondary-cta-text: #000000;
--accent: #ff0000; --accent: #ff3333;
--background-accent: #333333; --background-accent: #2a0000;
/* 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);