Overview
The homepage (index.astro) is the main landing page of the site, displaying the Geometry Dash logo, a featured video, social media icons, and app download links.
Source Code
src/pages/index.astro
Page Structure
The homepage is composed of three main components stacked vertically:Social Media Icons
The
<Socials /> component displays animated social media links (YouTube, Twitter, Facebook, Instagram).Visual Hierarchy
Customization
Changing the Featured Video
To change the video, edit the Video component:src/components/Video.astro
Adding More Components
You can add more components to the homepage:src/pages/index.astro
Changing Page Title
The page title appears in the browser tab and search results:SEO Configuration
The homepage uses minimal SEO:- Title: “RobTop Games”
- Description: Empty string (inherits from Layout defaults)
- Canonical URL: Not specified (defaults to homepage)
Related Components
Socials
Social media icons component
Video
Video thumbnail component
Apps
Download links component
