Update src/app/page.tsx
This commit is contained in:
@@ -60,6 +60,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
title="Our Signature Services"
|
||||
description="Whether you need a quick refresh or a deep relaxation session, our menu offers a variety of tailored nail treatments."
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1", badge: "Classic", badgeIcon: Star,
|
||||
@@ -84,6 +85,7 @@ export default function LandingPage() {
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Client Highlights"
|
||||
cardAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Jessica S.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg" },
|
||||
{ id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-pretty-woman-with-perfect-teeth-dark-clean-skin-having-rest-indoors-smiling-happily-after-received-good-positive-news_273609-1248.jpg" },
|
||||
@@ -99,6 +101,7 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "10+ Years", description: "Serving our local community" },
|
||||
{ id: "m2", value: "5k+ Smiles", description: "Happy clients treated" },
|
||||
@@ -115,6 +118,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/italy-architecture-outdoor-landmark-europe_1203-6325.jpg"
|
||||
background={{ variant: "plain" }}
|
||||
mediaPosition="right"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user