Update src/app/about/page.tsx
This commit is contained in:
@@ -27,49 +27,27 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Kids",
|
||||
id: "/kids",
|
||||
},
|
||||
name: "Kids", id: "/kids"},
|
||||
{
|
||||
name: "Groom",
|
||||
id: "/groom",
|
||||
},
|
||||
name: "Groom", id: "/groom"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "/team",
|
||||
},
|
||||
name: "Team", id: "/team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "/offers",
|
||||
},
|
||||
name: "Offers", id: "/offers"},
|
||||
{
|
||||
name: "Booking",
|
||||
id: "/booking",
|
||||
},
|
||||
name: "Booking", id: "/booking"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="KOKO Salon"
|
||||
/>
|
||||
@@ -80,14 +58,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The KOKO Legacy of Excellence",
|
||||
},
|
||||
type: "text", content: "The KOKO Legacy of Excellence"},
|
||||
]}
|
||||
description="At KOKO Salon, every cut tells a story of tradition, innovation, and unwavering commitment to client satisfaction. Our journey began with a vision to redefine luxury grooming in Suez, transforming a simple haircut into an immersive, refined experience. We pride ourselves on cultivating a team of master barbers, each with a profound understanding of modern trends and classic artistry. From the meticulously crafted environment to the bespoke services, KOKO Salon stands as a beacon of trust, precision, and unparalleled luxury."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blonde-girl-posing-bathroom-with-bath-robe_23-2148147502.jpg"
|
||||
imageAlt="barber focusing on details haircut"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,23 +70,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "years-experience",
|
||||
icon: Award,
|
||||
title: "Years of Expertise",
|
||||
value: "15+",
|
||||
},
|
||||
id: "years-experience", icon: Award,
|
||||
title: "Years of Expertise", value: "15+"},
|
||||
{
|
||||
id: "clients-served",
|
||||
icon: Users,
|
||||
title: "Clients Served",
|
||||
value: "10,000+",
|
||||
},
|
||||
id: "clients-served", icon: Users,
|
||||
title: "Clients Served", value: "10,000+"},
|
||||
{
|
||||
id: "rating-average",
|
||||
icon: Star,
|
||||
title: "Average Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
id: "rating-average", icon: Star,
|
||||
title: "Average Rating", value: "4.9/5"},
|
||||
]}
|
||||
title="Our Commitment to Craftsmanship"
|
||||
description="Driven by passion and dedication, KOKO Salon has achieved milestones in luxury grooming, earning the trust of our discerning clientele. Our numbers speak for themselves, reflecting years of exceptional service and artistry."
|
||||
@@ -125,87 +88,51 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Classic Haircut",
|
||||
href: "/services#classic",
|
||||
},
|
||||
label: "Classic Haircut", href: "/services#classic"},
|
||||
{
|
||||
label: "Skin Fade",
|
||||
href: "/services#fade",
|
||||
},
|
||||
label: "Skin Fade", href: "/services#fade"},
|
||||
{
|
||||
label: "Royal Shave",
|
||||
href: "/services#shave",
|
||||
},
|
||||
label: "Royal Shave", href: "/services#shave"},
|
||||
{
|
||||
label: "Hair Treatments",
|
||||
href: "/services#treatment",
|
||||
},
|
||||
label: "Hair Treatments", href: "/services#treatment"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/team",
|
||||
},
|
||||
label: "Our Team", href: "/team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Sitemap",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sitemap", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Packages",
|
||||
items: [
|
||||
title: "Packages", items: [
|
||||
{
|
||||
label: "Groom Packages",
|
||||
href: "/groom",
|
||||
},
|
||||
label: "Groom Packages", href: "/groom"},
|
||||
{
|
||||
label: "Kids Experience",
|
||||
href: "/kids",
|
||||
},
|
||||
label: "Kids Experience", href: "/kids"},
|
||||
{
|
||||
label: "Special Offers",
|
||||
href: "/offers",
|
||||
},
|
||||
label: "Special Offers", href: "/offers"},
|
||||
{
|
||||
label: "VIP Membership",
|
||||
href: "/offers#vip",
|
||||
},
|
||||
label: "VIP Membership", href: "/offers#vip"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Book Appointment",
|
||||
href: "/booking",
|
||||
},
|
||||
label: "Book Appointment", href: "/booking"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/01000000000",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/01000000000"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/kokosalon",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/kokosalon"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user