updata favicon icon
parent
df03551b1b
commit
7557f3c7d9
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
|
|
@ -3,7 +3,10 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>React App</title>
|
<title>Hoyidata</title>
|
||||||
|
<link rel="icon" href="/favicon.ico" />
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/redhare.png?v=1" />
|
||||||
|
<link rel="shortcut icon" type="image/png" href="/redhare.png?v=1" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
|
|
@ -87,6 +87,9 @@ export default function HomeContent() {
|
||||||
<div className="home-hero-title-line home-hero-title-line-2">
|
<div className="home-hero-title-line home-hero-title-line-2">
|
||||||
数据洞察平台
|
数据洞察平台
|
||||||
</div>
|
</div>
|
||||||
|
<div className="home-hero-title-line home-hero-title-line-3">
|
||||||
|
tiktok、fb、shopee、amazon...
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="home-hero-stats">
|
<div className="home-hero-stats">
|
||||||
{stats.map((stat) => (
|
{stats.map((stat) => (
|
||||||
|
|
@ -101,7 +104,7 @@ export default function HomeContent() {
|
||||||
我们助您抓住TikTok的每一次机会!
|
我们助您抓住TikTok的每一次机会!
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
<Button className="home-cta" type="primary" size="large">
|
<Button className="home-cta" type="primary" size="large">
|
||||||
7天免费试用
|
免费试用中
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,11 @@
|
||||||
line-height: 84px;
|
line-height: 84px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.home-hero-title-line-3 {
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
.home-hero-content p {
|
.home-hero-content p {
|
||||||
color: #60708a;
|
color: #60708a;
|
||||||
margin: 0 0 24px;
|
margin: 0 0 24px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue