diff --git a/src/app/page.tsx b/src/app/page.tsx
index 787879e..828966e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,7 +29,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
- background="noise"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -46,25 +46,19 @@ export default function HomePage() {
tag="Expert Grooming"
tagIcon={Scissors}
tagAnimation="slide-up"
- background={{ variant: "noise" }}
+ background={{ variant: "plain" }}
mediaItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/tools-shaving-beard-desk_23-2148181852.jpg",
- imageAlt: "Professional barbershop interior with luxury seating",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/tools-shaving-beard-desk_23-2148181852.jpg", imageAlt: "Professional barbershop interior with luxury seating"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-shaved-with-straight-edge-razor-by-hairdresser-barbershop_1153-9769.jpg",
- imageAlt: "Expert barber cutting client hair with precision",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-shaved-with-straight-edge-razor-by-hairdresser-barbershop_1153-9769.jpg", imageAlt: "Expert barber cutting client hair with precision"},
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by Etobicoke residents"
buttons={[
{
- text: "Book Now",
- href: "/book",
- },
+ text: "Book Now", href: "/book"},
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -75,14 +69,10 @@ export default function HomePage() {