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 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 FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
@@ -197,28 +197,37 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
<ContactSplit
tag="Contact Us"
title="Get In Touch"
description="Connect with us to start your next creative project."
background={{
variant: "radial-gradient"}}
text="Ready to bring your vision to life? Let's discuss your project."
buttons={[
{
text: "Message Foubix", href: "https://www.instagram.com/foubix_art/"},
]}
useInvertedBackground={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterBaseCard
logoText="FOUBIX ART"
leftLink={{
text: "Instagram", href: "https://www.instagram.com/foubix_art/"}}
rightLink={{
text: "Privacy Policy", href: "#"}}
columns={[
{
title: "Social", items: [
{ 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>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #121212;
--background: #050000;
--card: #120000;
--foreground: #ffffff;
--primary-cta: #ff0000;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta: #1a0000;
--secondary-cta-text: #000000;
--accent: #ff0000;
--background-accent: #333333;
--accent: #ff3333;
--background-accent: #2a0000;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);