Compare commits
7 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| dc9566b328 | |||
|
|
0e3e2598a5 | ||
| b41641ab7c | |||
|
|
91628c10fe | ||
| 931138c297 | |||
|
|
2289962084 | ||
| 7d0562cd89 |
@@ -1,5 +1,5 @@
|
||||
import FooterMinimal from '@/components/sections/footer/FooterMinimal';
|
||||
import NavbarFloating from '@/components/ui/NavbarFloating';
|
||||
import NavbarCentered from '@/components/ui/NavbarCentered';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot";
|
||||
import { Instagram, Phone } from "lucide-react";
|
||||
@@ -42,7 +42,7 @@ export default function Layout() {
|
||||
<StyleProvider buttonVariant="shift" siteBackground="noise" heroBackground="cornerGlow">
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloating
|
||||
<NavbarCentered
|
||||
logo="Entre Elas Vila Isabel"
|
||||
ctaButton={{
|
||||
text: "Agendar Agora",
|
||||
|
||||
@@ -11,10 +11,10 @@ export default function HeroSection(): React.JSX.Element {
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroCenteredLogos
|
||||
avatarsSrc={[
|
||||
"http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
"http://img.b2bpic.net/free-photo/high-angle-happy-bride-wearing-veil_23-2149722033.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-blue-wall_176420-3252.jpg",
|
||||
"http://img.b2bpic.net/free-photo/woman-bed-showing-ok-gesture_23-2147767529.jpg",
|
||||
"https://images.unsplash.com/photo-1544005313-94ddf0286df2?q=80&w=200&auto=format&fit=crop",
|
||||
"https://images.unsplash.com/photo-1531746020798-e6953c6e8e04?q=80&w=200&auto=format&fit=crop",
|
||||
"https://images.unsplash.com/photo-1554151228-14d9def656e4?q=80&w=200&auto=format&fit=crop",
|
||||
"https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200&auto=format&fit=crop",
|
||||
]}
|
||||
avatarText="Mais de 45 avaliações 5 estrelas"
|
||||
title="Beleza e Acolhimento em Vila Isabel"
|
||||
@@ -33,7 +33,7 @@ export default function HeroSection(): React.JSX.Element {
|
||||
"Carla",
|
||||
"Ana",
|
||||
]}
|
||||
imageSrc="https://storage.googleapis.com/webild/users/user_3FVc0qK9sDyabVJq6NnRSdVMMWS/uploaded-1782164849247-43n3fe1x.png?_wi=1"
|
||||
imageSrc="https://images.unsplash.com/photo-1560066984-138dadb4c035?q=80&w=2070&auto=format&fit=crop"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user