Compare commits
12 Commits
version_10
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b0b222a64 | |||
| 908a63b3e8 | |||
| 0cda8732cc | |||
| dcb35a07f4 | |||
| c67f57c596 | |||
| 57240375fb | |||
| 10812b280e | |||
| 9cb2ffb51b | |||
| cf3b0dbf65 | |||
| 6e3755932c | |||
| 15046d7bad | |||
| 96d9c7696e |
@@ -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 HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
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,13 +41,15 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="UNIZEN GROUP"
|
||||
description="UNIZEN GROUP – Solutions for Industrial Evolution. Reliable, professional solutions for your business growth."
|
||||
<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" }]}
|
||||
slides={[
|
||||
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/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" }
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f0f8ffe6;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #f0f8ffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user