5 Commits

Author SHA1 Message Date
dc9566b328 Merge version_5_1782165614476 into main
Merge version_5_1782165614476 into main
2026-06-22 22:01:28 +00:00
kudinDmitriyUp
0e3e2598a5 Bob AI: Change navbar to centered layout to display logo above items 2026-06-22 22:00:48 +00:00
b41641ab7c Merge version_4_1782165535096 into main
Merge version_4_1782165535096 into main
2026-06-22 21:59:45 +00:00
kudinDmitriyUp
91628c10fe Bob AI: Replace the hero background photos with professional beauty salon images for 'En 2026-06-22 21:59:42 +00:00
931138c297 Merge version_3_1782165307981 into main
Merge version_3_1782165307981 into main
2026-06-22 21:56:24 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import FooterMinimal from '@/components/sections/footer/FooterMinimal';
import NavbarInline from '@/components/ui/NavbarInline';
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">
<NavbarInline
<NavbarCentered
logo="Entre Elas Vila Isabel"
ctaButton={{
text: "Agendar Agora",

View File

@@ -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>