Merge version_1 into main #11
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user