4 Commits

Author SHA1 Message Date
kudinDmitriyUp
07e395b319 Bob AI: Add 5-star review under h2 in hero section 2026-06-14 01:36:34 +00:00
3b3f190ba6 Merge version_6_1781383904384 into main
Merge version_6_1781383904384 into main
2026-06-13 20:54:09 +00:00
kudinDmitriyUp
91e031e073 Bob AI: Added a 5-star review below the h2 in the hero section. 2026-06-13 20:53:24 +00:00
f2b381f5b7 Merge version_5_1781383572183 into main
Merge version_5_1781383572183 into main
2026-06-13 20:48:08 +00:00

View File

@@ -8,6 +8,7 @@ import { ScrollTrigger } from "gsap/ScrollTrigger";
import ImageOrVideo from "@/components/ui/ImageOrVideo";
import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot";
import TextAnimation from "@/components/ui/TextAnimation";
import RatingStars from "@/components/ui/RatingStars";
import { useButtonClick } from "@/hooks/useButtonClick";
const primaryButton = {
@@ -187,7 +188,7 @@ const HeroInline = () => {
{"Design that"}{" "}
<span className="font-bold">{"commands attention."}</span>
</span>
</h1>
</h1>\n <div className="flex justify-center mt-6">\n <RatingStars rating={5} />\n </div>
<p className="text-base md:text-lg font-medium leading-snug text-center md:text-left max-w-[95%]">
{"Design engineered for performance, not just aesthetics."}{" "}
@@ -255,6 +256,9 @@ const HeroInline = () => {
tag="h2"
className="md:max-w-8/10 text-6xl 2xl:text-7xl leading-[1.15] font-semibold text-center text-balance"
/>
<div className="flex justify-center mt-4">
<RatingStars rating={5} />
</div>
<TextAnimation
text={"A curated selection of design work that drove real business results for ambitious brands."}