Skip to content

Commit a2cd853

Browse files
committed
[prod] update
1 parent 0e3aaa1 commit a2cd853

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/ui/Frame1.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function Frame1() {
2929
<div className="opacity-60 text-3xl md:text-6xl font-medium">Infrastructure</div>
3030
</div>
3131
<AnimSAC className="root_anim_item md:absolute right-0 top-0 pointer-events-none" />
32-
<div className="root_anim_item flex items-center gap-5 z-10">
32+
<div className="root_anim_item flex items-center gap-5 z-10 justify-center md:justify-start">
3333
<Button size="lg">Explore Tech</Button>
3434
<Button variant="outline" size="lg">Join Community</Button>
3535
</div>

src/ui/FrameConnectTeam.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export function FrameConnectTeam() {
2424
<TextLG lg="2" text="Connect with SAC team" className="font-lexend font-light text-3xl md:text-5xl lg:text-7xl leading-normal text-center" />
2525
<div className="md:text-lg text-center">Ready to dive into the world of decentralized AI solutions with us?</div>
2626
<div className="flex items-center gap-5 md:gap-10 justify-center flex-wrap">
27-
<Button className="h-12 flex items-center gap-4 w-50">Join now</Button>
28-
<Button variant="outline" className="h-12 flex items-center gap-4 w-50 border-white/80 text-white"><FaGithub /> Github</Button>
27+
{/* <Button className="h-12 flex items-center gap-4 w-50">Join now</Button>
28+
<Button variant="outline" className="h-12 flex items-center gap-4 w-50 border-white/80 text-white"><FaGithub /> Github</Button> */}
2929
</div>
3030
</div>
3131
</div>

src/ui/Header.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ import { FiMenu } from 'react-icons/fi'
77
import { Link } from "@tanstack/react-router";
88

99
const tabs: { name: string, link: string }[] = [
10-
{ name: "Tech", link: "#" },
11-
{ name: "Build", link: "http" },
12-
{ name: "Community", link: "http" },
13-
{ name: "Blog", link: "http" },
14-
{ name: "Documents", link: "http" },
10+
// { name: "Tech", link: "#" },
11+
// { name: "Build", link: "http" },
12+
// { name: "Community", link: "http" },
13+
// { name: "Blog", link: "http" },
14+
// { name: "Documents", link: "http" },
1515
]
1616

1717
const sosials: { icon: ReactNode, link: string }[] = [
18-
{ icon: <FaXTwitter />, link: "https://twitter.com/" },
19-
{ icon: <FaDiscord />, link: "https://discord.com/" },
18+
// { icon: <FaXTwitter />, link: "https://twitter.com/" },
19+
// { icon: <FaDiscord />, link: "https://discord.com/" },
2020
]
2121

2222
export function Sosials({ className }: { className?: string }) {

0 commit comments

Comments
 (0)