Update src/app/page.tsx
This commit is contained in:
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
@@ -63,7 +62,7 @@ export default function LandingPage() {
|
||||
"Nexus helps businesses optimize their infrastructure by integrating AI-driven insights into everyday workflows.", "Our platform allows you to focus on growth while we handle the complexities of scaling and performance."
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#solutions" }]}
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,6 +73,7 @@ export default function LandingPage() {
|
||||
tag="Our Services"
|
||||
tagIcon={Rocket}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Cloud Infrastructure", description: "High-availability clusters that ensure your services are always online.", imageSrc: "https://img.b2bpic.net/premium-photo/sushi-chef-carefully-prepares-plate-fresh-sushi_14117-1112407.jpg?id=293519047" },
|
||||
{ title: "Data Analytics", description: "Transform raw metrics into actionable business intelligence.", imageSrc: "https://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081502.jpg?id=94766451" }
|
||||
@@ -88,6 +88,7 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "1", name: "Jane Doe", role: "CEO & Founder" },
|
||||
{ id: "2", name: "John Smith", role: "CTO" }
|
||||
@@ -102,6 +103,7 @@ export default function LandingPage() {
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alice W.", handle: "@techcore", testimonial: "Nexus completely transformed our operational efficiency.", rating: 5 }
|
||||
]}
|
||||
@@ -110,9 +112,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
title="Common Inquiries"
|
||||
sideTitle="Common Inquiries"
|
||||
faqs={[{ id: "1", title: "How do I integrate?", content: "Our API is compatible with all modern stacks." }]}
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,6 +125,8 @@ export default function LandingPage() {
|
||||
title="Ready to Start?"
|
||||
description="Get in touch with our team today and explore how Nexus can help your company scale."
|
||||
buttonText="Submit Inquiry"
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
onSubmit={(email) => console.log("Submitted:", email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user