Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-13 21:25:58 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -59,7 +59,7 @@ export default function LandingPage() {
mediaAnimation="blur-reveal"
imagePosition="right"
fixedMediaHeight={true}
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
className="py-16 md:py-24"
containerClassName="max-w-7xl"
titleClassName="text-4xl md:text-5xl font-bold tracking-tight"
@@ -87,26 +87,26 @@ export default function LandingPage() {
{
id: 1,
title: "Intuitive Button Builder", description: "Design custom promotion buttons with our drag-and-drop interface. No coding required—just point, click, and create.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-elements_23-2149061049.jpg?_wi=1", imageAlt: "Button builder interface"
imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-elements_23-2149061049.jpg", imageAlt: "Button builder interface"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-elements_23-2149061049.jpg?_wi=2", imageAlt: "Button customization options"
imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-elements_23-2149061049.jpg", imageAlt: "Button customization options"
}
},
{
id: 2,
title: "Real-Time Analytics", description: "Track engagement metrics instantly. See how your audience responds and optimize your promotion strategy in real time.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/professional-technology-infographic-template_23-2148446453.jpg?_wi=1", imageAlt: "Analytics dashboard"
imageSrc: "http://img.b2bpic.net/free-vector/professional-technology-infographic-template_23-2148446453.jpg", imageAlt: "Analytics dashboard"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/professional-technology-infographic-template_23-2148446453.jpg?_wi=2", imageAlt: "Performance metrics display"
imageSrc: "http://img.b2bpic.net/free-vector/professional-technology-infographic-template_23-2148446453.jpg", imageAlt: "Performance metrics display"
}
}
]}
className="py-16 md:py-24"
containerClassName="max-w-7xl"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-lg text-foreground opacity-85 max-w-2xl"
textBoxTitleClassName="text-3xl md:text-4xl font-bold"
textBoxDescriptionClassName="text-lg text-foreground opacity-85 max-w-2xl"
/>
</div>
@@ -126,8 +126,8 @@ export default function LandingPage() {
showCard={true}
className="py-16 md:py-20"
containerClassName="max-w-6xl"
titleClassName="text-3xl font-bold text-center"
descriptionClassName="text-base text-foreground opacity-80 text-center max-w-xl mx-auto"
textBoxTitleClassName="text-3xl font-bold text-center"
textBoxDescriptionClassName="text-base text-foreground opacity-80 text-center max-w-xl mx-auto"
/>
</div>
@@ -176,8 +176,8 @@ export default function LandingPage() {
]}
className="py-16 md:py-24"
containerClassName="max-w-6xl"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-lg text-foreground opacity-85 max-w-2xl"
textBoxTitleClassName="text-3xl md:text-4xl font-bold"
textBoxDescriptionClassName="text-lg text-foreground opacity-85 max-w-2xl"
/>
</div>
@@ -206,8 +206,8 @@ export default function LandingPage() {
]}
className="py-16 md:py-24"
containerClassName="max-w-6xl"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-lg text-foreground opacity-85 max-w-2xl"
textBoxTitleClassName="text-3xl md:text-4xl font-bold"
textBoxDescriptionClassName="text-lg text-foreground opacity-85 max-w-2xl"
/>
</div>