Update src/app/features/page.tsx

This commit is contained in:
2026-02-17 01:56:18 +00:00
parent 7246f7d78b
commit b848ca66fd

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
@@ -27,13 +28,28 @@ export default function FeaturesPage() {
{ name: "Companies", id: "companies" }, { name: "Companies", id: "companies" },
{ name: "Journey", id: "journey" }, { name: "Journey", id: "journey" },
{ name: "Work", id: "work" }, { name: "Work", id: "work" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" },
{ name: "Features", id: "/features" }
]} ]}
button={{ text: "Let's Connect", href: "contact" }} button={{ text: "Let's Connect", href: "contact" }}
brandName="Webild" brandName="Webild"
/> />
</div> </div>
<div id="about" data-section="about">
<MediaAbout
title="About Our Featured Services"
description="Understanding the depth and value behind each service offering. We've built our reputation on delivering exceptional results through specialized expertise and dedicated support. Each service is crafted to address specific business challenges and drive meaningful growth."
tag="Our Approach"
imageSrc="https://img.b2bpic.net/free-photo/business-people-working-together-office_1359-355.jpg"
imageAlt="Team collaboration and service delivery"
useInvertedBackground={false}
buttons={[
{ text: "Learn More", href: "#" }
]}
/>
</div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardTwentyThree <FeatureCardTwentyThree
title="Featured Services" title="Featured Services"