diff --git a/src/app/page.tsx b/src/app/page.tsx
index ee2a294..d01c5ec 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,14 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextAbout from '@/components/sections/about/TextAbout';
+import { Calendar } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,18 +30,12 @@ export default function LandingPage() {
@@ -48,39 +43,13 @@ export default function LandingPage() {
@@ -98,28 +67,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "s1", name: "Skin Fade", price: "$45", features: [
- "Precision Taper", "Blade Work", "Hot Towel"],
- buttons: [
- {
- text: "Select"},
- ],
+ id: "s1", name: "Skin Fade", price: "$45", features: ["Precision Taper", "Blade Work", "Hot Towel"],
+ buttons: [{ text: "Select" }],
},
{
- id: "s2", name: "Beard Trim", price: "$30", features: [
- "Shape & Line Up", "Beard Oil", "Razor Edge"],
- buttons: [
- {
- text: "Select"},
- ],
+ id: "s2", name: "Beard Trim", price: "$30", features: ["Shape & Line Up", "Beard Oil", "Razor Edge"],
+ buttons: [{ text: "Select" }],
},
{
- id: "s3", name: "Full Service", price: "$75", features: [
- "Haircut & Beard", "Facial Treatment", "Style Consult"],
- buttons: [
- {
- text: "Select"},
- ],
+ id: "s3", name: "Full Service", price: "$75", features: ["Haircut & Beard", "Facial Treatment", "Style Consult"],
+ buttons: [{ text: "Select" }],
},
]}
title="Our Services"
@@ -133,21 +90,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1", name: "James L.", handle: "@jamesl", testimonial: "The best fade I have ever had. Professional, clean, and exact.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-white_158538-11397.jpg"},
- {
- id: "t2", name: "Mark D.", handle: "@markd", testimonial: "Apex Cuts is my new go-to. Luxury treatment every single time.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/profile-image-fashionable-young-hipster-guy-with-trendy-hairstyle-thick-ginger-beard_343059-3602.jpg"},
- {
- id: "t3", name: "Robert S.", handle: "@roberts", testimonial: "Excellent service and great atmosphere. Highly recommended.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-walks-around-city_1321-4646.jpg"},
- {
- id: "t4", name: "Kevin B.", handle: "@kevinb", testimonial: "Precision work. They really understand modern style.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-redhead-model-man-flannel-shirt-gray-background_613910-4140.jpg"},
- {
- id: "t5", name: "Chris P.", handle: "@chrisp", testimonial: "Professional beard trim, top quality oil and service.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-traveler-male-dressed-fleece-shirt-wild-park-background_613910-12816.jpg"},
+ { id: "t1", name: "James L.", handle: "@jamesl", testimonial: "The best fade I have ever had. Professional, clean, and exact.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-white_158538-11397.jpg" },
+ { id: "t2", name: "Mark D.", handle: "@markd", testimonial: "Apex Cuts is my new go-to. Luxury treatment every single time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/profile-image-fashionable-young-hipster-guy-with-trendy-hairstyle-thick-ginger-beard_343059-3602.jpg" },
]}
showRating={true}
title="Customer Stories"
@@ -162,58 +106,40 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Sharp Fade", price: "", variant: "Cut", imageSrc: "http://img.b2bpic.net/free-photo/indian-stylish-man-black-traditional-clothes-with-white-scarf-posed-outdoor-sitting-bench_627829-12682.jpg"},
- {
- id: "p2", name: "Beard Groom", price: "", variant: "Trim", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-stylist_23-2147778876.jpg"},
- {
- id: "p3", name: "Modern Style", price: "", variant: "Styling", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg"},
- {
- id: "p4", name: "Shop Interior", price: "", variant: "Vibe", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-with-before-hair-wash-hairdressers-salon_613910-14545.jpg"},
- {
- id: "p5", name: "Precision Fade", price: "", variant: "Cut", imageSrc: "http://img.b2bpic.net/free-photo/special-clean-up-after-shaving-process_23-2148298348.jpg"},
- {
- id: "p6", name: "Detailed Trim", price: "", variant: "Beard", imageSrc: "http://img.b2bpic.net/free-photo/half-face-portrait-bearded-man_23-2148176661.jpg"},
+ { id: "p1", name: "Sharp Fade", price: "", variant: "Cut", imageSrc: "http://img.b2bpic.net/free-photo/indian-stylish-man-black-traditional-clothes-with-white-scarf-posed-outdoor-sitting-bench_627829-12682.jpg" },
+ { id: "p2", name: "Beard Groom", price: "", variant: "Trim", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-stylist_23-2147778876.jpg" },
+ { id: "p3", name: "Modern Style", price: "", variant: "Styling", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-combing-moustache-client_23-2147778838.jpg" },
+ { id: "p4", name: "Shop Interior", price: "", variant: "Vibe", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-with-before-hair-wash-hairdressers-salon_613910-14545.jpg" },
]}
- title="Our Work"
- description="Visual mastery in every cut."
+ title="Gallery"
+ description="Our visual mastery in every cut."
/>