Compare commits
22 Commits
version_4
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| ea02f93afc | |||
| cf771605f2 | |||
| 87a5c2d409 | |||
| 39009d2353 | |||
| 93e6de20dd | |||
| 0a62e81ab0 | |||
| e9cca38814 | |||
| 35d29a0057 | |||
| 02ef23c9fa | |||
| 0a81b9a789 | |||
| dbcbc5634f | |||
| 29c6173870 | |||
| 3ed9140f81 | |||
| d0445e58e6 | |||
| 4c35de8956 | |||
| b438209472 | |||
| 5e727aead3 | |||
| 5b4251f4aa | |||
| 94dde7dfcb | |||
| 319d505fcc | |||
| 6c84f8b3e7 | |||
| b3b7d76ee8 |
@@ -9,9 +9,9 @@ import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNinete
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Scissors, Calendar, Star, Clock, User, Award } from 'lucide-react';
|
||||
import { Scissors, Calendar, Award } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now", href: "contact"
|
||||
text: "Book Now", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -51,8 +51,8 @@ export default function LandingPage() {
|
||||
tagIcon={Scissors}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Book with Your Barber", href: "contact" },
|
||||
{ text: "View Services", href: "cuts" }
|
||||
{ text: "Book with Your Barber", href: "#contact" },
|
||||
{ text: "View Services", href: "#cuts" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
@@ -77,6 +77,7 @@ export default function LandingPage() {
|
||||
imageAlt="Expert barber at work"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,6 +95,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,6 +110,7 @@ export default function LandingPage() {
|
||||
{ tag: "Beard", title: "Beard Design", subtitle: "Expert shaping", description: "Sculpted beard care for the modern man.", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -124,6 +127,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,6 +143,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,18 +160,27 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6196.jpg"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Bookings"
|
||||
<ContactSplitForm
|
||||
title="Book Your Appointment"
|
||||
description="Use the calendar below to secure your spot with your preferred barber."
|
||||
tagIcon={Calendar}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
inputPlaceholder="Your name or email"
|
||||
buttonText="Reserve Now"
|
||||
description="Experience the finest grooming services in the city. Select your preferences and lock in your session today."
|
||||
inputs={[
|
||||
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "service", type: "text", placeholder: "Preferred Service (Cut, Shave, etc.)" },
|
||||
{ name: "notes", type: "text", placeholder: "Additional Notes" }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Any special requests?", rows: 4 }}
|
||||
buttonText="Request My Appointment"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="min-h-screen py-24"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barber-holding-razor-hair-client_23-2148353483.jpg"
|
||||
imageAlt="Barber serving client"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -176,10 +190,10 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{ title: "Visit", items: [{ label: "Location", href: "#" }, { label: "Directions", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Cuts", href: "#" }, { label: "Shaves", href: "#" }] },
|
||||
{ title: "Business", items: [{ label: "Book Now", href: "#" }, { label: "Contact", href: "#" }] }
|
||||
{ title: "Business", items: [{ label: "Book Now", href: "#contact" }, { label: "Contact", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user