diff --git a/src/components/sections/Authentication.astro b/src/components/sections/Authentication.astro index 69a9e79..ab6f840 100644 --- a/src/components/sections/Authentication.astro +++ b/src/components/sections/Authentication.astro @@ -1,9 +1,9 @@ --- // Import the necessary components from their respective component files -import LoginModal from "./ui/forms/LoginModal.astro"; -import RegisterModal from "./ui/forms/RegisterModal.astro"; -import RecoverModal from "./ui/forms/RecoverModal.astro"; -import LoginBtn from "./ui/buttons/LoginBtn.astro"; +import LoginModal from "../ui/forms/LoginModal.astro"; +import RegisterModal from "../ui/forms/RegisterModal.astro"; +import RecoverModal from "../ui/forms/RecoverModal.astro"; +import LoginBtn from "../ui/buttons/LoginBtn.astro"; --- diff --git a/src/components/sections/ContactSection.astro b/src/components/sections/ContactSection.astro index 51006c0..c35b4aa 100644 --- a/src/components/sections/ContactSection.astro +++ b/src/components/sections/ContactSection.astro @@ -1,11 +1,11 @@ --- // Import the necessary dependencies. -import AuthBtn from "./ui/buttons/AuthBtn.astro"; -import ContactIconBlock from "./ui/blocks/ContactIconBlock.astro"; -import TextInput from "./ui/forms/input/TextInput.astro"; -import EmailContactInput from "./ui/forms/input/EmailContactInput.astro"; -import PhoneInput from "./ui/forms/input/PhoneInput.astro"; -import TextAreaInput from "./ui/forms/input/TextAreaInput.astro"; +import AuthBtn from "../ui/buttons/AuthBtn.astro"; +import ContactIconBlock from "../ui/blocks/ContactIconBlock.astro"; +import TextInput from "../ui/forms/input/TextInput.astro"; +import EmailContactInput from "../ui/forms/input/EmailContactInput.astro"; +import PhoneInput from "../ui/forms/input/PhoneInput.astro"; +import TextAreaInput from "../ui/forms/input/TextAreaInput.astro"; // Define the variables that will be used in this component const title: string = "Contact us"; diff --git a/src/components/sections/FAQ.astro b/src/components/sections/FAQ.astro index 84add9f..f189579 100644 --- a/src/components/sections/FAQ.astro +++ b/src/components/sections/FAQ.astro @@ -1,6 +1,6 @@ --- // Import the necessary AccordionItem component -import AccordionItem from "./ui/blocks/AccordionItem.astro"; +import AccordionItem from "../ui/blocks/AccordionItem.astro"; // Define the string variable `subTitle` to provide additional information. const subTitle: string = diff --git a/src/components/sections/FeaturesGeneral.astro b/src/components/sections/FeaturesGeneral.astro index 58d72ee..18e490f 100644 --- a/src/components/sections/FeaturesGeneral.astro +++ b/src/components/sections/FeaturesGeneral.astro @@ -2,7 +2,7 @@ // Import the necessary dependencies import { Image } from "astro:assets"; import featureImage from "../images/features-image.avif"; -import IconBlock from "./ui/blocks/IconBlock.astro"; +import IconBlock from "../ui/blocks/IconBlock.astro"; // Define the string variables `title` and `subTitle` for the main heading and sub-heading text respectively. const title: string = "Meeting Industry Demands"; diff --git a/src/components/sections/FeaturesNavs.astro b/src/components/sections/FeaturesNavs.astro index ff0423d..cf11bfd 100644 --- a/src/components/sections/FeaturesNavs.astro +++ b/src/components/sections/FeaturesNavs.astro @@ -1,7 +1,7 @@ --- // Import the necessary dependencies -import TabNav from "./ui/blocks/TabNav.astro"; -import TabContent from "./ui/blocks/TabContent.astro"; +import TabNav from "../ui/blocks/TabNav.astro"; +import TabContent from "../ui/blocks/TabContent.astro"; import construction from "../images/construction-image.avif"; import tools from "../images/automated-tools.avif"; import dashboard from "../images/dashboard-image.avif"; diff --git a/src/components/sections/FeaturesStats.astro b/src/components/sections/FeaturesStats.astro index ac8b6bb..cef0d83 100644 --- a/src/components/sections/FeaturesStats.astro +++ b/src/components/sections/FeaturesStats.astro @@ -1,7 +1,7 @@ --- // Import the necessary components -import StatsBig from "../components/ui/blocks/StatsBig.astro"; -import StatsSmall from "../components/ui/blocks/StatsSmall.astro"; +import StatsBig from "../ui/blocks/StatsBig.astro"; +import StatsSmall from "../ui/blocks/StatsSmall.astro"; // Get values from Astro's builtin props const { title, subTitle } = Astro.props; // TypeScript interface for the properties diff --git a/src/components/sections/FooterSection.astro b/src/components/sections/FooterSection.astro index cbb6ef3..68c365b 100644 --- a/src/components/sections/FooterSection.astro +++ b/src/components/sections/FooterSection.astro @@ -1,7 +1,7 @@ --- // Import the necessary dependencies -import FooterSocialLink from "./ui/links/FooterSocialLink.astro"; -import EmailFooterInput from "./ui/forms/input/EmailFooterInput.astro"; +import FooterSocialLink from "../ui/links/FooterSocialLink.astro"; +import EmailFooterInput from "../ui/forms/input/EmailFooterInput.astro"; // Footer Section Names const sectionOne: string = "Product"; diff --git a/src/components/sections/HeroSection.astro b/src/components/sections/HeroSection.astro index c7bf0ed..d0d5f21 100644 --- a/src/components/sections/HeroSection.astro +++ b/src/components/sections/HeroSection.astro @@ -2,11 +2,11 @@ // Import the necessary dependencies import { Image } from "astro:assets"; import heroImage from "../images/hero-image.avif"; -import PrimaryCTA from "./ui/buttons/PrimaryCTA.astro"; -import SecondaryCTA from "./ui/buttons/SecondaryCTA.astro"; -import Avatar from "./ui/avatars/Avatar.astro"; -import FullStar from "./ui/stars/FullStar.astro"; -import HalfStar from "./ui/stars/HalfStar.astro"; +import PrimaryCTA from "../ui/buttons/PrimaryCTA.astro"; +import SecondaryCTA from "../ui/buttons/SecondaryCTA.astro"; +import Avatar from "../ui/avatars/Avatar.astro"; +import FullStar from "../ui/stars/FullStar.astro"; +import HalfStar from "../ui/stars/HalfStar.astro"; // Define the variables that will be used in this component const title: string = `Equip Your Projects with