diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 04cb1fc..0e1f227 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -32,7 +32,8 @@ export default function BlogPage() {
{ name: "Services", id: "services" },
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
- { name: "Pricing", id: "pricing" }
+ { name: "Pricing", id: "pricing" },
+ { name: "Team", id: "team" }
]}
button={{ text: "Start Your Project", href: "#contact" }}
/>
@@ -70,7 +71,7 @@ export default function BlogPage() {
{
title: "Company", items: [
{ label: "About Us", href: "#" },
- { label: "Team", href: "#" },
+ { label: "Team", href: "#team" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" }
]
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 973455a..419aa9a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,6 +8,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
+import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Award, Code, Crown, DollarSign, Rocket, Send, Shield, Sparkles, Star, TrendingUp, Users, Zap } from "lucide-react";
@@ -32,7 +33,8 @@ export default function LandingPage() {
{ name: "Services", id: "services" },
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
- { name: "Pricing", id: "pricing" }
+ { name: "Pricing", id: "pricing" },
+ { name: "Team", id: "team" }
]}
button={{
text: "Start Your Project", href: "#contact"
@@ -165,6 +167,27 @@ export default function LandingPage() {
/>
+
+
+
+
setCartOpen(true) }}
@@ -112,7 +113,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{
title: "Company", items: [
{ label: "About Us", href: "#" },
- { label: "Team", href: "#" },
+ { label: "Team", href: "#team" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" }
]
@@ -158,6 +159,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
+ { name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -188,7 +190,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{
title: "Company", items: [
{ label: "About Us", href: "#" },
- { label: "Team", href: "#" },
+ { label: "Team", href: "#team" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" }
]
@@ -233,6 +235,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
+ { name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -288,7 +291,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{
title: "Company", items: [
{ label: "About Us", href: "#" },
- { label: "Team", href: "#" },
+ { label: "Team", href: "#team" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" }
]
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 6f186e8..d833139 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -40,6 +40,7 @@ export default function ShopPage() {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
+ { name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
@@ -62,7 +63,7 @@ export default function ShopPage() {
{
title: "Company", items: [
{ label: "About Us", href: "#" },
- { label: "Team", href: "#" },
+ { label: "Team", href: "#team" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" }
]
@@ -107,6 +108,7 @@ export default function ShopPage() {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
+ { name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
@@ -137,7 +139,7 @@ export default function ShopPage() {
{
title: "Company", items: [
{ label: "About Us", href: "#" },
- { label: "Team", href: "#" },
+ { label: "Team", href: "#team" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" }
]