Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-07 09:57:12 +00:00

View File

@@ -8,7 +8,6 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Zap, Shield, ArrowRight } from 'lucide-react';
export default function HomePage() {
const navItems = [{ name: 'Home', id: '/' }];
@@ -43,6 +42,7 @@ export default function HomePage() {
<TextSplitAbout
title="About Us"
description={["We build innovative digital solutions tailored to your needs.", "Our mission is to simplify technology for everyone."]}
useInvertedBackground={false}
/>
</div>
@@ -52,6 +52,7 @@ export default function HomePage() {
description="Core features of our platform"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "1", label: "Innovation", title: "Advanced Tech", items: ["AI-Powered", "Cloud Native"] },
{ id: "2", label: "Speed", title: "Fast Performance", items: ["Optimized", "Low Latency"] }
@@ -67,6 +68,7 @@ export default function HomePage() {
avatars={[{ src: "https://i.pravatar.cc/100", alt: "Jane Doe" }]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -77,6 +79,7 @@ export default function HomePage() {
description="Get in touch with our team today to learn more about our services."
buttons={[{ text: "Contact Us", href: "#contact" }]}
background={{ variant: 'sparkles-gradient' }}
useInvertedBackground={false}
/>
</div>