diff --git a/src/app/page.tsx b/src/app/page.tsx index 87ea437..c404775 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; import { CheckCircle, Scissors, Shield, Smile, Users } from "lucide-react"; @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,37 +48,24 @@ export default function LandingPage() {
@@ -110,29 +87,19 @@ export default function LandingPage() { features={[ { icon: Scissors, - title: "Old School Barbershop", - description: "No rushed chain haircuts. Just real barbering the way it used to be.", - }, + title: "Old School Barbershop", description: "No rushed chain haircuts. Just real barbering the way it used to be."}, { icon: CheckCircle, - title: "Precision Haircuts", - description: "Roy takes his time and makes sure every haircut is done right.", - }, + title: "Precision Haircuts", description: "Roy takes his time and makes sure every haircut is done right."}, { icon: Users, - title: "Community Atmosphere", - description: "Customers say the shop feels like family.", - }, + title: "Community Atmosphere", description: "Customers say the shop feels like family."}, { icon: Shield, - title: "Military Friendly", - description: "Veterans and active military are always welcome.", - }, + title: "Military Friendly", description: "Veterans and active military are always welcome."}, { icon: Smile, - title: "Great With Kids", - description: "Roy is known for being patient and calm with younger customers.", - }, + title: "Great With Kids", description: "Roy is known for being patient and calm with younger customers."}, ]} title="Why Customers Love Allen Barber Shop" description="Roy has been cutting hair for decades and has built a loyal community of customers who have trusted him for years." @@ -147,41 +114,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Classic Haircut", - price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7904.jpg?_wi=1", - }, + id: "1", name: "Classic Haircut", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7904.jpg?_wi=1"}, { - id: "2", - name: "Beard Trim", - price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94800.jpg?_wi=1", - }, + id: "2", name: "Beard Trim", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94800.jpg?_wi=1"}, { - id: "3", - name: "Military High & Tight", - price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/indian-stylish-man-black-traditional-clothes-with-white-scarf-posed-outdoor-against-old-gates_627829-2537.jpg?_wi=1", - }, + id: "3", name: "Military High & Tight", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/indian-stylish-man-black-traditional-clothes-with-white-scarf-posed-outdoor-against-old-gates_627829-2537.jpg?_wi=1"}, { - id: "4", - name: "Kids Cut", - price: "$20", - imageSrc: "http://img.b2bpic.net/free-photo/boy-getting-haircut-salon-front-view_23-2149870409.jpg?_wi=1", - }, + id: "4", name: "Kids Cut", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/boy-getting-haircut-salon-front-view_23-2149870409.jpg?_wi=1"}, { - id: "5", - name: "Hot Towel Shave", - price: "$30", - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7904.jpg?_wi=2", - }, + id: "5", name: "Hot Towel Shave", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7904.jpg?_wi=2"}, { - id: "6", - name: "Line Up", - price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94800.jpg?_wi=2", - }, + id: "6", name: "Line Up", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94800.jpg?_wi=2"}, ]} title="Our Services" description="Precision grooming and traditional barbering techniques to keep you looking your best." @@ -189,60 +132,22 @@ export default function LandingPage() {
-
@@ -250,16 +155,13 @@ export default function LandingPage() { @@ -270,29 +172,19 @@ export default function LandingPage() { logoText="Allen Barber Shop" columns={[ { - title: "About", - items: [ + title: "About", items: [ { - label: "Our History", - href: "#about", - }, + label: "Our History", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Main Street, Allen", - href: "#", - }, + label: "Main Street, Allen", href: "#"}, { - label: "First Come, First Served", - href: "#", - }, + label: "First Come, First Served", href: "#"}, ], }, ]}