Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3640ddfa5b | |||
| 6b11209499 |
@@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
|||||||
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
|
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
|
||||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
|
||||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||||
@@ -105,20 +104,6 @@ export default function XenkoPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="portfolio" data-section="portfolio">
|
|
||||||
<TestimonialAboutCard
|
|
||||||
tag="Our Work"
|
|
||||||
title="Work That Looks Good and Works Even Better"
|
|
||||||
description="See Our Work"
|
|
||||||
subdescription="Websites that attract customers, software that saves time, and branding that makes businesses unforgettable."
|
|
||||||
icon={Sparkles}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg"
|
|
||||||
imageAlt="Portfolio showcase of Xenko work"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTen
|
<TestimonialCardTen
|
||||||
testimonials={[
|
testimonials={[
|
||||||
@@ -263,4 +248,4 @@ export default function XenkoPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user