Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 (
|
||||||
@@ -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" }}
|
||||||
@@ -222,4 +222,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user