From ed6c10c87c2eb1a5341a2a963615254003beac3d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 12:50:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba1d352..4621850 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,6 +55,7 @@ export default function LandingPage() { buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837332.jpg" imageAlt="Minimalist streetwear collection display" + background={{ variant: "plain" }} mediaAnimation="blur-reveal" imagePosition="right" fixedMediaHeight={true} @@ -93,7 +94,7 @@ export default function LandingPage() { title: "Timeless Design", description: "Pieces that transcend seasonal trends and remain relevant for years", icon: Sparkles } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-child-making-diy-craft-project-with-t-shirt_23-2149391072.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-child-making-diy-craft-project-with-t-shirt_23-2149391072.jpg" imageAlt="HORAS design process and craftsmanship" mediaAnimation="slide-up" imagePosition="left" @@ -163,7 +164,6 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[]} buttonAnimation="none" - textboxLayout="default" useInvertedBackground={false} accordionItems={[ { @@ -179,7 +179,7 @@ export default function LandingPage() { id: "feature-4", title: "Community First", content: "We believe in building relationships with our community. Your feedback shapes our designs, and we celebrate the unique ways you express yourself through HORAS." } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-child-making-diy-craft-project-with-t-shirt_23-2149391072.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-child-making-diy-craft-project-with-t-shirt_23-2149391072.jpg" imageAlt="HORAS quality and craftsmanship" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1