Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
title="Premium Barbershop Craftsmanship"
|
||||
description="Experience precision grooming and master barber techniques at Indigo Cuts. Where style meets expertise."
|
||||
tag="Est. 2022"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-armchair-has-rest-after-work-with-beer-bottle-his-hand_613910-18605.jpg"
|
||||
imageAlt="Professional barber shop interior"
|
||||
imagePosition="right"
|
||||
@@ -53,11 +53,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus Johnson", handle: "Regular Client", testimonial: "Best barber in the city. Always gives me the perfect cut.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-173565.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-173565.jpg"
|
||||
},
|
||||
{
|
||||
name: "David Chen", handle: "First-Time Client", testimonial: "Professional service and welcoming atmosphere. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -116,11 +116,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Business Professional", company: "Tech Sector", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-173565.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-businessman-suit-showing-okay-sign-looking-satisfied-standing-against-white-ba_1258-173565.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", role: "Creative Director", company: "Design Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Rodriguez", role: "Entrepreneur", company: "Startup Founder", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user