Update src/app/page.tsx

This commit is contained in:
2026-05-11 11:44:54 +00:00
parent b54c7d107f
commit 5a416a051a

View File

@@ -3,14 +3,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
export default function LandingPage() {
@@ -74,11 +71,11 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
showRating={true}
testimonials={[
{ id: "r1", name: "Jane D.", handle: "@janed", testimonial: "The best haircut experience ever!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4487.jpg" },
{ id: "r2", name: "Mike R.", handle: "@miker", testimonial: "Quick, professional, and friendly. Love this place.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506342.jpg" }
]}
showRating={true}
title="Customer Reviews"
description="Hear from our happy clients."
/>
@@ -90,6 +87,7 @@ export default function LandingPage() {
title="Premium Products"
description="We partner with top-tier brands."
useInvertedBackground={false}
textboxLayout="default"
/>
</div>
@@ -103,6 +101,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Desired service/Time preference" }}
imageSrc="http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg"
useInvertedBackground={false}
/>
</div>