Compare commits

..

3 Commits

Author SHA1 Message Date
eb947fc39c Update src/app/page.tsx 2026-03-17 20:17:27 +00:00
c3bddf2d12 Update src/app/page.tsx 2026-03-17 20:13:03 +00:00
5b8214f56c Merge version_6 into main
Merge version_6 into main
2026-03-17 20:05:23 +00:00

View File

@@ -115,7 +115,7 @@ export default function LandingPage() {
]} ]}
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Johnson", role: "Bride", company: "Irentall Boutique", rating: 5, id: "1", name: "Marina Farhardyan ", role: "Bride", company: "Irentall Boutique", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-medium-shot_23-2149860841.jpg?_wi=2", imageAlt: "Sarah Johnson - Happy bride" imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-medium-shot_23-2149860841.jpg?_wi=2", imageAlt: "Sarah Johnson - Happy bride"
}, },
{ {
@@ -251,6 +251,8 @@ export default function LandingPage() {
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
buttonContainerClassName="flex flex-col sm:flex-row gap-3 justify-center"
buttonClassName="first:order-first second:order-last"
/> />
</div> </div>