Update src/app/page.tsx
This commit is contained in:
@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
@@ -41,19 +41,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCarouselLogo
|
||||||
background={{ variant: "plain" }}
|
logoText="UNIZEN GROUP"
|
||||||
title="Leading Industrial Innovation"
|
|
||||||
description="UNIZEN GROUP – Solutions for Industrial Evolution. Reliable, professional solutions for your business growth."
|
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" },
|
|
||||||
]}
|
|
||||||
buttons={[{ text: "Learn More", href: "#about" }]}
|
buttons={[{ text: "Learn More", href: "#about" }]}
|
||||||
buttonAnimation="slide-up"
|
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" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -161,4 +157,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user