Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-19 17:06:40 +00:00

View File

@@ -46,22 +46,16 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroCarouselLogo
logoText="ZOENP SOLUTIONS"
description="Excellence in Technology Solutions"
description="Professional Stationery Design Suite"
buttons={[
{
text: "Learn More", href: "#about"},
text: "View Catalog", href: "#about"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149088.jpg", imageAlt: "professional tech office"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-agenda-plant_23-2148459699.jpg?_wi=1", imageAlt: "High angle of agenda and plant"},
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg?_wi=1", imageAlt: "Empty meeting office space in an enterprise used for workers to attend conferences"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-devices-decor-plants_23-2148223253.jpg?_wi=1", imageAlt: "Close up of devices and decor plants"},
{
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-still-life_23-2148111386.jpg?_wi=1", imageAlt: "Office desk still life"},
]}
/>
</div>
@@ -70,19 +64,19 @@ export default function LandingPage() {
<SplitAbout
textboxLayout="split"
useInvertedBackground={false}
title="About Us"
description="Zoenp Solutions is bringing proven success to the United States through our parent company's achievements in Brazil. Founded through the expertise of Suporte Informática, headquartered in Itajaí, Santa Catarina, we are a trusted technology solutions provider with 27 years of market experience."
title="Professional Identity"
description="Zoenp Solutions creates sophisticated letterhead designs tailored to your brand, ensuring visual consistency across all your corporate communications. We bridge the gap between technical expertise and professional presentation."
bulletPoints={[
{
title: "IT Equipment Sales", description: "High-quality hardware solutions."},
title: "Custom Branding", description: "Refined aesthetic design."},
{
title: "Expert Maintenance", description: "Computer and notebook maintenance support."},
title: "Letterhead Layouts", description: "Optimized for corporate printing."},
{
title: "Network Solutions", description: "Reliable wired and wireless network deployments."},
title: "Brand Integration", description: "Consistent with business cards."},
]}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg?_wi=2"
imageAlt="Corporate office space"
imageAlt="Corporate branding visual"
/>
</div>
@@ -92,37 +86,37 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "IT Equipment Sales", description: "Coming Soon", buttonIcon: Zap,
title: "Letterhead Design", description: "Modern layouts for correspondence", buttonIcon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-agenda-plant_23-2148459699.jpg?_wi=2"},
{
title: "Computer & Network Maintenance", description: "Coming Soon", buttonIcon: Settings,
title: "Business Card Design", description: "Consistent visual identity", buttonIcon: Settings,
imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg?_wi=3"},
{
title: "Network Solutions", description: "Coming Soon", buttonIcon: Wifi,
title: "Print Optimization", description: "High resolution outputs", buttonIcon: Wifi,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-devices-decor-plants_23-2148223253.jpg?_wi=2"},
{
title: "Printer Support", description: "Coming Soon", buttonIcon: Printer,
title: "Brand Style Guide", description: "Maintaining brand integrity", buttonIcon: Printer,
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-still-life_23-2148111386.jpg?_wi=2"},
]}
title="Our Services"
description="Comprehensive technology solutions for your business."
title="Design Services"
description="We offer professional design solutions for your corporate identity needs."
/>
</div>
<div id="metric" data-section="metric">
<MetricCardFourteen
useInvertedBackground={false}
title="Our Impact"
tag="Performance Stats"
title="Design Standards"
tag="Professional Stats"
metrics={[
{
id: "stat-1", value: "27+", description: "Years of Market Experience"},
id: "stat-1", value: "100%", description: "Brand Consistency"},
{
id: "stat-2", value: "100%", description: "Dedicated Support"},
id: "stat-2", value: "24h", description: "Design Turnaround"},
{
id: "stat-3", value: "500+", description: "Projects Delivered"},
id: "stat-3", value: "500+", description: "Layouts Created"},
{
id: "stat-4", value: "24/7", description: "Technical Availability"},
id: "stat-4", value: "Global", description: "Printing Standards"},
]}
metricsAnimation="slide-up"
/>
@@ -133,9 +127,9 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "plain"}}
title="Contact Us"
description="Reach out to us for technical assistance and inquiries."
tag="Get in Touch"
title="Start Your Design"
description="Request a quote for your professional letterhead design today."
tag="Contact Us"
/>
</div>
@@ -143,11 +137,11 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company", items: [
title: "Design", items: [
{
label: "Home", href: "#home"},
label: "Stationery", href: "#home"},
{
label: "About", href: "#about"},
label: "Services", href: "#services"},
],
},
{
@@ -163,4 +157,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}