2 Commits

Author SHA1 Message Date
3640ddfa5b Update src/app/page.tsx 2026-03-05 08:20:24 +00:00
6b11209499 Merge version_2 into main
Merge version_2 into main
2026-03-05 00:29:19 +00:00

View File

@@ -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>
); );
} }