Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-03 19:42:52 +00:00
2 changed files with 8 additions and 7 deletions

View File

@@ -22,7 +22,8 @@ export const metadata: Metadata = {
],
},
twitter: {
card: "summary_large_image", title: "Unique Barber Shop Komárom", description: "5.0 ⭐ Professional precision haircuts and grooming services.", images: ["http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg"],
card: "summary_large_image", title: "Unique Barber Shop Komárom", description: "5.0 ⭐ Professional precision haircuts and grooming services.", images: [
"http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg"],
},
robots: {
index: true,

View File

@@ -52,13 +52,13 @@ export default function LandingPage() {
testimonials={[
{
name: "János P.", handle: "Regular Client", testimonial: "Márk's precision and attention to detail are unmatched. Always perfectly executed fades.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg"},
{
name: "Péter K.", handle: "Satisfied Customer", testimonial: "Clean, peaceful, and welcoming. The friendliest barber in Komárom.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg"},
{
name: "László M.", handle: "Professional", testimonial: "Consistent quality every visit. Márk knows his craft inside and out.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/masculine-strong-good-looking-man-with-white-perfect-smile-blue-eyes-cross-hands-against-body-confident-assertive-pose-satisfied-assured-everything-great-gray-wall_176420-35952.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/masculine-strong-good-looking-man-with-white-perfect-smile-blue-eyes-cross-hands-against-body-confident-assertive-pose-satisfied-assured-everything-great-gray-wall_176420-35952.jpg"},
]}
buttons={[
{ text: "📞 Call Now", href: "tel:+36203855073" },
@@ -121,13 +121,13 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "János P.", role: "Regular Client", company: "Komárom", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg"},
{
id: "2", name: "Péter K.", role: "Satisfied Customer", company: "Komárom", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg"},
{
id: "3", name: "László M.", role: "Professional", company: "Komárom", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/masculine-strong-good-looking-man-with-white-perfect-smile-blue-eyes-cross-hands-against-body-confident-assertive-pose-satisfied-assured-everything-great-gray-wall_176420-35952.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/masculine-strong-good-looking-man-with-white-perfect-smile-blue-eyes-cross-hands-against-body-confident-assertive-pose-satisfied-assured-everything-great-gray-wall_176420-35952.jpg"},
{
id: "4", name: "Sándor T.", role: "Business Owner", company: "Komárom", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},