diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro
index aa3e30a..f3f3b6e 100644
--- a/src/pages/blog/[...slug].astro
+++ b/src/pages/blog/[...slug].astro
@@ -4,7 +4,7 @@ import MainLayout from "../../layouts/MainLayout.astro";
import AvatarBlogLarge from "../../components/ui/avatars/AvatarBlogLarge.astro";
import CardRelated from "../../components/ui/cards/CardRelated.astro";
import { Image } from "astro:assets";
-import { capitalize, formatDate } from "../../utils";
+import { capitalize, formatDate } from "../../utils/utils";
import { getCollection } from "astro:content";
import type { CollectionEntry } from "astro:content";
@@ -30,10 +30,7 @@ const relatedPosts: CollectionEntry<"blog">[] = blogPosts.filter(
);
---
-
+
diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro
index 7a69495..b66ce74 100644
--- a/src/pages/blog/index.astro
+++ b/src/pages/blog/index.astro
@@ -29,10 +29,7 @@ const secondSubTitle: string =
"Stay up-to-date with the latest trends and developments in the construction industry with insights from ScrewFast's team of industry experts. ";
---
-
+
diff --git a/src/pages/contact.astro b/src/pages/contact.astro
index fdbdf63..efff4d7 100644
--- a/src/pages/contact.astro
+++ b/src/pages/contact.astro
@@ -5,9 +5,6 @@ import ContactSection from "../components/sections/ContactSection.astro";
---
-
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index c4bdc3f..2bc201f 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,26 +1,43 @@
---
// Import the necessary components
import MainLayout from "../layouts/MainLayout.astro";
-import HeroSection from "../components/sections/HeroSection.astro";
-import HeroSectionAlt from "../components/sections/HeroSectionAlt.astro";
-import ClientsSection from "../components/sections/ClientsSection.astro";
-import FeaturesGeneral from "../components/sections/FeaturesGeneral.astro";
-import FeaturesNavs from "../components/sections/FeaturesNavs.astro";
-import TestimonialsSection from "../components/sections/TestimonialsSection.astro";
-import PricingSection from "../components/sections/PricingSection.astro";
+import HeroSection from "../components/sections/landing/HeroSection.astro";
+import HeroSectionAlt from "../components/sections/landing/HeroSectionAlt.astro";
+import ClientsSection from "../components/sections/landing/ClientsSection.astro";
+import FeaturesGeneral from "../components/sections/features/FeaturesGeneral.astro";
+import FeaturesNavs from "../components/sections/features/FeaturesNavs.astro";
+import TestimonialsSection from "../components/sections/testimonials/TestimonialsSection.astro";
+import PricingSection from "../components/sections/pricing/PricingSection.astro";
import FAQ from "../components/sections/FAQ.astro";
---
-
-
-
-
+
+ ScrewFast`
+ subTitle="Top-quality hardware tools and expert construction services for every project need."
+ primaryBtn="Start Exploring"
+ primaryBtnURL="/products"
+ secondaryBtn="Contact Sales Team"
+ secondaryBtnURL="/contact"
+ withReview={true}
+ rating=`4.8 / 5`
+ starCount={4}
+ reviews=`From Over 12.8k Reviews`
+ />
+
+
-
+
diff --git a/src/pages/insights/[...slug].astro b/src/pages/insights/[...slug].astro
index b24b8da..e28c54e 100644
--- a/src/pages/insights/[...slug].astro
+++ b/src/pages/insights/[...slug].astro
@@ -16,10 +16,7 @@ export async function getStaticPaths() {
const { post } = Astro.props;
---
-
+
diff --git a/src/pages/products/[...slug].astro b/src/pages/products/[...slug].astro
index 2f59fee..362be84 100644
--- a/src/pages/products/[...slug].astro
+++ b/src/pages/products/[...slug].astro
@@ -24,10 +24,7 @@ export async function getStaticPaths() {
const { product } = Astro.props;
---
-
+
@@ -300,7 +297,7 @@ const { product } = Astro.props;
addClasses: any,
removeClasses: any,
) {
- let heading = button.querySelector("h2");
+ let heading = button.querySelector("span");
if (heading) {
heading.classList.remove(...removeClasses);
heading.classList.add(...addClasses);
diff --git a/src/pages/products/index.astro b/src/pages/products/index.astro
index d546778..fe90da8 100644
--- a/src/pages/products/index.astro
+++ b/src/pages/products/index.astro
@@ -4,8 +4,8 @@ import MainLayout from "../../layouts/MainLayout.astro";
import PrimaryCTA from "../../components/ui/buttons/PrimaryCTA.astro";
import CardSmall from "../../components/ui/cards/CardSmall.astro";
import CardWide from "../../components/ui/cards/CardWide.astro";
-import FeaturesStatsAlt from "../../components/sections/FeaturesStatsAlt.astro";
-import TestimonialsSectionAlt from "../../components/sections/TestimonialsSectionAlt.astro";
+import FeaturesStatsAlt from "../../components/sections/features/FeaturesStatsAlt.astro";
+import TestimonialsSectionAlt from "../../components/sections/testimonials/TestimonialsSectionAlt.astro";
// Importing necessary functions from Astro
import { getCollection } from "astro:content";
@@ -25,7 +25,7 @@ const subTitle: string =
"Explore the durability and precision of ScrewFast tools, designed for both professionals and enthusiasts. Each of our products is crafted with precision and built to last, ensuring you have the right tool for every job.";
---
-
+
-
+