Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-21 21:55:22 +00:00

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Call Now", href: "tel:+16509876543"
text: "Call Now", href: "tel:+16503264820"
}}
/>
</div>
@@ -48,7 +48,7 @@ export default function LandingPage() {
tagIcon={Award}
tagAnimation="slide-up"
buttons={[
{ text: "📞 Call Now", href: "tel:+16509876543" },
{ text: "📞 Call Now", href: "tel:+16503264820" },
{ text: "🗓 Book Appointment", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -199,7 +199,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{ text: "📞 Call Now", href: "tel:+16509876543" },
{ text: "📞 Call Now", href: "tel:+16503264820" },
{ text: "Book Appointment", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -221,7 +221,7 @@ export default function LandingPage() {
id: "kids-haircuts", title: "Do you cut kids' hair?", content: "Absolutely! Anthony specializes in kids haircuts and creates a fun, comfortable experience. Kids haircuts are $20 and take about 25 minutes."
},
{
id: "appointment-booking", title: "How do I book an appointment?", content: "You can call us at (650) 987-6543 or fill out our booking form on this website. We recommend booking at least 24 hours in advance, especially for evenings and weekends."
id: "appointment-booking", title: "How do I book an appointment?", content: "You can call us at (650) 326-4820 or fill out our booking form on this website. We recommend booking at least 24 hours in advance, especially for evenings and weekends."
},
{
id: "hours", title: "What are your hours?", content: "We're open Tuesday-Friday 10am-6pm, Saturday 9am-5pm, and Sunday 10am-4pm. We're closed Mondays. Holidays may affect hours, so call ahead during holiday periods."
@@ -244,10 +244,10 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="California Barber Shop"
leftLink={{
text: "📞 (650) 987-6543", href: "tel:+16509876543"
text: "📞 (650) 326-4820", href: "tel:+16503264820"
}}
rightLink={{
text: "📍 123 Main St, Palo Alto, CA 94301", href: "https://maps.google.com/?q=California+Barber+Shop+Palo+Alto"
text: "📍 441 Cambridge Ave, Palo Alto, CA 94306", href: "https://maps.google.com/?q=California+Barber+Shop+Palo+Alto"
}}
ariaLabel="California Barber Shop footer with contact information"
/>