From d32895790cf1ae12c3876d6cf5b38f9313ad8367 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 19:39:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6aa2d97..780e774 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { return ( @@ -31,6 +31,7 @@ export default function LandingPage() { { name: "Home", id: "home" }, { name: "About", id: "about" }, { name: "Pricing", id: "pricing" }, + { name: "Testimonials", id: "testimonial" }, { name: "Contact", id: "contact" }, ]} brandName="FlawLikeMigo" @@ -87,20 +88,15 @@ export default function LandingPage() {
-
@@ -114,7 +110,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} textarea={{ - name: "message", placeholder: "Which service do you need?", required: true, + name: "message", placeholder: "Which service do you need? (Or leave us a review!)", required: true, }} imageSrc="http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg" mediaAnimation="slide-up" -- 2.49.1