From 0cf3fe82995ccd0aa9026341969f94180292d696 Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Sun, 11 Feb 2024 22:47:13 +0400 Subject: [PATCH] Add more components to index.astro The index.astro page has been updated with the addition of several new components to provide more reusable structures. These components include MainLayout, Navbar, HeroSection, Clients, FeaturesGeneral, FeaturesNavs, Testimonials, Pricing, and FAQ, to form the structure of the landing page. --- src/pages/index.astro | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 2d14107..4c84f05 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,16 +1,22 @@ --- +import MainLayout from "../layouts/MainLayout.astro"; +import Navbar from "../components/Navbar.astro"; +import HeroSection from "../components/HeroSection.astro"; +import Clients from "../components/Clients.astro"; +import FeaturesGeneral from "../components/FeaturesGeneral.astro"; +import FeaturesNavs from "../components/FeaturesNavs.astro"; +import Testimonials from "../components/Testimonials.astro"; +import Pricing from "../components/Pricing.astro"; +import FAQ from "../components/FAQ.astro"; +--- ---- - - -
- - - - -