Compare commits
2 Commits
version_5_
...
version_6_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91e031e073 | ||
| f2b381f5b7 |
@@ -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 = {
|
||||
@@ -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."}
|
||||
|
||||
Reference in New Issue
Block a user