Merge version_1 into main #1
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ text: "Book Your Cut", href: "#booking" },
|
||||
{ text: "View Services", href: "#services" },
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "The Best Barber Experience", logoIcon: Barcode,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-barber-holding-scissors-barbershop_23-2148985745.jpg", buttons: [
|
||||
@@ -61,9 +61,9 @@ export default function LandingPage() {
|
||||
{ icon: MessageCircle },
|
||||
],
|
||||
stats: [
|
||||
{ title: "Satisfied Clients", values: ["500", "1200", "2400"], description: "Happy customers served" },
|
||||
{ title: "Years Experience", values: ["5", "8", "10"], valueSuffix: "+", description: "Excellence in barbering" },
|
||||
{ title: "Rating", values: ["4.8", "4.9", "5.0"], description: "Average customer rating" },
|
||||
{ title: "Satisfied Clients", values: [500, 1200, 2400], description: "Happy customers served" },
|
||||
{ title: "Years Experience", values: [5, 8, 10], valueSuffix: "+", description: "Excellence in barbering" },
|
||||
{ title: "Rating", values: [4.8, 4.9, 5.0], description: "Average customer rating" },
|
||||
],
|
||||
listTitle: "Why Choose Us", listItems: [
|
||||
{ icon: CheckCircle, title: "Precision Fades", status: "Premium" },
|
||||
|
||||
Reference in New Issue
Block a user