diff --git a/src/app/page.tsx b/src/app/page.tsx
index e3737a1..a39b706 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -49,7 +49,7 @@ export default function LandingPage() {
@@ -174,7 +174,7 @@ export default function LandingPage() {
{ id: "3", title: "Do you do beard trims?", content: "Yes, full beard grooming is available." },
{ id: "4", title: "Is parking available?", content: "Parking is available nearby." },
{ id: "5", title: "What are your prices?", content: "Please see our services list for up-to-date pricing." },
- { id: "6", title: "What days are you open?", content: "Please check our booking portal for availability." },
+ { id: "6", title: "What are your hours?", content: "We open daily at 8:30 AM." },
]}
title="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -186,7 +186,7 @@ export default function LandingPage() {
@@ -197,8 +197,8 @@ export default function LandingPage() {
columns={[
{
title: "Style Cutz Barbershop", items: [
- { label: "Bayside, NY", href: "#" },
- { label: "(555) 123-4567", href: "tel:5551234567" },
+ { label: "34-27 Francis Lewis Blvd, Flushing, NY 11358", href: "#" },
+ { label: "(718) 321-1530", href: "tel:7183211530" },
],
},
{
@@ -211,7 +211,6 @@ export default function LandingPage() {
{
title: "Book", items: [
{ label: "Book Now", href: "#booking" },
- { label: "Instagram", href: "#" },
],
},
]}
@@ -222,4 +221,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file