7 Commits

Author SHA1 Message Date
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
kudinDmitriyUp
48b7ffc46b Bob AI: Added three new reviews and converted the testimonials secti 2026-06-30 23:03:01 +00:00
2 changed files with 92 additions and 40 deletions

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

@@ -1,43 +1,95 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "reviews" section.
/* eslint-disable */
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
import { Star } from "lucide-react";
import TextAnimation from "@/components/ui/TextAnimation";
import ImageOrVideo from "@/components/ui/ImageOrVideo";
import ScrollReveal from "@/components/ui/ScrollReveal";
import { cls } from "@/lib/utils";
import React from 'react';
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
const avatars = [
{
name: "Shawn D",
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg"
},
{
name: "Roxanne G",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg"
},
{
name: "Richard G",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg"
},
{
name: "April M",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-businessman-using-modern-smart-phone-young-happy-man-working-his-office-holding-cellphone_1391-602.jpg"
},
{
name: "Lora O",
imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738006.jpg"
}
];
type Avatar = {
name: string;
} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never });
const ReviewsInline = () => {
const visibleAvatars = avatars.slice(0, 6);
const remainingCount = avatars.length - visibleAvatars.length;
export default function ReviewsSection(): React.JSX.Element {
return (
<div id="reviews" data-section="reviews">
<SectionErrorBoundary name="reviews">
<TestimonialTrustCard
quote="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."
rating={5}
author="Shawn Deidrich"
avatars={[
{
name: "Shawn D",
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg",
},
{
name: "Roxanne G",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg",
},
{
name: "Richard G",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg",
},
{
name: "April M",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-businessman-using-modern-smart-phone-young-happy-man-working-his-office-holding-cellphone_1391-602.jpg",
},
{
name: "Lora O",
imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738006.jpg",
},
]}
textAnimation="slide-up"
/>
</SectionErrorBoundary>
<section aria-label="Testimonials section" className="py-20">
<div className="flex flex-col items-center gap-5 w-content-width mx-auto">
<ScrollReveal variant="fade-blur" className="flex gap-1.5">
{Array.from({ length: 5 }).map((_, index) => (
<Star
key={index}
className={cls("size-6 text-accent", index < 5 ? "fill-accent" : "fill-transparent")}
strokeWidth={1.5}
/>
))}
</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>
<ScrollReveal variant="fade-blur" delay={0.2} className="flex items-center justify-center mt-1">
{visibleAvatars.map((avatar, index) => (
<div
key={avatar.name}
className={cls("relative size-12 md:size-16 overflow-hidden rounded-full border-2 border-background", index > 0 && "-ml-5")}
style={{ zIndex: visibleAvatars.length - index }}
>
<ImageOrVideo imageSrc={avatar.imageSrc} videoSrc={avatar.videoSrc} />
</div>
))}
{remainingCount > 0 && (
<div
className="flex items-center justify-center size-12 md:size-16 -ml-5 rounded-full border-2 border-background card"
style={{ zIndex: 0 }}
>
<span className="text-sm md:text-base font-semibold">+{remainingCount}</span>
</div>
)}
</ScrollReveal>
</div>
</section>
);
};
export default function ReviewsSection() {
return (
<div data-webild-section="reviews" id="reviews">
<ReviewsInline />
</div>
);
}