From 8f9611787a9b4019fe36febf43c45c1c8211305f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:04:54 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e720a87..5cd52b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,12 +50,10 @@ export default function LandingPage() { mediaAnimation="slide-up" testimonials={[ { - name: "Lorent C.", handle: "Satisfied Client", testimonial: "Incredible service... he did it perfectly. The price is so good.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg?_wi=1" + name: "Lorent C.", handle: "Satisfied Client", testimonial: "Incredible service... he did it perfectly. The price is so good.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg" }, { - name: "Eris", handle: "Regular Customer", testimonial: "The first barbershop I've seen that truly combines professionalism with modern style.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=1" + name: "Eris", handle: "Regular Customer", testimonial: "The first barbershop I've seen that truly combines professionalism with modern style.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg" } ]} buttons={[ @@ -79,11 +77,11 @@ export default function LandingPage() { }, { id: 2, - title: "Hairstyling", description: "Expert styling for any occasion. We recreate any look you bring as a reference photo with professional precision.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg?_wi=1", imageAlt: "Professional Hair Styling Service" + title: "Hairstyling", description: "Expert styling for any occasion. We recreate any look you bring as a reference photo with professional precision.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg", imageAlt: "Professional Hair Styling Service" }, { id: 3, - title: "Hair Highlighting", description: "Modern color techniques to enhance your style. Precision highlighting that complements your natural look.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg?_wi=2", imageAlt: "Professional Hair Highlighting" + title: "Hair Highlighting", description: "Modern color techniques to enhance your style. Precision highlighting that complements your natural look.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg", imageAlt: "Professional Hair Highlighting" }, { id: 4, @@ -102,10 +100,11 @@ export default function LandingPage() { { value: "5.0★", title: "Client Rating (73+ Reviews)" }, { value: "10+", title: "Years of Combined Excellence" } ]} - imageSrc="http://img.b2bpic.net/free-photo/hairdresser-styling-hair-young-woman_23-2147769811.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/hairdresser-styling-hair-young-woman_23-2147769811.jpg" imageAlt="Mustaqe Saloon Professional Team" useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -140,10 +139,10 @@ export default function LandingPage() { cardAnimation="slide-up" testimonials={[ { - id: "1", name: "Lorent C.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg?_wi=2", imageAlt: "Lorent C." + id: "1", name: "Lorent C.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg", imageAlt: "Lorent C." }, { - id: "2", name: "Eris", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=2", imageAlt: "Eris" + id: "2", name: "Eris", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", imageAlt: "Eris" }, { id: "3", name: "Klajdi", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg", imageAlt: "Klajdi" @@ -167,7 +166,7 @@ export default function LandingPage() { name: "service", placeholder: "Which service are you interested in? (Taper Fade, Hairstyling, etc.)", rows: 4, required: true }} - imageSrc="http://img.b2bpic.net/free-photo/hairdresser-styling-hair-young-woman_23-2147769811.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/hairdresser-styling-hair-young-woman_23-2147769811.jpg" imageAlt="Mustaqe Saloon Interior" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From f1c89dab53d360138dea62634a594f23ccadb1eb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:04:55 +0000 Subject: [PATCH 2/2] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- .../shared/SvgTextLogo/SvgTextLogo.tsx | 51 ++++++------------- 1 file changed, 15 insertions(+), 36 deletions(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index f214190..209067a 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -1,51 +1,30 @@ -"use client"; - -import { memo } from "react"; -import useSvgTextLogo from "./useSvgTextLogo"; -import { cls } from "@/lib/utils"; +import React from 'react'; interface SvgTextLogoProps { - logoText: string; - adjustHeightFactor?: number; - verticalAlign?: "top" | "center"; + text: string; className?: string; } -const SvgTextLogo = memo(function SvgTextLogo({ - logoText, - adjustHeightFactor, - verticalAlign = "top", - className = "", -}) { - const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor); - +export const SvgTextLogo: React.FC = ({ text, className = '' }) => { return ( - {logoText} + {text} ); -}); - -SvgTextLogo.displayName = "SvgTextLogo"; +}; export default SvgTextLogo; -- 2.49.1