We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3aaa1 commit a2cd853Copy full SHA for a2cd853
src/ui/Frame1.tsx
@@ -29,7 +29,7 @@ export function Frame1() {
29
<div className="opacity-60 text-3xl md:text-6xl font-medium">Infrastructure</div>
30
</div>
31
<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">
+ <div className="root_anim_item flex items-center gap-5 z-10 justify-center md:justify-start">
33
<Button size="lg">Explore Tech</Button>
34
<Button variant="outline" size="lg">Join Community</Button>
35
src/ui/FrameConnectTeam.tsx
@@ -24,8 +24,8 @@ export function FrameConnectTeam() {
24
<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" />
25
<div className="md:text-lg text-center">Ready to dive into the world of decentralized AI solutions with us?</div>
26
<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>
+ {/* <Button className="h-12 flex items-center gap-4 w-50">Join now</Button>
+ <Button variant="outline" className="h-12 flex items-center gap-4 w-50 border-white/80 text-white"><FaGithub /> Github</Button> */}
src/ui/Header.tsx
@@ -7,16 +7,16 @@ import { FiMenu } from 'react-icons/fi'
7
import { Link } from "@tanstack/react-router";
8
9
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" },
+ // { name: "Tech", link: "#" },
+ // { name: "Build", link: "http" },
+ // { name: "Community", link: "http" },
+ // { name: "Blog", link: "http" },
+ // { name: "Documents", link: "http" },
15
]
16
17
const sosials: { icon: ReactNode, link: string }[] = [
18
- { icon: <FaXTwitter />, link: "https://twitter.com/" },
19
- { icon: <FaDiscord />, link: "https://discord.com/" },
+ // { icon: <FaXTwitter />, link: "https://twitter.com/" },
+ // { icon: <FaDiscord />, link: "https://discord.com/" },
20
21
22
export function Sosials({ className }: { className?: string }) {
0 commit comments