From 829d87be7c7d7d2defd23f0e9ee3b24301e3c8ae Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Tue, 13 Feb 2024 06:19:17 +0400 Subject: [PATCH] Update image format and adjust page layout Image format has been updated to avif format in TabContent.astro, FeaturesGeneral.astro for better performance. Metadata in Meta.astro was also updated to provide precise information about the website. Layout changes were made in HeroSection2.astro for better visual representation. --- src/components/FeaturesGeneral.astro | 1 + src/components/HeroSection2.astro | 4 ++-- src/components/Meta.astro | 11 ++++++----- src/components/ui/blocks/TabContent.astro | 1 + 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/components/FeaturesGeneral.astro b/src/components/FeaturesGeneral.astro index 26044bc..db5d352 100644 --- a/src/components/FeaturesGeneral.astro +++ b/src/components/FeaturesGeneral.astro @@ -22,6 +22,7 @@ const subTitle: string = alt="ScrewFast products in floating boxes" class="h-full w-full object-cover object-center" draggable={"false"} + format={"avif"} /> diff --git a/src/components/HeroSection2.astro b/src/components/HeroSection2.astro index 0e22804..4498dad 100644 --- a/src/components/HeroSection2.astro +++ b/src/components/HeroSection2.astro @@ -13,7 +13,7 @@ const subTitle: string = ---
-
+
-
+
- {{ + { "@context": "https://schema.org", "@type": "WebSite", - "name": title, - "url": URL, - "description": description - }} + "name": "ScrewFast", + "url": "https://screw-fast.vercel.app", + "description": "ScrewFast offers top-tier hardware tools and expert construction services to meet all your project needs. Start exploring and contact our sales team for superior quality and reliability." + } +