Skip to content

Commit

Permalink
Change main page title
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik0-0 committed Dec 10, 2024
1 parent 293330c commit 2c1424f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import TitleHeader from "../components/TitleHeader.astro";
import Pricing_carousel from "../components/pricing_carousel.astro";
---
<PageLayout title="Home" description={SITE.DESCRIPTION}>
<PageLayout title="Główna" description={SITE.DESCRIPTION}>
<!-- <div class="snap-y snap-mandatory h-screen w-screen mx:auto overflow-scroll no-scrollbar"> -->
<div class="snap-center grid w-screen h-screen place-items-center relative text-center overflow-hidden">
<div class="animate absolute top-0 left-0 w-full h-full bg-gradient-to-b from-transparent via-80% via-transparent dark:to-[#001d29] to-white z-20"/>
Expand Down

0 comments on commit 2c1424f

Please sign in to comment.