diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d05bc4..c0a1263 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33217.jpg" imageAlt="Michelle's jewelry studio workspace showcasing fine craftsmanship" mediaAnimation="slide-up" - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={false} ariaLabel="About section - Michelle's permanent jewelry studio" /> @@ -119,7 +119,7 @@ export default function LandingPage() { src: "http://img.b2bpic.net/free-photo/elegant-beautiful-blonde-woman-white-stylish-blouse-pearl-jewelry-smiles-widely-looks-away-sits-by-little-table-street-cafe_197531-23208.jpg", alt: "Woman jewelry appointment professional confident" } ]} - ratingAnimation="entrance-slide" + ratingAnimation="slide-up" avatarsAnimation="slide-up" useInvertedBackground={true} ariaLabel="Testimonials section - Client reviews" @@ -130,7 +130,7 @@ export default function LandingPage() { (function SvgTextLogo({ - logoText, - adjustHeightFactor, - verticalAlign = "top", - className = "", -}) { - const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor); - +const SvgTextLogo: React.FC = ({ + className = '', + textColor = '#000000', + width = 200, + height = 60, +}) => { return ( - {logoText} + Logo ); -}); +}; -SvgTextLogo.displayName = "SvgTextLogo"; - -export default SvgTextLogo; +export default SvgTextLogo; \ No newline at end of file