Fix import path for Services component in index.astro to match directory structure.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
import Header from "../components/Header.astro";
|
||||
import Hero from "../components/Hero.astro";
|
||||
import Services from "/../components/Services.astro";
|
||||
import Services from "../components/Services.astro";
|
||||
import Testimonials from "../components/Testimonials.astro";
|
||||
import CTA from "../components/CTA.astro";
|
||||
import Footer from "../components/Footer.astro";
|
||||
|
Reference in New Issue
Block a user