Merge version_1 into main #1
@@ -16,11 +16,11 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="D&J FADES"
|
||||
description="Premium barbershop specializing in fresh fades, sharp lines, and professional grooming. Experience the art of the cut."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
{ text: "Learn More", href: "#services" },
|
||||
@@ -96,8 +96,8 @@ export default function LandingPage() {
|
||||
<TeamCardTen
|
||||
title="Master barbers with years of expertise and dedication to the craft."
|
||||
tag="Our Team"
|
||||
tagAnimation="reveal-blur"
|
||||
membersAnimation="reveal-blur"
|
||||
tagAnimation="slide-up"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "David", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-tattooed-arm-wearing-white-shirt_613910-1888.jpg", imageAlt: "David, senior barber at D&J Fades"},
|
||||
|
||||
Reference in New Issue
Block a user