diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..e5d461a --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +recursivezero.com \ No newline at end of file diff --git a/src/assets/styles/footer.css b/src/assets/styles/footer.css index 444168e..21fa09e 100644 --- a/src/assets/styles/footer.css +++ b/src/assets/styles/footer.css @@ -8,5 +8,5 @@ } .footer__nav--item { - @apply underline underline-offset-2 hover:text-blue-600 dark:hover:text-blue-600; -} + @apply underline underline-offset-2 hover:text-blue-600 dark:text-sky-500 dark:hover:text-blue-600; +} \ No newline at end of file diff --git a/src/components/AboutSection.astro b/src/components/AboutSection.astro index 9ed2781..35107d7 100644 --- a/src/components/AboutSection.astro +++ b/src/components/AboutSection.astro @@ -3,20 +3,22 @@ import image from "@/assets/images/hero.webp"; import { Image } from "astro:assets"; --- -
+
-

Recursive Zero

+

+ Recursive Zero +

We Build Digital
Products That
- Drive Results. + Drive Results.

-

+

Recursive Zero crafts high-performance web apps, internal tools, and scalable digital solutions that simplify operations and accelerate business growth.

@@ -24,24 +26,18 @@ import { Image } from "astro:assets"; -
+
✓ Fast Delivery ✓ Scalable ✓ Client-Focused @@ -60,7 +56,7 @@ import { Image } from "astro:assets"; alt="Dashboard Preview" loading="eager" fetchpriority="high" - class="border-foreground/10 relative z-10 w-full rounded-3xl border object-cover shadow-2xl" + class="relative z-10 w-full rounded-3xl border object-cover shadow-2xl" />
diff --git a/src/components/AppsSimplifySection.astro b/src/components/AppsSimplifySection.astro index f0d35ea..9e25ce1 100644 --- a/src/components/AppsSimplifySection.astro +++ b/src/components/AppsSimplifySection.astro @@ -3,47 +3,46 @@ import workplaceImage from "@/assets/images/workplace.webp"; import { Image } from "astro:assets"; --- -
+
-

What We Build

+

+ What We Build +

Simplifying daily tasks
with handy mini apps

-

+

Based in Bengaluru, Recursive Zero creates compact yet powerful apps designed to streamline your workflow, improve storage efficiency, and enhance everyday productivity.

-

+

Our solutions combine simplicity with smart technology, helping users and businesses achieve more with less effort.

-
-

Fast & Lightweight

-

Built for speed and smooth performance.

+
+

Fast & Lightweight

+

Built for speed and smooth performance.

-
-

Easy to Use

-

Clean UI focused on user productivity.

+
+

Easy to Use

+

Clean UI focused on user productivity.

diff --git a/src/components/BlogCard.astro b/src/components/BlogCard.astro index 098a98c..1339c1d 100644 --- a/src/components/BlogCard.astro +++ b/src/components/BlogCard.astro @@ -36,7 +36,7 @@ const formattedDate = formatDate(date);
@@ -68,19 +68,17 @@ const formattedDate = formatDate(date);
-

{title} -

+ - {description &&

{description}

} + {description &&

{description}

} -
+
{ displayUrl ? ( @@ -91,7 +89,7 @@ const formattedDate = formatDate(date); {new URL(url).origin} ) : ( - + By {author || "Recursive Zero"} ) @@ -99,7 +97,7 @@ const formattedDate = formatDate(date); { formattedDate && ( -
+

Recent Blogs

-

+

Insights, Updates & Stories

@@ -22,7 +22,7 @@ const slicedPosts = posts.slice(0, 3);
View All Blogs → diff --git a/src/components/ContactSection.astro b/src/components/ContactSection.astro index ee9902b..d9402f0 100644 --- a/src/components/ContactSection.astro +++ b/src/components/ContactSection.astro @@ -4,7 +4,7 @@ import { CONTACT_EMAIL } from "@/utils/constants"; import { Image } from "astro:assets"; --- -
+
@@ -13,18 +13,21 @@ import { Image } from "astro:assets";

Reach Recursive Zero

-

+

Tech simplified — Harness the power of modern technology with Recursive Zero. Send us a message and let’s build something impactful together.

-
+
- Email: + Email: - + {CONTACT_EMAIL}
@@ -32,13 +35,12 @@ import { Image } from "astro:assets";
- Location: - - Bengaluru, India + Location: + Bengaluru, India
@@ -58,31 +60,31 @@ import { Image } from "astro:assets";
-
-

Let's Talk

+
+

Let's Talk

-

Fill the form and we’ll get back to you shortly.

+

Fill the form and we’ll get back to you shortly.

diff --git a/src/components/Footer.astro b/src/components/Footer.astro index b5fb115..cd740da 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -17,16 +17,18 @@ const logoMap: Record = { }; --- -