Switch to version 13: modified src/app/page.tsx

This commit is contained in:
2026-05-12 14:49:35 +00:00
parent ee9d931c74
commit 36ca4ef28e

View File

@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -41,15 +41,13 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
title="UNIZEN GROUP Solutions for Industrial Evolution"
description="Reliable, professional solutions for your business growth. We drive the future of industrial infrastructure with precision and commitment."
tag="Industrial Evolution"
rating={5}
ratingText="Trusted by industry leaders"
<HeroCarouselLogo
logoText="UNIZEN GROUP"
description="UNIZEN GROUP Solutions for Industrial Evolution. Reliable, professional solutions for your business growth."
buttons={[{ text: "Learn More", href: "#about" }]}
mediaItems={[
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanical-with-blue-shapes_1160-732.jpg", imageAlt: "Engineering lead" },
{ imageSrc: "http://img.b2bpic.net/free-photo/parking-lot-building_1127-32.jpg", imageAlt: "Client lead" },
{ imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-expert-instructing-technician-how-best-harness-sun-power_482257-118156.jpg", imageAlt: "Project lead" }
]}
/>