Compare commits
2 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 60a4bd3f69 | |||
|
|
c101dcc4a7 |
@@ -6,7 +6,7 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards';
|
||||
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
|
||||
import { CheckCircle, Instagram, Scissors, Star } from "lucide-react";
|
||||
import { CheckCircle, Instagram, Sparkles, Star } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -15,9 +15,9 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroOverlay
|
||||
tag="Luxury Grooming"
|
||||
title="Precision Cuts. Timeless Style."
|
||||
description="Professional haircuts, fades, beard grooming, and premium barbering services."
|
||||
tag="Premium Car Detailing"
|
||||
title="Top Class Detailing. Unmatched Shine."
|
||||
description="Professional interior and exterior detailing, paint correction, and ceramic coating services."
|
||||
primaryButton={{
|
||||
text: "Book Appointment",
|
||||
href: "#booking",
|
||||
@@ -26,7 +26,7 @@ export default function HomePage() {
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/back-view-hairstylist-cutting-costumer-s-hair_23-2148242837.jpg"
|
||||
imageSrc="https://images.unsplash.com/photo-1601362840469-51e4d8d58785?auto=format&fit=crop&q=80"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -35,11 +35,11 @@ export default function HomePage() {
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutFeaturesSplit
|
||||
tag="Our Story"
|
||||
title="Crafting Perfection in Every Cut"
|
||||
description="At Barber Luxe, we combine traditional craftsmanship with modern techniques to provide an unparalleled grooming experience. With over 10 years of experience, we pride ourselves on precision, cleanliness, and dedication."
|
||||
title="Crafting Perfection in Every Detail"
|
||||
description="At Top Class Detailing, we combine premium products with expert techniques to provide an unparalleled car care experience. We pride ourselves on precision, cleanliness, and dedication to making your vehicle look brand new."
|
||||
items={[
|
||||
{
|
||||
icon: Scissors,
|
||||
icon: Sparkles,
|
||||
title: "Master Barbers",
|
||||
description: "Highly trained professionals.",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user