Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a8659be59 | |||
| 265f8cdf70 | |||
| f655601e67 |
@@ -6,12 +6,11 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award, Star, Zap, User, Scissors, Smile } from "lucide-react";
|
||||
import { Star, User, Smile } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -72,10 +71,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Our Expert Services"
|
||||
description="We offer a wide range of grooming services tailored to every style."
|
||||
description="We offer a wide range of professional grooming services tailored to your specific style."
|
||||
features={[
|
||||
{ id: "s1", label: "Haircuts", title: "Precision Haircuts", items: ["Classic cuts", "Modern fades", "Scissor cuts"] },
|
||||
{ id: "s2", label: "Grooming", title: "Beard Grooming", items: ["Beard trims", "Maintenance", "Edge-ups"] },
|
||||
{
|
||||
id: "s1", label: "Professional Grooming", title: "Available Services", items: ["Beard trim", "Haircut", "Beard maintenance", "Buzz cut", "Curly hair", "Custom cut", "Fade cut", "Head shave", "Kids' cuts", "Long haircut", "Scissor cut"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user