Skip to content

Commit c943342

Browse files
authored
update some services contents (#2)
1 parent 5d7a7a0 commit c943342

File tree

7 files changed

+27
-22
lines changed

7 files changed

+27
-22
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ Requires node >= 18.16
1212
| `npm run preview` | Preview your build locally, before deploying |
1313
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
1414
| `npm run astro -- --help` | Get help using the Astro CLI |
15+
16+
17+
# Supplementary
18+
19+
[Theme](https://astro.build/themes/details/positivus/)

src/components/Data/services.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
[
22
{
33
"id": 1,
4-
"name1": "Search engine",
5-
"name2": "optimization",
4+
"name1": "GenAI Chat Services",
5+
"name2": "Your private customization",
66
"background": "h-[310px] p-12 bg-zinc-100 rounded-[45px] shadow-card border border-black justify-between items-center flex text-black",
77
"arrow": "./services/ag.svg",
88
"link": "./",
99
"image": "./services/01.svg"
1010
},
1111
{
1212
"id": 2,
13-
"name1": "Pay-per-click",
14-
"name2": "advertising",
13+
"name1": "Automation of Day-to-Day",
14+
"name2": "Using AI",
1515
"background": "h-[310px] p-12 bg-lime rounded-[45px] shadow-card border border-black justify-between items-center flex text-black",
1616
"arrow": "./services/ag.svg",
1717
"link": "./",
1818
"image": "./services/02.svg"
1919
},
2020
{
2121
"id": 3,
22-
"name1": "Social Media",
23-
"name2": "Marketing",
22+
"name1": "AI in Your Office",
23+
"name2": "never share your private data with anyone",
2424
"background": "h-[310px] p-12 bg-black rounded-[45px] shadow-card border border-black justify-between items-center flex text-white",
2525
"arrow": "./services/aw.svg",
2626
"link": "./",
2727
"image": "./services/03.svg"
2828
},
2929
{
3030
"id": 4,
31-
"name1": "Email",
32-
"name2": "Marketing",
31+
"name1": "Forecasting with AI",
32+
"name2": "Customized for your business",
3333
"background": "h-[310px] p-12 bg-zinc-100 rounded-[45px] shadow-card border border-black justify-between items-center flex text-black",
3434
"arrow": "./services/ag.svg",
3535
"link": "./",
3636
"image": "./services/04.svg"
3737
},
3838
{
3939
"id": 5,
40-
"name1": "Content",
41-
"name2": "Creation",
40+
"name1": "AI Model Development",
41+
"name2": "Create dedicated models",
4242
"background": "h-[310px] p-12 bg-lime rounded-[45px] shadow-card border border-black justify-between items-center flex text-black",
4343
"arrow": "./services/ag.svg",
4444
"link": "./",
4545
"image": "./services/05.svg"
4646
},
4747
{
4848
"id": 6,
49-
"name1": "Analytics and",
50-
"name2": "Tracking",
49+
"name1": "AI Education",
50+
"name2": "Upskill your team and more safety",
5151
"background": "h-[310px] p-12 bg-black rounded-[45px] shadow-card border border-black justify-between items-center flex text-white",
5252
"arrow": "./services/aw.svg",
5353
"link": "./",

src/components/Hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Container from "./Container.astro"
77
<div class="text-left space-y-3">
88
<h1 class="text-5xl font-medium leading-none md:text-6xl">Automations & Actions <br> for our daily life</h1>
99
<p class="mt-6 mb-8 text-xl font-normal leading-7 sm:mb-12">We are born to enjoy life, not to suffer through boring and repetitive tasks. Spiking Labs integrates automation into everyone's daily routine to make our days more enjoyable.</p>
10-
<a class="px-9 py-5 bg-zinc-900 hover:bg-white text-white hover:text-black border rounded-2xl justify-items-center md:justify-items-start gap-2.5 inline-flex" rel="noopener noreferrer" href="https://github.com/orgs/spikinglabs/discussions" target="_blank">
10+
<a class="px-9 py-5 bg-zinc-900 hover:bg-white text-white hover:text-black border rounded-2xl justify-items-center md:justify-items-start gap-2.5 inline-flex" rel="noopener noreferrer" href=mailto:"hi@spikinglabs.com" target="_blank">
1111
<h2 class="text-center text-xl font-normal leading-7">Contact Us</h2>
1212
</a>
1313
</div>

src/components/Navbar.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ import Container from "./Container.astro"
3232
</li>
3333
))}
3434
<li>
35-
<a class="md:hidden px-9 py-5 rounded-2xl border border-zinc-900 bg-white hover:bg-black text-black hover:text-white inline-flex" href="https://github.com/orgs/spikinglabs/discussions" target="_blank">
35+
<a class="md:hidden px-9 py-5 rounded-2xl border border-zinc-900 bg-white hover:bg-black text-black hover:text-white inline-flex" href=mailto:"hi@spikinglabs.com" target="_blank">
3636
<h2 class="text-center text-xl font-normal leading-7">Contact</h2>
3737
</a>
3838
</li>
3939
</ul>
4040
</div>
4141
<div class="hidden w-full md:block md:w-auto" id="navbar-default">
42-
<a class="px-9 py-5 rounded-2xl border border-zinc-900 bg-white hover:bg-black text-black hover:text-white inline-flex" href="https://github.com/orgs/spikinglabs/discussions" target="_blank"><h2 class="text-center text-xl font-normal leading-7">Contact</h2>
42+
<a class="px-9 py-5 rounded-2xl border border-zinc-900 bg-white hover:bg-black text-black hover:text-white inline-flex" href=mailto:"hi@spikinglabs.com" target="_blank"><h2 class="text-center text-xl font-normal leading-7">Contact</h2>
4343
</a>
4444
</div>
4545
</div>

src/components/Services.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import servicesData from './Data/services.json';
55
---
66
<Container>
77
<div class="relative flex flex-col items-center md:flex-row" id="services">
8-
<Topic title="Our Services" description="Our digital marketing agency helps businesses grow and succeed online through a range of services including SEO, PPC, social media marketing, and content creation">
8+
<Topic title="Our Services" description="Our services and products are designed to help you unlock the full potential of your business with AI, with privacy and safety."/>
99
</div>
1010

1111
<div class="flex-row items-center py-5">
@@ -24,12 +24,12 @@ import servicesData from './Data/services.json';
2424
<div class="text-3xl font-medium">{name2}</div>
2525
</div>
2626
</div>
27-
<a class="justify-start items-center gap-[15px] inline-flex" href={link}>
27+
{/* <a class="justify-start items-center gap-[15px] inline-flex" href={link}>
2828
<div class="w-[41px] h-[41px] relative">
2929
<img class="w-[41px] h-[41px] left-0 top-0 absolute" src={arrow} />
3030
</div>
3131
<div class="text-xl font-normal leading-7">Learn more</div>
32-
</a>
32+
</a> */}
3333
</div>
3434
<div class="w-[210px] h-[170px] pt-0.5 pb-[1.95px] justify-center items-center flex">
3535
<img class="hidden md:block" src={image} />
@@ -47,8 +47,8 @@ import servicesData from './Data/services.json';
4747
<div class="flex-col justify-start items-start gap-[26px] inline-flex text-black">
4848
<div class="text-3xl font-medium">Let’s make things happen</div>
4949
<div class="text-lg font-normal">Contact us today to learn more about how our digital marketing services can help your business grow and succeed online.</div>
50-
<a href="/" class="px-[35px] py-5 bg-zinc-900 hover:bg-white text-white hover:text-black border rounded-[14px] justify-start items-start gap-2.5 inline-flex">
51-
<div class="text-center text-xl font-normal leading-7">Get your free proposal</div>
50+
<a href=mailto:"hi@spikinglabs.com" class="px-[35px] py-5 bg-zinc-900 hover:bg-white text-white hover:text-black border rounded-[14px] justify-start items-start gap-2.5 inline-flex">
51+
<div class="text-center text-xl font-normal leading-7">Write to Us: hi@spikinglabs.com</div>
5252
</a>
5353
</div>
5454
</div>

src/pages/about.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Team from "../components/Team.astro";
1515
Our team has a diverse background. We have brought automation, data-driven decision, and machine learning to different industries and companies of different sizes.
1616
We are ready to create value using our knowledge and experiences. Just drop us a message.
1717
</p>
18-
<a class="px-9 py-5 bg-zinc-900 hover:bg-white text-white hover:text-black border rounded-2xl justify-items-center md:justify-items-start gap-2.5 inline-flex" rel="noopener noreferrer" href="https://github.com/orgs/spikinglabs/discussions" target="_blank">
18+
<a class="px-9 py-5 bg-zinc-900 hover:bg-white text-white hover:text-black border rounded-2xl justify-items-center md:justify-items-start gap-2.5 inline-flex" rel="noopener noreferrer" href=mailto:"hi@spikinglabs.com" target="_blank">
1919
<h2 class="text-center text-xl font-normal leading-7">Contact Us</h2>
2020
</a>
2121
</div>

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Case from '../components/Case.astro';
1111
<Layout title="Spiking Labs">
1212
<main class="space-y-20">
1313
<Hero/>
14-
<!-- <Services/> -->
14+
<Services/>
1515
<!-- <Case/> -->
1616
<!-- <Team/> -->
1717
<!-- <Testimonial/> -->

0 commit comments

Comments
 (0)