Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-23 19:35:15 +00:00

View File

@@ -60,6 +60,8 @@ export default function LandingPage() {
{ title: "Expert Design", description: "Crafted by Lorenzo Mainza." }
]}
imageSrc="http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379217.jpg"
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
</div>
@@ -82,6 +84,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Our Collection"
description="Browse our range of high-quality posters and custom bag solutions."
products={[
@@ -99,6 +102,7 @@ export default function LandingPage() {
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
avatars={[]}
useInvertedBackground={false}
/>
</div>
@@ -107,6 +111,7 @@ export default function LandingPage() {
sideTitle="FAQ"
faqsAnimation="slide-up"
faqs={[{ id: "q1", title: "Who leads the design?", content: "Lorenzo Mainza leads our creative direction." }]}
useInvertedBackground={false}
/>
</div>
@@ -116,6 +121,8 @@ export default function LandingPage() {
title="Work with TEEjay MEDIA"
description="Contact us to discuss your next poster or bag printing project."
buttons={[{ text: "Get in touch" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>