@@ -124,36 +70,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "10+",
- title: "Years of Excellence",
- items: [
- "Established 2014",
- "Certified professionals",
- "Premium products",
- ],
- },
- {
- id: "m2",
- value: "5000+",
- title: "Happy Clients",
- items: [
- "Consistent satisfaction",
- "Glowing reviews",
- "Referral based",
- ],
- },
- {
- id: "m3",
- value: "100%",
- title: "Hygiene Guaranteed",
- items: [
- "Sterilized equipment",
- "Clean facility",
- "Safe practices",
- ],
- },
+ { id: "m1", value: "10+", title: "Years of Excellence", items: ["Established 2014", "Certified professionals", "Premium products"] },
+ { id: "m2", value: "5000+", title: "Happy Clients", items: ["Consistent satisfaction", "Glowing reviews", "Referral based"] },
+ { id: "m3", value: "100%", title: "Hygiene Guaranteed", items: ["Sterilized equipment", "Clean facility", "Safe practices"] },
]}
title="Why Choose Sukhi's?"
description="Excellence in every treatment we offer."
@@ -163,55 +82,28 @@ export default function LandingPage() {
@@ -300,60 +147,16 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/old-woman-uses-phone-photo-hotel_482257-103236.jpg",
- },
- {
- id: "2",
- name: "Elena M.",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-doing-make-up-each-other_23-2148708984.jpg",
- },
- {
- id: "3",
- name: "Jessica R.",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-lesbian-couple-taking-selfie-wedding_23-2150835706.jpg",
- },
- {
- id: "4",
- name: "Maya K.",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-making-client-laugh_23-2148398584.jpg",
- },
- {
- id: "5",
- name: "Ananya P.",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205897.jpg",
- },
+ { id: "1", name: "Sarah J.", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/old-woman-uses-phone-photo-hotel_482257-103236.jpg" },
+ { id: "2", name: "Elena M.", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-doing-make-up-each-other_23-2148708984.jpg" },
+ { id: "3", name: "Jessica R.", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-lesbian-couple-taking-selfie-wedding_23-2150835706.jpg" },
+ { id: "4", name: "Maya K.", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-making-client-laugh_23-2148398584.jpg" },
+ { id: "5", name: "Ananya P.", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205897.jpg" },
]}
kpiItems={[
- {
- value: "5000+",
- label: "Served",
- },
- {
- value: "4.9",
- label: "Average Rating",
- },
- {
- value: "100%",
- label: "Client Joy",
- },
+ { value: "5000+", label: "Served" },
+ { value: "4.9", label: "Average Rating" },
+ { value: "100%", label: "Client Joy" },
]}
title="Client Stories"
description="See why our clients choose Sukhi's time and time again."
@@ -363,21 +166,13 @@ export default function LandingPage() {
@@ -388,37 +183,17 @@ export default function LandingPage() {
logoText="Sukhi's Beauty Parlour"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Services",
- href: "#features",
- },
- {
- label: "Team",
- href: "#team",
- },
+ title: "Company", items: [
+ { label: "About", href: "#about" },
+ { label: "Services", href: "#features" },
+ { label: "Team", href: "#team" },
],
},
{
- title: "Help",
- items: [
- {
- label: "FAQ",
- href: "#faq",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- {
- label: "Privacy",
- href: "#",
- },
+ title: "Help", items: [
+ { label: "FAQ", href: "#faq" },
+ { label: "Contact", href: "#contact" },
+ { label: "Privacy", href: "#" },
],
},
]}