Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 20:29:15 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="largeSmallSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -54,14 +54,14 @@ export default function LandingPage() {
imageAlt="Professional barbershop interior"
imagePosition="right"
mediaAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
testimonials={[
{
name: "Marcus Johnson", handle: "Local Customer", testimonial: "Best fade in Torrance. The barbers really know their craft!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29258.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29258.jpg"},
{
name: "David Chen", handle: "Regular Client", testimonial: "Professional service and attention to detail. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hey-check-this-out-happy-businessman-suit-pointing-fingers-down-smiling-inviting-event-sho_1258-162869.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/hey-check-this-out-happy-businessman-suit-pointing-fingers-down-smiling-inviting-event-sho_1258-162869.jpg"},
]}
useInvertedBackground={false}
/>
@@ -118,10 +118,10 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marcus Johnson", role: "Local Professional", company: "Downtown Torrance", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29258.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29258.jpg"},
{
id: "2", name: "David Chen", role: "Business Owner", company: "Tech Startup", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hey-check-this-out-happy-businessman-suit-pointing-fingers-down-smiling-inviting-event-sho_1258-162869.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/hey-check-this-out-happy-businessman-suit-pointing-fingers-down-smiling-inviting-event-sho_1258-162869.jpg"},
{
id: "3", name: "James Wilson", role: "College Student", company: "Cal State Long Beach", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg"},