diff --git a/src/app/page.tsx b/src/app/page.tsx
index b9f6d7e..7370f98 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import { Clock, Scissors, Star } from "lucide-react";
+import { Clock, Scissors, Star, MapPin, Phone, Calendar } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,30 +29,12 @@ export default function LandingPage() {
@@ -60,72 +42,17 @@ export default function LandingPage() {
@@ -135,20 +62,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
title="The Lake Wales Vibe"
- description="We don't rush your cut. Whether it's your first time or your hundredth, we provide top-tier environment, premium precision, and a space where you feel comfortable."
+ description="We don't rush your cut. Whether it's your first time or your hundredth, we provide a top-tier environment, premium precision, and a space where you and your kids feel comfortable."
bulletPoints={[
- {
- title: "Chill Atmosphere",
- description: "High-energy but laid back, where you're always welcome.",
- },
- {
- title: "Expert Precision",
- description: "Three veteran barbers who specialize in every hair type.",
- },
- {
- title: "Walk-Ins Welcome",
- description: "Always ready for you, no appointment needed.",
- },
+ { title: "Family Friendly", description: "The shop is good for kids, with a welcoming atmosphere for all ages.", icon: Scissors },
+ { title: "Visit Us", description: "328 FL-60, Lake Wales, FL 33853", icon: MapPin },
+ { title: "Hours & Phone", description: "Closed Monday, Open Tue 9 AM. Call: (863) 215-2141", icon: Clock },
]}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=2"
mediaAnimation="slide-up"
@@ -162,98 +80,28 @@ export default function LandingPage() {
title="Frequently Asked Questions"
description="Get all your questions answered about your next visit."
faqs={[
- {
- id: "1",
- title: "Do I need an appointment?",
- content: "We welcome walk-ins, but booking is recommended for guaranteed spots.",
- },
- {
- id: "2",
- title: "What is the price range?",
- content: "Our cuts range from $20-$40 depending on the stylist and service complexity.",
- },
+ { id: "1", title: "Is the shop good for kids?", content: "Absolutely! We pride ourselves on being a family-friendly barbershop where everyone is welcome." },
+ { id: "2", title: "When are you open?", content: "We are closed on Mondays and open at 9 AM from Tuesday onwards." },
]}
faqsAnimation="slide-up"
/>
-