Skip to content

Commit efe25b9

Browse files
committed
update: landing page ui updated
1 parent 259686c commit efe25b9

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

src/Components/Home/AboutUs.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ const Hero = () => {
4848
offering a comprehensive collection of pre-built UI components, website templates, and more.
4949
</p>
5050

51-
<p className='mt-3 text-[1rem] text-gray-500'>
51+
<p className='mt-4 text-[1rem] text-gray-500'>
5252
Our mission is to empower developers to build beautiful, functional web applications without
5353
the hassle of designing from scratch. At ZenUI, we believe that great design and seamless
5454
functionality should be accessible to everyone. That's why we've meticulously crafted a
5555
library of UI components that are not only visually appealing but also highly customizable
5656
and easy to integrate.
5757
</p>
5858

59-
<p className='mt-3 text-[1rem] text-gray-500'>
59+
<p className='mt-4 text-[1rem] text-gray-500'>
6060
Each component is designed with a focus on user experience, ensuring that your applications
6161
look great and perform flawlessly across all devices. Beyond our extensive library of UI
6262
components and pre-built website templates, we also provide a rich collection of free icons

src/Components/Home/PrivacyPolicy.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@ import React from 'react';
22

33
const PrivacyPolicy = () => {
44

5+
const date = new Date();
6+
57
return (
68
<section className="w-full max-w-[1700px] mx-auto 640px:px-10 px-5 1024px:px-12 pt-[2.5rem] pb-[4rem] mx-auto p-6 min-h-screen relative">
79

810
<div className='w-[50px] bg-[#96E8F8] h-[600px] absolute top-[-100px] opacity-50 640px:opacity-100 640px:top-[-150px] right-[250px] rotate-[70deg] blur-[60px]'></div>
911

1012
<div className='max-w-[800px] text-gray-800'>
1113
<h1 className="text-3xl font-bold mb-4 text-[#0FABCA]">Privacy Policy for Zenui Library</h1>
12-
<p className="mb-4 !text-gray-500">Effective Date: January 1, 2025</p>
14+
<p className="mb-4 !text-gray-500">Effective Date: January 1, {date.getFullYear()}</p>
1315

1416
<p className="mb-4 !text-gray-500">
1517
Welcome to Zenui Library. Your privacy is important to us. This Privacy Policy outlines how we

src/Components/Home/TemplatesSlider.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const TemplatesSlider = () => {
1717

1818
return (
1919
<div className='max-w-[1650px] mx-auto'>
20-
<div data-aos="fade-zoom-in" className='w-full items-center justify-center text-center mb-4 640px:mb-[4rem] 640px:mt-20 mt-12 1024px:mt-24'>
20+
<div data-aos="fade-zoom-in" className='w-full items-center justify-center text-center mb-4 640px:mb-[4rem] 640px:mt-20 mt-12 1024px:mt-16'>
2121

2222
<div className='gradient-border !rounded-md hover:rotate-0 transition-all duration-300 rotate-[10deg]'>
2323
<div className='bg-white h-full !rounded-md'>

src/Components/Home/feedback.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Feedback = () => {
2121
return (
2222
<section className='relative mt-12 max-w-[1700px] mx-auto'>
2323

24-
<div className='absolute bottom-[-120px] left-[-120px] opacity-40 rotate-[-240deg] w-[550px]'>
24+
<div className='absolute top-[-120px] left-[-120px] opacity-40 rotate-[-240deg] w-[550px]'>
2525
<img src='https://i.ibb.co/VxXFnSz/abstract-wavy-line-removebg-preview.png' alt='vector'
2626
className='animation-bounce'/>
2727
</div>
@@ -56,6 +56,9 @@ const Feedback = () => {
5656
))}
5757
</div>
5858
</div>
59+
60+
{/* bottom shadow card */}
61+
<div className='w-full h-[100px] 640px:h-[300px] bg-gradient-to-t from-white top-[rgb(255,255,255,0.8)] absolute bottom-8 left-0 right-0'></div>
5962
</section>
6063
);
6164
};

src/ShortcutGenerator/Generator.jsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,14 @@ document.removeEventListener('keydown', ${functionName});
167167

168168
<div className='flex items-center gap-[15px] mt-7'>
169169
<button onClick={generateCode}
170-
className='code_generate_btn bg-gradient-to-r from-[#0FABCA] hover:from-[#0FABCA]/80 to-[#CD00F1] hover:to-[#CD00F1]/80 text-white py-2.5 px-6 rounded-md'>
170+
className='code_generate_btn bg-gradient-to-r from-[#0FABCA] hover:from-[#0FABCA]/80 to-[#CD00F1] hover:to-[#CD00F1]/80 flex items-center gap-[6px] text-white py-2.5 px-6 rounded-md'>
171+
<img alt='magic/image' src='https://i.ibb.co.com/GFqqKxr/Sparkling.png' className='w-[25px]'/>
171172
{isGenerating ? 'Generating...' : 'Generate Code'}
172173
</button>
173174

174175
<button
175-
onClick={()=> setCheatsheetOpen(true)}
176-
className='flex items-center gap-[8px] text-[1rem] py-2.5 px-4 hover:bg-gray-50 border border-gray-300 rounded-md text-gray-600'>
176+
onClick={() => setCheatsheetOpen(true)}
177+
className='flex items-center gap-[8px] text-[1rem] py-[10.5px] px-4 hover:bg-gray-50 border border-gray-300 rounded-md text-gray-600'>
177178
<FiEye/>
178179
Valid Shortcut Cheatsheet
179180
</button>

0 commit comments

Comments
 (0)