Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -258,7 +258,14 @@ export default function LandingPage() {
|
||||
]}
|
||||
sideTitle="Common Questions & Clear Answers"
|
||||
sideDescription="Find quick solutions to your inquiries about our services, process, and partnership model. If you don't see what you need, feel free to contact us directly."
|
||||
buttons={[
|
||||
{
|
||||
text: "Still have questions? Contact Us", href: "#contact"
|
||||
}
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
showCard={true}
|
||||
textPosition="left"
|
||||
/>
|
||||
</div>
|
||||
@@ -269,12 +276,14 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Ready to Innovate?"
|
||||
tagAnimation="slide-up"
|
||||
title="Let's Build Your Future Together"
|
||||
description="Connect with our experts to discuss your project. We're eager to transform your vision into reality."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start a Conversation", href: "mailto:info@noosferatech.com"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -320,6 +329,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
bottomLeftText="© 2024 Noosfera Tech. All rights reserved."
|
||||
bottomRightText="Built with Webild"
|
||||
ariaLabel="Site footer"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #250c0d;
|
||||
--primary-cta: #b82b40;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1f3251;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #250c0d;
|
||||
--accent: #b90941;
|
||||
--background-accent: #e8a8b6;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user