Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 16:27:37 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,13 +53,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best fade in town! The barbers really know their craft.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=1"},
{
name: "David Chen", handle: "Client Since 2015", testimonial: "Fantastic service and attention to detail. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman_1098-17039.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman_1098-17039.jpg?_wi=1"},
{
name: "James Wilson", handle: "Weekly Regular", testimonial: "Always professional. The best barbershop experience I've had.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-training-gym_23-2149049830.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-training-gym_23-2149049830.jpg?_wi=1"},
]}
buttons={[
{ text: "Book Your Appointment", href: "contact" },
@@ -143,13 +143,13 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marcus Johnson", role: "Marketing Manager", company: "Tech Innovations Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=2"},
{
id: "2", name: "David Chen", role: "Business Owner", company: "Chen & Associates", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman_1098-17039.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman_1098-17039.jpg?_wi=2"},
{
id: "3", name: "James Wilson", role: "Sports Coach", company: "City Athletic Club", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-training-gym_23-2149049830.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-training-gym_23-2149049830.jpg?_wi=2"},
{
id: "4", name: "Robert Patterson", role: "Senior Developer", company: "Software Solutions Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-laptop_23-2148479521.jpg"},