Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 39ef53d9be | |||
| 5a0bb33ac1 | |||
| 3640ddfa5b | |||
| 6b11209499 |
@@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
||||
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
@@ -60,10 +59,7 @@ export default function XenkoPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/futuristic-technology-infographic-pack_52683-34336.jpg"
|
||||
imageAlt="Xenko digital solutions showcase"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -105,20 +101,6 @@ export default function XenkoPage() {
|
||||
/>
|
||||
</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">
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
@@ -263,4 +245,4 @@ export default function XenkoPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user