Update src/app/services/page.tsx

This commit is contained in:
2026-05-28 00:18:13 +00:00
parent 7f69c00c50
commit a9d873736a

View File

@@ -6,6 +6,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import { Scissors, Razor, HeartHandshake, Sparkles, Sun } from "lucide-react";
export default function LandingPage() {
return (
@@ -26,33 +27,21 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Our Team",
id: "/team",
},
name: "Our Team", id: "/team"},
{
name: "Reviews",
id: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=flh05o"
logoAlt="Dade City Barbershop & Beauty Logo"
brandName="Dade City Barbershop & Beauty"
button={{
text: "Book Now",
href: "https://vagaro.com/dadecitybarbershop",
}}
text: "Book Now", href: "https://vagaro.com/dadecitybarbershop"}}
/>
</div>
@@ -62,39 +51,19 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Haircuts for All",
description: "Precision cuts for men, women, and children. Modern styles, classic trims, and everything in between.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985718.jpg",
imageAlt: "A barber giving a haircut",
buttonIcon: "Scissors",
title: "Haircuts for All", description: "Precision cuts for men, women, and children. Modern styles, classic trims, and everything in between.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985718.jpg", imageAlt: "A barber giving a haircut", buttonIcon: Scissors,
},
{
title: "Beard & Mustache Trims",
description: "Expert grooming, shaping, and styling to perfect your facial hair.",
imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-looking-client-mirror_23-2148242870.jpg",
imageAlt: "Man getting beard trimmed",
buttonIcon: "Razor",
title: "Beard & Mustache Trims", description: "Expert grooming, shaping, and styling to perfect your facial hair.", imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-looking-client-mirror_23-2148242870.jpg", imageAlt: "Man getting beard trimmed", buttonIcon: Razor,
},
{
title: "Straight Razor Shaves",
description: "Experience the classic, close, and refreshing hot towel straight razor shave.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-shaving-with-black-trimmer_23-2148213367.jpg",
imageAlt: "Barber performing a straight razor shave",
buttonIcon: "HeartHandshake",
title: "Straight Razor Shaves", description: "Experience the classic, close, and refreshing hot towel straight razor shave.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-shaving-with-black-trimmer_23-2148213367.jpg", imageAlt: "Barber performing a straight razor shave", buttonIcon: HeartHandshake,
},
{
title: "Creative Hair Designs",
description: "From subtle patterns to intricate artistic designs, personalize your look.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-puts-crystal-hairpin-bride-s-blonde-hair_8353-571.jpg",
imageAlt: "Hair with a creative design",
buttonIcon: "Sparkles",
title: "Creative Hair Designs", description: "From subtle patterns to intricate artistic designs, personalize your look.", imageSrc: "http://img.b2bpic.net/free-photo/woman-puts-crystal-hairpin-bride-s-blonde-hair_8353-571.jpg", imageAlt: "Hair with a creative design", buttonIcon: Sparkles,
},
{
title: "Beauty & Styling",
description: "Blowouts, styling, coloring, and treatments for all hair types and occasions.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage-using-oil_343596-4196.jpg",
imageAlt: "Woman getting her hair styled",
buttonIcon: "Sun",
title: "Beauty & Styling", description: "Blowouts, styling, coloring, and treatments for all hair types and occasions.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage-using-oil_343596-4196.jpg", imageAlt: "Woman getting her hair styled", buttonIcon: Sun,
},
]}
title="Our Diverse Range of Services"
@@ -109,51 +78,27 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "haircuts",
name: "Haircuts",
price: "From $25",
features: [
"Men's Haircut",
"Women's Haircut",
"Kid's Haircut (Under 12)",
"Buzz Cut",
],
id: "haircuts", name: "Haircuts", price: "From $25", features: [
"Men's Haircut", "Women's Haircut", "Kid's Haircut (Under 12)", "Buzz Cut"],
buttons: [
{
text: "Book Haircut",
},
text: "Book Haircut"},
],
},
{
id: "grooming",
name: "Grooming",
price: "From $15",
features: [
"Beard Trim",
"Mustache Trim",
"Straight Razor Shave",
"Hair Design Add-on",
],
id: "grooming", name: "Grooming", price: "From $15", features: [
"Beard Trim", "Mustache Trim", "Straight Razor Shave", "Hair Design Add-on"],
buttons: [
{
text: "Book Grooming",
},
text: "Book Grooming"},
],
},
{
id: "beauty",
name: "Beauty & Styling",
price: "From $40",
features: [
"Blowouts & Styling",
"Deep Conditioning Treatment",
"Coloring Services (Consult)",
"Special Occasion Hair",
],
id: "beauty", name: "Beauty & Styling", price: "From $40", features: [
"Blowouts & Styling", "Deep Conditioning Treatment", "Coloring Services (Consult)", "Special Occasion Hair"],
buttons: [
{
text: "Book Styling",
},
text: "Book Styling"},
],
},
]}
@@ -164,67 +109,42 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-sculptures_23-2151002991.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-sculptures_23-2151002991.jpg"
imageAlt="Stylish barbershop interior"
logoText="Dade City Barbershop & Beauty"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Haircuts",
href: "/services",
},
label: "Haircuts", href: "/services"},
{
label: "Beard Trims",
href: "/services",
},
label: "Beard Trims", href: "/services"},
{
label: "Beauty & Styling",
href: "/services",
},
label: "Beauty & Styling", href: "/services"},
{
label: "Razor Shaves",
href: "/services",
},
label: "Razor Shaves", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/",
},
label: "About Us", href: "/"},
{
label: "Our Team",
href: "/team",
},
label: "Our Team", href: "/team"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Book Online",
href: "https://vagaro.com/dadecitybarbershop",
},
label: "Book Online", href: "https://vagaro.com/dadecitybarbershop"},
{
label: "Call Us: (352) 437-4956",
href: "tel:+13524374956",
},
label: "Call Us: (352) 437-4956", href: "tel:+13524374956"},
{
label: "Email: info@dadecitybarbershop.com",
href: "mailto:info@dadecitybarbershop.com",
},
label: "Email: info@dadecitybarbershop.com", href: "mailto:info@dadecitybarbershop.com"},
],
},
]}