Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,6 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia
|
|||||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
import { BrainCircuit, Target, Zap, ChevronRight } from "lucide-react";
|
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -46,6 +45,7 @@ export default function Page() {
|
|||||||
title="Core Capabilities"
|
title="Core Capabilities"
|
||||||
description="Powerful tools to manage your infrastructure."
|
description="Powerful tools to manage your infrastructure."
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ tag: "Fast", title: "Speed", subtitle: "Lightning Fast", description: "Optimized performance.", buttons: [{ text: "Learn More" }] },
|
{ tag: "Fast", title: "Speed", subtitle: "Lightning Fast", description: "Optimized performance.", buttons: [{ text: "Learn More" }] },
|
||||||
{ tag: "Secure", title: "Security", subtitle: "Iron-clad", description: "Advanced encryption standards.", buttons: [{ text: "Learn More" }] }
|
{ tag: "Secure", title: "Security", subtitle: "Iron-clad", description: "Advanced encryption standards.", buttons: [{ text: "Learn More" }] }
|
||||||
@@ -58,6 +58,7 @@ export default function Page() {
|
|||||||
description="Track performance metrics with ease."
|
description="Track performance metrics with ease."
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
metrics={[{ id: "1", value: "99.9%", title: "Uptime", items: ["High Availability", "Global CDN"] }]}
|
metrics={[{ id: "1", value: "99.9%", title: "Uptime", items: ["High Availability", "Global CDN"] }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -69,6 +70,7 @@ export default function Page() {
|
|||||||
avatars={[{ src: "/avatar1.jpg", alt: "Jane" }]}
|
avatars={[{ src: "/avatar1.jpg", alt: "Jane" }]}
|
||||||
ratingAnimation="blur-reveal"
|
ratingAnimation="blur-reveal"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
@@ -77,6 +79,7 @@ export default function Page() {
|
|||||||
description="Everything you need to know about our services."
|
description="Everything you need to know about our services."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
faqs={[{ id: "1", title: "How to get started?", content: "Simply reach out via our contact page." }]}
|
faqs={[{ id: "1", title: "How to get started?", content: "Simply reach out via our contact page." }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -84,6 +87,7 @@ export default function Page() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to start your project? Get in touch with our team today."
|
text="Ready to start your project? Get in touch with our team today."
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user