Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| de410c1688 | |||
| 471b912b6d | |||
| a57b8f07d2 | |||
| 1a11003f72 | |||
| 63abc6a8d6 | |||
| 05b2f4f189 |
@@ -9,7 +9,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
|||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import { Calendar, Camera, Scissors, Sparkles, Star, Users } from "lucide-react";
|
import { Calendar, Camera, Scissors, Sparkles, Star, Users, MapPin } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
description="Experience precision grooming and timeless style in our premium barbershop. Expert barbers dedicated to giving you the perfect cut, every time."
|
description="Experience precision grooming and timeless style in our premium barbershop. Expert barbers dedicated to giving you the perfect cut, every time."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Cut", href: "contact" },
|
{ text: "Book Your Cut", href: "contact" },
|
||||||
{ text: "View Services", href: "services" }
|
{ text: "Book Your Appointment", href: "services" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
@@ -202,10 +202,10 @@ export default function LandingPage() {
|
|||||||
tagIcon={Calendar}
|
tagIcon={Calendar}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Book Your Appointment Today"
|
title="Book Your Appointment Today"
|
||||||
description="Call us or visit our location to schedule your grooming session. Walk-ins also welcome!"
|
description="Located at 123 Main St, open Mon-Sat 10am-8pm. Call us at (555) 123-4567 or visit our location to schedule your grooming session. Walk-ins also welcome!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+1234567890" },
|
{ text: "Call Now", href: "tel:+15551234567" },
|
||||||
{ text: "Visit Us", href: "#" }
|
{ text: "Get Directions", href: "https://maps.google.com" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user