Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-11 22:07:18 +00:00
2 changed files with 28 additions and 49 deletions

View File

@@ -22,7 +22,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSmall"
background="fluid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -47,18 +47,18 @@ export default function LandingPage() {
description="Fast, reliable plumbing repair and installation with 5-star service trusted by 138+ local homeowners. Emergency service available 24/7."
tag="5.0 Rating • 138+ Reviews"
tagIcon={Star}
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-worker-with-tool-case-sale-nameplate-red-background-mechanic-house-color-job-worker-instrument-photo_140725-155576.jpg?_wi=1", imageAlt: "Emergency plumbing service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-worker-with-tool-case-sale-nameplate-red-background-mechanic-house-color-job-worker-instrument-photo_140725-155576.jpg", imageAlt: "Emergency plumbing service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hands-putting-up-decorative-vinyl-flat-lay_23-2149728655.jpg", imageAlt: "Leak detection equipment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-thoughtful-entrepreneur-nightwear-makes-notes-working-plan-notepad-looks-pensively-aside-stands-spacious-room-near-window_273609-19062.jpg?_wi=1", imageAlt: "Water heater installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-thoughtful-entrepreneur-nightwear-makes-notes-working-plan-notepad-looks-pensively-aside-stands-spacious-room-near-window_273609-19062.jpg", imageAlt: "Water heater installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-holding-wet-glass-by-faucet-towel-polishing-glass_169016-69583.jpg", imageAlt: "Professional drain cleaning" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-cigarette-butts-stuck-ash_1357-228.jpg", imageAlt: "Pipe repair service" },
{ imageSrc: "http://img.b2bpic.net/free-vector/labor-day-background-flat-style_23-2148224470.jpg?_wi=1", imageAlt: "Professional plumber working" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-worker-with-tool-case-sale-nameplate-red-background-mechanic-house-color-job-worker-instrument-photo_140725-155576.jpg?_wi=2", imageAlt: "Emergency response plumber" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-thoughtful-entrepreneur-nightwear-makes-notes-working-plan-notepad-looks-pensively-aside-stands-spacious-room-near-window_273609-19062.jpg?_wi=2", imageAlt: "Water heater installation" }
{ imageSrc: "http://img.b2bpic.net/free-vector/labor-day-background-flat-style_23-2148224470.jpg", imageAlt: "Professional plumber working" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-worker-with-tool-case-sale-nameplate-red-background-mechanic-house-color-job-worker-instrument-photo_140725-155576.jpg", imageAlt: "Emergency response plumber" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-thoughtful-entrepreneur-nightwear-makes-notes-working-plan-notepad-looks-pensively-aside-stands-spacious-room-near-window_273609-19062.jpg", imageAlt: "Water heater installation" }
]}
buttons={[
{ text: "Call Now (727) 453-8900", href: "tel:+17274538900" },
@@ -118,7 +118,7 @@ export default function LandingPage() {
buttons={[
{ text: "Learn More", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-vector/labor-day-background-flat-style_23-2148224470.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-vector/labor-day-background-flat-style_23-2148224470.jpg"
imageAlt="Professional Suncoast Plumbing team"
useInvertedBackground={false}
/>
@@ -149,10 +149,10 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "Clearwater, FL", testimonial: "Scott and his crew did a phenomenal job! They were professional, on time, and the water heater replacement was done perfectly. Would highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Johnson"
id: "1", name: "Sarah Johnson", handle: "Clearwater, FL", testimonial: "Scott and his crew did a phenomenal job! They were professional, on time, and the water heater replacement was done perfectly. Would highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", handle: "Largo, FL", testimonial: "Best plumbing service in Pinellas County. Honest pricing, fast response, and excellent workmanship. They fixed our leak right away.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-afro-american-woman-smiling_23-2148336914.jpg?_wi=1", imageAlt: "Michael Chen"
id: "2", name: "Michael Chen", handle: "Largo, FL", testimonial: "Best plumbing service in Pinellas County. Honest pricing, fast response, and excellent workmanship. They fixed our leak right away.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-afro-american-woman-smiling_23-2148336914.jpg", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", handle: "St. Petersburg, FL", testimonial: "Had an emergency at 11 PM and they came out immediately. Professional and friendly. Worth every penny. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/blonde-business-woman-working_23-2149100281.jpg", imageAlt: "Emily Rodriguez"
@@ -161,10 +161,10 @@ export default function LandingPage() {
id: "4", name: "David Kim", handle: "Palm Harbor, FL", testimonial: "Five stars all the way. Their technicians were knowledgeable and explained everything clearly. They've been our plumber for 3 years now.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg", imageAlt: "David Kim"
},
{
id: "5", name: "Jennifer Walsh", handle: "Tampa, FL", testimonial: "Outstanding service! They diagnosed the problem quickly and got everything fixed before our inspection. Saved us so much stress.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Jennifer Walsh"
id: "5", name: "Jennifer Walsh", handle: "Tampa, FL", testimonial: "Outstanding service! They diagnosed the problem quickly and got everything fixed before our inspection. Saved us so much stress.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jennifer Walsh"
},
{
id: "6", name: "Robert Martinez", handle: "Pinellas Park, FL", testimonial: "Called for an emergency drain issue. They were professional, efficient, and charged fair prices. This is my go-to plumber now.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-afro-american-woman-smiling_23-2148336914.jpg?_wi=2", imageAlt: "Robert Martinez"
id: "6", name: "Robert Martinez", handle: "Pinellas Park, FL", testimonial: "Called for an emergency drain issue. They were professional, efficient, and charged fair prices. This is my go-to plumber now.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-afro-american-woman-smiling_23-2148336914.jpg", imageAlt: "Robert Martinez"
}
]}
speed={40}

View File

@@ -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<SvgTextLogoProps>(function SvgTextLogo({
logoText,
adjustHeightFactor,
verticalAlign = "top",
className = "",
}) {
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({ text, className = '' }) => {
return (
<svg
ref={svgRef}
viewBox={viewBox}
className={cls("w-full", className)}
style={{ aspectRatio: aspectRatio }}
preserveAspectRatio="none"
role="img"
aria-label={`${logoText} logo`}
viewBox={`0 0 ${text.length * 60} 100`}
className={className}
xmlns="http://www.w3.org/2000/svg"
>
<text
ref={textRef}
x="0"
y={verticalAlign === "center" ? "50%" : "0"}
className="font-bold fill-current"
style={{
fontSize: "20px",
letterSpacing: "-0.02em",
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
}}
x="50%"
y="50%"
textAnchor="middle"
dominantBaseline="central"
fontSize="48"
fontWeight="bold"
fill="currentColor"
>
{logoText}
{text}
</text>
</svg>
);
});
};
SvgTextLogo.displayName = "SvgTextLogo";
export default SvgTextLogo;
export default SvgTextLogo;