14 Commits

Author SHA1 Message Date
kudinDmitriyUp
af9a2fc4b8 Bob AI: Add logo image to navbar 2026-07-01 20:03:00 +00:00
84cafd06a5 Merge version_12_1782935787645 into main
Merge version_12_1782935787645 into main
2026-07-01 19:58:10 +00:00
kudinDmitriyUp
49264d3681 Bob AI: Added a horizontal bar of partner logos under the Hero secti 2026-07-01 19:57:25 +00:00
fd1ac7bc41 Merge version_11_1782872930692 into main
Merge version_11_1782872930692 into main
2026-07-01 02:30:21 +00:00
kudinDmitriyUp
da8623ec5a Bob AI: Changed navbar to NavbarDropdown to remove oval shape and ad 2026-07-01 02:29:38 +00:00
0013e8be10 Merge version_10_1782861138218 into main
Merge version_10_1782861138218 into main
2026-06-30 23:14:48 +00:00
kudinDmitriyUp
a38364db13 Bob AI: Added Richard Gutierrez review to testimonials section 2026-06-30 23:14:05 +00:00
0f9771b168 Merge version_9_1782860972223 into main
Merge version_9_1782860972223 into main
2026-06-30 23:10:45 +00:00
kudinDmitriyUp
a705f29077 Bob AI: Increased font size of location and hours text in contact se 2026-06-30 23:10:04 +00:00
b1d7ce8eea Merge version_8_1782860813227 into main
Merge version_8_1782860813227 into main
2026-06-30 23:08:09 +00:00
kudinDmitriyUp
b5ba3b55a9 Bob AI: Changed the holiday hours text color to black. 2026-06-30 23:07:27 +00:00
b3ef64ad12 Merge version_7_1782860632889 into main
Merge version_7_1782860632889 into main
2026-06-30 23:05:18 +00:00
kudinDmitriyUp
d2e45b786d Bob AI: Made the address in the contact section a link to Google Map 2026-06-30 23:04:36 +00:00
3ec10cf704 Merge version_6_1782860484167 into main
Merge version_6_1782860484167 into main
2026-06-30 23:03:40 +00:00
6 changed files with 62 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarFloating from '@/components/ui/NavbarFloating';
import NavbarDropdown from '@/components/ui/NavbarDropdown';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot";
import { Outlet } from 'react-router-dom';
@@ -41,8 +41,9 @@ export default function Layout() {
<StyleProvider buttonVariant="magnetic" siteBackground="noiseGradient" heroBackground="lightRaysCorner">
<SiteBackgroundSlot />
<SectionErrorBoundary name="navbar">
<NavbarFloating
<NavbarDropdown
logo="AC&HS Meridian"
logoImageSrc="https://storage.googleapis.com/webild/users/user_3FsKwY1z0whbLqu4cWcJMuckrXb/uploaded-1782935786478-16hkrfrf.png"
ctaButton={{
text: "Schedule Service",
href: "#contact",

View File

@@ -6,6 +6,7 @@ import Button from "@/components/ui/Button";
interface NavbarDropdownProps {
logo: string;
logoImageSrc?: string;
navItems: { name: string; href: string }[];
ctaButton: { text: string; href: string };
}
@@ -19,7 +20,7 @@ const handleNavClick = (e: React.MouseEvent<HTMLAnchorElement>, href: string, on
onClose?.();
};
const NavbarDropdown = ({ logo, navItems, ctaButton }: NavbarDropdownProps) => {
const NavbarDropdown = ({ logo, logoImageSrc, navItems, ctaButton }: NavbarDropdownProps) => {
const [menuOpen, setMenuOpen] = useState(false);
const navRef = useRef<HTMLElement>(null);

View File

@@ -14,10 +14,12 @@ import ReviewsSection from './HomePage/sections/Reviews';
import FaqSection from './HomePage/sections/Faq';
import ContactSection from './HomePage/sections/Contact';
export default function HomePage(): React.JSX.Element {
import PartnersSection from './HomePage/sections/Partners';export default function HomePage(): React.JSX.Element {
return (
<>
<HeroSection />
<PartnersSection />
<AboutSection />

View File

@@ -32,10 +32,10 @@ const ContactInline = () => {
className="md:max-w-8/10 text-5xl 2xl:text-6xl leading-[1.15] font-semibold text-center text-balance"
/>
<div className="flex flex-col items-center gap-1 mt-4 text-foreground text-center text-lg">
<p><strong>Location:</strong> 880 E Franklin Rd Ste 313, Meridian, ID 83642</p>
<div className="flex flex-col items-center gap-1 mt-4 text-foreground text-center text-2xl">
<p><strong>Location:</strong> <a href="https://maps.google.com/?q=880+E+Franklin+Rd+Ste+313,+Meridian,+ID+83642" target="_blank" rel="noopener noreferrer" className="underline hover:text-primary-cta transition-colors">880 E Franklin Rd Ste 313, Meridian, ID 83642</a></p>
<p><strong>Hours:</strong> 9 AM to 5 PM daily, seven days a week</p>
<p className="text-sm italic mt-1 text-accent">* Hours may vary on holidays</p>
<p className="text-sm italic mt-1 text-black">* Hours may vary on holidays</p>
</div>
<div className="flex flex-wrap justify-center gap-3 mt-2 md:mt-3">

View File

@@ -0,0 +1,24 @@
import LoopCarousel from '@/components/ui/LoopCarousel';
export default function PartnersSection() {
const partners = ["Carrier", "Trane", "Lennox", "Goodman", "Rheem", "York", "Bryant", "Daikin", "Mitsubishi", "Ruud"];
return (
<section data-webild-section="partners" id="partners" className="relative w-full py-12 bg-background overflow-hidden border-y border-foreground/5">
<div className="w-content-width mx-auto mb-8">
<p className="text-center text-sm font-semibold text-accent uppercase tracking-wider">
Trusted by industry leaders
</p>
</div>
<LoopCarousel>
<div className="flex items-center gap-16 px-8">
{partners.map((partner, index) => (
<span key={index} className="text-2xl md:text-3xl font-bold text-foreground/30 whitespace-nowrap">
{partner}
</span>
))}
</div>
</LoopCarousel>
</section>
);
}

View File

@@ -4,6 +4,7 @@ import { Star } from "lucide-react";
import TextAnimation from "@/components/ui/TextAnimation";
import ImageOrVideo from "@/components/ui/ImageOrVideo";
import ScrollReveal from "@/components/ui/ScrollReveal";
import Carousel from "@/components/ui/Carousel";
import { cls } from "@/lib/utils";
const avatars = [
@@ -50,17 +51,32 @@ const ReviewsInline = () => {
))}
</ScrollReveal>
<TextAnimation
text={"This company is amazing to work with and absolutely the best. I cannot recommend them enough to anyone. On time, very thorough with the diagnostic of the problem and explained the best cost effective way to fix it. I wish I could give them more stars."}
variant={"slide-up"}
gradientText={false}
tag="p"
className="md:max-w-8/10 text-5xl 2xl:text-6xl leading-[1.15] font-semibold text-center text-balance"
/>
<ScrollReveal variant="fade-blur" delay={0.1} className="md:max-w-7/10 text-lg md:text-xl leading-snug text-center text-balance">
<p>{"Shawn Deidrich"}</p>
</ScrollReveal>
<Carousel className="w-full" itemClassName="w-full shrink-0 flex flex-col items-center justify-center px-4">
<div className="flex flex-col items-center gap-6 w-full max-w-5xl mx-auto">
<TextAnimation
text={"This company is amazing to work with and absolutely the best. I cannot recommend them enough to anyone. On time, very thorough with the diagnostic of the problem and explained the best cost effective way to fix it. I wish I could give them more stars."}
variant={"slide-up"}
gradientText={false}
tag="p"
className="text-3xl md:text-4xl 2xl:text-5xl leading-[1.2] font-semibold text-center text-balance"
/>
<ScrollReveal variant="fade-blur" delay={0.1} className="text-lg md:text-xl leading-snug text-center text-balance">
<p>{"Shawn Deidrich"}</p>
</ScrollReveal>
</div>
<div className="flex flex-col items-center gap-6 w-full max-w-5xl mx-auto">
<TextAnimation
text={"Nick was excellent. Explained a few things on questions I had, very professionally. I appreciate the time he took in conversation while he was doing the work. Very courteous and respectful. I would definitely recommend ACHSM to trusted people who would only respect and honor you in business. Thanks again."}
variant={"slide-up"}
gradientText={false}
tag="p"
className="text-3xl md:text-4xl 2xl:text-5xl leading-[1.2] font-semibold text-center text-balance"
/>
<ScrollReveal variant="fade-blur" delay={0.1} className="text-lg md:text-xl leading-snug text-center text-balance">
<p>{"Richard Gutierrez"}</p>
</ScrollReveal>
</div>
</Carousel>
<ScrollReveal variant="fade-blur" delay={0.2} className="flex items-center justify-center mt-1">
{visibleAvatars.map((avatar, index) => (