From 1ff98d49bd866d1d000e7b2cf1b310205f0c91ff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:27:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f453bc..91f2677 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, CheckCircle, Sparkles, Building, Briefcase, Mail } from "lucide-react"; +import { Award, CheckCircle, Sparkles, Building, Briefcase } from "lucide-react"; export default function LandingPage() { return ( @@ -101,8 +101,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Eleanor R.", role: "Villa Owner", company: "Private", testimonial: "A truly refreshing philosophy. Our home feels timeless." }, - { id: "2", name: "Marcus A.", role: "CEO", company: "Corporate", testimonial: "Professionalism and efficiency redefined workspace design." } + { id: "1", name: "Eleanor R.", role: "Villa Owner", company: "Private", rating: 5 }, + { id: "2", name: "Marcus A.", role: "CEO", company: "Corporate", rating: 5 } ]} /> @@ -128,6 +128,8 @@ export default function LandingPage() { tag="Inquiries" title="Start Your Vision" description="Schedule a design consultation to explore your project potential." + background={{ variant: "plain" }} + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/asian-manager-using-her-smartphone_482257-120356.jpg" onSubmit={(email) => console.log(email)} /> -- 2.49.1