Update src/app/page.tsx

This commit is contained in:
2026-02-11 22:05:24 +00:00
parent f173ecd35c
commit 733a24dd80

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="large"
background="aurora"
background="none"
cardStyle="outline"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroCentered
title="Premium Grooming for the Modern Man"
description="Experience precision haircuts, expert beard grooming, and professional styling at The Edge Barber Shop. Where tradition meets modern excellence."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
avatars={[
{ src: "https://img.b2bpic.net/free-vector/flat-variety-male-avatars_23-2147676209.jpg", alt: "Satisfied customer 1" },
{ src: "https://img.b2bpic.net/free-photo/profile-shot-bearded-young-man-look-left_176420-16068.jpg", alt: "Satisfied customer 2" },
@@ -112,6 +112,7 @@ export default function LandingPage() {
phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/close-up-image-female-hairdresser-washing-bearded-men-s-hair-before-haircut-saloon_613910-5446.jpg" }
}
]}
animationType="slide-up"
showStepNumbers={true}
textboxLayout="default"
useInvertedBackground={true}
@@ -148,6 +149,8 @@ export default function LandingPage() {
rating={5}
author="Michael Patterson, Local Business Owner"
useInvertedBackground={true}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
avatars={[
{ src: "https://img.b2bpic.net/free-vector/flat-variety-male-avatars_23-2147676209.jpg", alt: "Customer 1" },
{ src: "https://img.b2bpic.net/free-photo/profile-shot-bearded-young-man-look-left_176420-16068.jpg", alt: "Customer 2" },