Merge pull request 'Update src/pages/index.astro' (#2) from staging into main
Reviewed-on: #2
This commit is contained in:
commit
b64f3e2497
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import { motion, AnimatePresence } from "framer-motion";
|
|||
|
||||
import { DragonsChildLogo } from "../assets/logos/DragonsChild";
|
||||
import { GithubIcon } from "../assets/icons/GithubIcon";
|
||||
import { DragonsIcon } from "../assets/icons/BygulIcon";
|
||||
import { BygulIcon } from "../assets/icons/BygulIcon";
|
||||
import { InstagramIcon } from "../assets/icons/InstagramIcon";
|
||||
import { TwitterIcon } from "../assets/icons/TwitterIcon";
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import "../styles/FeaturesDiagonal.styles.css";
|
|||
import { ScrollUpButton } from "../components/ScrollUpButton";
|
||||
|
||||
---
|
||||
<Layout title="DragonsChild">
|
||||
<Layout title="Dragons child studios">
|
||||
<Navbar client:load />
|
||||
<Hero client:load />
|
||||
<Divider />
|
||||
|
|
Loading…
Reference in a new issue