Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-05 08:20:28 +00:00

View File

@@ -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";
@@ -105,20 +104,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 +248,4 @@ export default function XenkoPage() {
</div>
</ThemeProvider>
);
}
}