Refactor import paths in index.astro to align with updated directory structure.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
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 Testimonials from "./components/Testimonials.astro";
|
||||
import CTA from "./components/CTA.astro";
|
||||
import Footer from "./components/Footer.astro";
|
||||
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 Testimonials from "../components/Testimonials.astro";
|
||||
import CTA from "../components/CTA.astro";
|
||||
import Footer from "../components/Footer.astro";
|
||||
|
||||
const pageTitle = 'Tiber365 | Professional IT Services';
|
||||
const pageDescription = 'Professional IT services for freelancers and small businesses. Microsoft 365 support, networking solutions, web hosting, and custom IT projects.';
|
||||
|
Reference in New Issue
Block a user