From 0ff67dd6908ec9a6de098aa91d7c9dfcce2396a4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 06:43:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) 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() {
+
+ +
+
@@ -136,14 +147,17 @@ export default function LandingPage() { { title: "Studio", items: [{ label: "About Us", href: "#about" }, { label: "Our Artists", href: "#artists" }], }, + { + title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }], + }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }], }, ]} - copyrightText="© 2025 Dapper Dog Tattoo. All rights reserved." + copyrightText="© 2025 Dapper Dog Tattoo. +1 443-808-8126. All rights reserved." /> ); -} +} \ No newline at end of file