Merge version_2 into main #2
@@ -12,7 +12,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Sparkles, Award, Users, TrendingUp } from "lucide-react";
|
||||
import { Sparkles } from "lucide-react";
|
||||
|
||||
export default function BusinessPortfolioPage() {
|
||||
return (
|
||||
@@ -30,7 +30,6 @@ export default function BusinessPortfolioPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Modern Portfolio"
|
||||
navItems={[
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -80,6 +79,7 @@ export default function BusinessPortfolioPage() {
|
||||
title="Key Impact"
|
||||
description="Data-backed results for our global partners."
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "projects", value: "150+", title: "Successful Projects", items: [] },
|
||||
@@ -95,6 +95,7 @@ export default function BusinessPortfolioPage() {
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
testimonials={[]}
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Retention" },
|
||||
{ value: "4.9/5", label: "Satisfaction" },
|
||||
@@ -110,8 +111,8 @@ export default function BusinessPortfolioPage() {
|
||||
memberVariant="card"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "1", name: "Jane Doe", role: "Founder" },
|
||||
{ id: "2", name: "John Smith", role: "Creative Director" },
|
||||
{ id: "1", name: "Jane Doe" },
|
||||
{ id: "2", name: "John Smith" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user