Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tag="Established 2015"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "2K+", label: "Satisfied Clients" },
|
||||
{ value: "15+", label: "Expert Barbers" },
|
||||
@@ -92,13 +92,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Precision Haircuts", author: "Expert Styling", description: "Classic and contemporary cuts tailored to your style. Our barbers use premium techniques and quality tools to deliver exceptional results every time.", tags: ["Classic", "Modern", "Custom"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg?_wi=1", imageAlt: "Professional barber cutting client hair"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg", imageAlt: "Professional barber cutting client hair"},
|
||||
{
|
||||
id: "2", title: "Beard Grooming & Design", author: "Expert Maintenance", description: "Professional beard trimming, shaping, and design. We specialize in maintaining and styling beards with precision and care for the distinguished gentleman.", tags: ["Styling", "Maintenance", "Design"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-businessmen-talking-phone-city_1153-8203.jpg?_wi=1", imageAlt: "Professional barber grooming client beard"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-businessmen-talking-phone-city_1153-8203.jpg", imageAlt: "Professional barber grooming client beard"},
|
||||
{
|
||||
id: "3", title: "Classic Straight Shave", author: "Traditional Technique", description: "Experience the luxury of a traditional hot towel shave. Our master barbers provide an authentic grooming ritual that delivers a smooth, comfortable, close shave.", tags: ["Traditional", "Luxury", "Classic"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-covering-man39s-face-with-warm-wet-towel_651396-2980.jpg?_wi=1", imageAlt: "Professional straight razor shave experience"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-covering-man39s-face-with-warm-wet-towel_651396-2980.jpg", imageAlt: "Professional straight razor shave experience"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -140,17 +140,17 @@ export default function LandingPage() {
|
||||
id: "haircut", title: "Premium Haircut", price: "$35", period: "per cut", features: [
|
||||
"Expert precision cutting", "Complimentary styling consultation", "Premium product included"],
|
||||
button: { text: "Book Now", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg?_wi=2", imageAlt: "Premium haircut service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg", imageAlt: "Premium haircut service"},
|
||||
{
|
||||
id: "beard", title: "Beard Design & Trim", price: "$28", period: "per session", features: [
|
||||
"Professional beard shaping", "Precision trimming", "Beard care tips included"],
|
||||
button: { text: "Book Now", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-businessmen-talking-phone-city_1153-8203.jpg?_wi=2", imageAlt: "Beard grooming service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-businessmen-talking-phone-city_1153-8203.jpg", imageAlt: "Beard grooming service"},
|
||||
{
|
||||
id: "shave", title: "Classic Shave", price: "$30", period: "per shave", features: [
|
||||
"Hot towel preparation", "Straight razor technique", "Premium aftercare balm"],
|
||||
button: { text: "Book Now", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-covering-man39s-face-with-warm-wet-towel_651396-2980.jpg?_wi=2", imageAlt: "Classic shave service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-covering-man39s-face-with-warm-wet-towel_651396-2980.jpg", imageAlt: "Classic shave service"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -185,7 +185,7 @@ export default function LandingPage() {
|
||||
title="Book Your Appointment Today"
|
||||
description="Ready to experience premium grooming? Reach out to Fredy Cuts and schedule your next visit. We're here to keep you looking sharp."
|
||||
tagIcon={Phone}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Schedule Now"
|
||||
inputPlaceholder="Enter your email or phone"
|
||||
|
||||
Reference in New Issue
Block a user