diff --git a/src/app/page.tsx b/src/app/page.tsx index 76d6fd3..ed68b07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Award, FileText, Image, Info, Instagram, Share2, Sparkles } from "lucide-react"; @@ -38,8 +37,6 @@ export default function LandingPage() { name: "Services", id: "#services"}, { name: "Portfolio", id: "#portfolio"}, - { - name: "Shop", id: "#shop-products"}, { name: "About", id: "#about"}, { @@ -63,7 +60,7 @@ export default function LandingPage() { { text: "Hire Me", href: "#contact"}, { - text: "Shop Templates", href: "#shop-products"}, + text: "Shop Templates", href: "#"}, { text: "Contact Me on WhatsApp", href: "https://wa.me/254742864342"}, ]} @@ -157,42 +154,6 @@ export default function LandingPage() { /> -