Skip to content

Commit

Permalink
Ajustes finais
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor-rs committed Sep 18, 2024
1 parent ad6fc93 commit 784e448
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/FooterContatos.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import logoHorizontal from '../assets/img/logo-horizontal.png';
---

<footer class="bg-shape-base text-white py-12">
<footer id="sobre" class="bg-shape-base text-white py-12">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-center mb-8">
<div class="mb-6 md:mb-0">
Expand Down
1 change: 0 additions & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import logoHorizontal from '../assets/img/logo-horizontal.png';
<a href="#kit" class="text-white hover:text-pink-light transition-colors animate-slide-in" style="--delay: 0.2s;">Kit Mensal</a>
<a href="#planos" class="text-white hover:text-pink-light transition-colors animate-slide-in" style="--delay: 0.3s;">Planos</a>
<a href="#sobre" class="text-white hover:text-pink-light transition-colors animate-slide-in" style="--delay: 0.4s;">Sobre</a>
<a href="#contato" class="text-white hover:text-pink-light transition-colors animate-slide-in" style="--delay: 0.5s;">Contato</a>
</div>
<div class="animate-fade-in" style="--delay: 0.6s;">
<a href="#planos" class="bg-pink-base hover:bg-pink-light text-white font-bold py-2 px-4 rounded-full transition-all duration-300 hover:shadow-lg hover:scale-105">
Expand Down
2 changes: 1 addition & 1 deletion src/components/HeroSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import pinIcon from '../assets/img/pin.png';
import crystalBallIcon from '../assets/img/mystery-crystal-ball-blue.svg';
import spellbookIcon from '../assets/img/book.png';
---
<section class="hero relative overflow-hidden bg-pink-dark min-h-screen flex items-center">
<section id="hero" class="hero relative overflow-hidden bg-pink-dark min-h-screen flex items-center">
<div class="absolute inset-0 z-0">
<Image
src={bookImage}
Expand Down
2 changes: 1 addition & 1 deletion src/components/KitSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import bookIcon from '../assets/img/book.png';
import pinIcon from '../assets/img/pin.png';
import bookmarkIcon from '../assets/img/bookmark-yellow.png';
---
<section aria-label="Kit Mensal" class="bg-gradient-to-b from-pink-light/30 to-pink-dark/30 py-20 overflow-hidden pt-10">
<section id="kit" aria-label="Kit Mensal" class="bg-gradient-to-b from-pink-light/30 to-pink-dark/30 py-20 overflow-hidden pt-10">
<div class="container mx-auto px-4">
<h2 class="text-3xl md:text-4xl font-bold text-center text-white mb-12 animate-fade-in">
<span class="text-blue-light">✦</span> Conheça o kit mensal <span class="text-blue-light">✦</span>
Expand Down

0 comments on commit 784e448

Please sign in to comment.