diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a1f737..1e619fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Shield } from "lucide-react"; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import { Shield, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -33,7 +34,7 @@ export default function LandingPage() { { name: "Experience", id: "hero" }, { name: "About", id: "about" }, { name: "Artists", id: "artists" }, - { name: "Testimonials", id: "testimonials" }, + { name: "Reviews", id: "reviews" }, { name: "Contact", id: "contact" }, ]} brandName="Dapper Dog Tattoo" @@ -43,7 +44,7 @@ export default function LandingPage() {