Skip to content

Commit 479bf74

Browse files
committed
update siteconfig
1 parent 73eecf2 commit 479bf74

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

app/page.tsx

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ export default function Home() {
55
return (
66
<>
77
<Header />
8-
<main
9-
className="relative before:absolute before:top-0 before:left-0 before:w-full
10-
before:h-full before:content-[''] before:opacity-[0.03] before:z-[100] before:pointer-events-none
11-
before:bg-[url('/noise.gif')]"
12-
>
8+
<main className='relative'>
139
<HeroSec />
1410
</main>
1511
<footer className='border-t pb-24 pt-4 xl:pb-4 absolute bottom-0 w-full z-[2]'>

components/website/hero-sec.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ function HeroSec() {
9797
</p>
9898
<div className='flex gap-2 justify-center items-center'>
9999
<a
100-
href='/components'
100+
href='https://www.ui-layout.com/'
101101
className='flex items-center gap-2 w-fit text-white bg-gradient-to-l from-[#6175f8] to-[#334cec] border sm:px-4 px-2 rounded-sm py-2 '
102102
>
103-
Browse Component
103+
Visit UILayout
104104
<MoveRight />
105105
</a>
106106
<a href='/get-started' className='sm:inline-block hidden'>

lib/utils.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ export function throttle(fn: (...args: any[]) => any, wait: number) {
4747
}
4848

4949
export const siteConfig = {
50-
name: 'ui-layout',
51-
url: 'https://ui-layout.com',
52-
ogImage: 'https://www.ui-layout.com/og.jpg',
50+
name: 'UI-Layout-starter-kit',
51+
url: 'https://uilayout-starter-repo.vercel.app/',
52+
ogImage: 'https://uilayout-starter-repo.vercel.app/og.jpg',
5353
description:
54-
'Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.',
54+
'An open-source starter repo for those who want to create their own component library.',
5555
links: {
5656
twitter: 'https://twitter.com/naymur_dev',
5757
linkedin: 'https://www.linkedin.com/in/naymur-rahman',

0 commit comments

Comments
 (0)