SEO images, remove services section (for the time being)

This commit is contained in:
2025-08-08 18:56:30 +09:30
parent ae3c38be17
commit bf9e87d5bf
6 changed files with 62 additions and 18 deletions

View File

@@ -203,14 +203,20 @@ const tracks = (
</div>
</div>
</section>
<section id="services" class="bg-primary text-white dark:bg-gray-800">
<div class="mx-auto max-w-4xl px-8 py-16 text-center">
<SectionTitle lineColour="text-white">Services</SectionTitle>
<Paragraph>
This is where I will put a list of services I offer, such as web
development, music composition, etc. Each service can link to a more
detailed page.
</Paragraph>
<section id="fillerUntilServicesIsComplete" class="text-white">
<div class="flex h-64 w-full items-center justify-center">
<ImageCarousel
images={imagesForCTAArray}
className="absolute -z-40 h-full w-full"
foreground={true}
foregroundColour="bg-primary"
foregroundOpacity="opacity-50 dark:opacity-25"
interval={1000}
transitionDuration="duration-500"
quality={5}
height={256}
shuffle={true}
/>
</div>
</section>
<section id="contact" class="bg-white dark:bg-gray-950">