diff --git a/src/components/Meta.astro b/src/components/Meta.astro index 57fb3be..7a6b17b 100644 --- a/src/components/Meta.astro +++ b/src/components/Meta.astro @@ -40,6 +40,7 @@ const appleTouchIcon = await getImage({ https://developers.google.com/search/docs/advanced/structured-data/intro-structured-data -->{ structuredData && ( diff --git a/src/components/sections/features/FeaturesGeneral.astro b/src/components/sections/features/FeaturesGeneral.astro index a907e7e..5005e69 100644 --- a/src/components/sections/features/FeaturesGeneral.astro +++ b/src/components/sections/features/FeaturesGeneral.astro @@ -1,6 +1,4 @@ --- -// Import the necessary dependencies -import { Image } from "astro:assets"; import IconBlock from "@components/ui/blocks/IconBlock.astro"; import Icon from "@components/ui/icons/Icon.astro"; import GrandePhotoCentrale from "../../GrandePhotoCentrale.astro"; @@ -18,7 +16,7 @@ interface Props { src: any; alt: string; } -// Define props from Astro + const { title, subTitle, src, alt, features } = Astro.props; --- diff --git a/src/components/sections/landing/DiagnosticsSection.astro b/src/components/sections/landing/DiagnosticsSection.astro index a6a2873..9ec401e 100644 --- a/src/components/sections/landing/DiagnosticsSection.astro +++ b/src/components/sections/landing/DiagnosticsSection.astro @@ -14,11 +14,10 @@ import dpeD from "@/images/dpe-d.png"
🐜 Aucun signe d’infestation de termites ✅
🧯 Aucune anomalie sur l’installation de gaz ✅
diff --git a/src/components/sections/navbar&footer/FooterSection.astro b/src/components/sections/navbar&footer/FooterSection.astro index 11b7c57..10109b4 100644 --- a/src/components/sections/navbar&footer/FooterSection.astro +++ b/src/components/sections/navbar&footer/FooterSection.astro @@ -1,11 +1,8 @@ --- // Import the necessary dependencies -import EmailFooterInput from "@components/ui/forms/input/EmailFooterInput.astro"; import strings from "@utils/navigation.ts"; -import BrandLogo from "@components/BrandLogo.astro"; import { SITE } from "@data/constants"; -const sectionThreeTitle: string = "Rester à jour"; ---