Update src/app/page.tsx

This commit is contained in:
2026-04-03 22:33:08 +00:00
parent ca8732d34d
commit 7e571d9b32

View File

@@ -24,10 +24,10 @@ export default function Page() {
<TextSplitAbout title="About Us" description={["We build high quality software."]} useInvertedBackground={false} />
</div>
<div id="services" data-section="services">
<FeatureCardTwelve title="Services" animationType="opacity" textboxLayout="split" features={[{ id: "1", label: "Dev", title: "Development", items: ["Web", "Mobile"] }]} useInvertedBackground={false} />
<FeatureCardTwelve title="Services" description="We provide top tier development services." animationType="opacity" textboxLayout="split" features={[{ id: "1", label: "Dev", title: "Development", items: ["Web", "Mobile"] }]} useInvertedBackground={false} />
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne title="Testimonials" gridVariant="uniform-all-items-equal" animationType="opacity" textboxLayout="default" testimonials={[{ id: "1", name: "John", role: "CEO", company: "Corp", rating: 5 }]} useInvertedBackground={false} />
<TestimonialCardOne title="Testimonials" description="What our clients say about us." gridVariant="uniform-all-items-equal" animationType="opacity" textboxLayout="default" testimonials={[{ id: "1", name: "John", role: "CEO", company: "Corp", rating: 5 }]} useInvertedBackground={false} />
</div>
<div id="contact" data-section="contact">
<ContactText text="Contact us today" background={{ variant: "plain" }} useInvertedBackground={false} />