Compare commits
18 Commits
version_5
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b0b222a64 | |||
| 908a63b3e8 | |||
| 0cda8732cc | |||
| dcb35a07f4 | |||
| c67f57c596 | |||
| 57240375fb | |||
| 10812b280e | |||
| 9cb2ffb51b | |||
| 9fbd10fa79 | |||
| cf3b0dbf65 | |||
| 6e3755932c | |||
| f25a5590f2 | |||
| 15046d7bad | |||
| a5a4457dee | |||
| d623a571ac | |||
| 96d9c7696e | |||
| 944e2830c1 | |||
| 966b2a2b78 |
@@ -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 HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
@@ -41,19 +41,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{ variant: "plain" }}
|
||||
title="Leading Industrial Innovation"
|
||||
description="UNIZEN GROUP – Solutions for Industrial Evolution. Reliable, professional solutions for your business growth."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/mechanical-with-blue-shapes_1160-732.jpg", alt: "Engineering lead" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/parking-lot-building_1127-32.jpg", alt: "Client lead" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/solar-panels-plant-expert-instructing-technician-how-best-harness-sun-power_482257-118156.jpg", alt: "Project lead" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/view-male-engineer-work-engineers-day-celebration_23-2151615148.jpg", alt: "Lead systems architect" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-male-engineer-working-field-engineers-day-celebration_23-2151615070.jpg", alt: "Production supervisor" },
|
||||
]}
|
||||
<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"
|
||||
buttons={[{ text: "Learn More", href: "#about" }]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanical-with-blue-shapes_1160-732.jpg", imageAlt: "Engineering 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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,4 +159,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user