Skip to content

Commit 406e441

Browse files
committed
Initialize SiteBlitz Work Commit in SiteBlitz Github
1 parent 06ff6f3 commit 406e441

171 files changed

Lines changed: 280739 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

components.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "new-york",
4+
"rsc": false,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "",
8+
"css": "src/index.css",
9+
"baseColor": "neutral",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "@/components",
15+
"utils": "@/lib/utils",
16+
"ui": "@/components/ui",
17+
"lib": "@/lib",
18+
"hooks": "@/hooks"
19+
}
20+
}

index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
6+
<title>SiteBlitz - Create Website for Business in 24 Hours</title>
7+
<meta name="description" content="SiteBlitz delivers professional business websites across India in 24 hours. Start at ₹7,999 with SEO and performance included." />
8+
<meta name="keywords" content="create website for business india, website developer for small business, cheap website india, website in 24 hours, professional website india" />
9+
<meta property="og:type" content="website" />
10+
<meta property="og:title" content="SiteBlitz - Create Website for Business in 24 Hours" />
11+
<meta property="og:description" content="India's fastest website delivery. Professional websites from ₹7,999. 142+ happy clients." />
12+
<meta property="og:image" content="./opengraph.jpg" />
13+
<meta property="og:url" content="https://siteblitz.in" />
14+
<meta name="twitter:card" content="summary_large_image" />
15+
<meta name="twitter:title" content="SiteBlitz - Create Website for Business in 24 Hours" />
16+
<meta name="twitter:description" content="Professional websites from ₹7,999. Delivered in 24 hours." />
17+
<meta name="twitter:image" content="./opengraph.jpg" />
18+
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
19+
<link rel="canonical" href="https://siteblitz.in" />
20+
<link rel="preconnect" href="https://fonts.googleapis.com">
21+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
22+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
23+
</head>
24+
<body>
25+
<div id="root"></div>
26+
<script type="module" src="/src/main.tsx"></script>
27+
</body>
28+
</html>

node_modules/.bin/vite

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/vite.CMD

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/vite.ps1

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)