Merge version_5_1783293315361 into main #4

Merged
bender merged 2 commits from version_5_1783293315361 into main 2026-07-05 23:20:14 +00:00
2 changed files with 14 additions and 41 deletions

View File

@@ -35,7 +35,6 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarInline
logo="Irving the Barber"
logoImageSrc="https://storage.googleapis.com/webild/users/user_3G6TFtt4stRw9fdcBXVheLGahPu/uploaded-1783291797613-5nwqj7fb.png"
ctaButton={{
text: "Book Now",
href: "#contact",

View File

@@ -1,49 +1,23 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "hero" section.
// Created by add_section_from_catalog (HeroBillboardCarousel).
import React from 'react';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HeroSection(): React.JSX.Element {
return (
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBillboardCarousel
tag="Professional Grooming"
title="Irving the Barber"
description="Experience premium cuts, precise shaves, and grooming excellence in the heart of the city."
primaryButton={{
text: "Book Appointment",
href: "#contact",
}}
secondaryButton={{
text: "View Pricing",
href: "#pricing",
}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506341.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/composition-shaving-objects-with-copyspace_23-2148121975.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-rake-near-collar_23-2147799914.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-getting-new-haircut_23-2148242801.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/dryin-process-small-dog-sits-table-dog-drying-by-professional_1157-48815.jpg",
},
]}
textAnimation="slide-up"
/>
</SectionErrorBoundary>
<div data-webild-section="hero" data-section="hero" id="hero" className="relative">
<div className="absolute top-32 left-1/2 -translate-x-1/2 z-10 pointer-events-none">
<img src="https://storage.googleapis.com/webild/users/user_3G6TFtt4stRw9fdcBXVheLGahPu/uploaded-1783291797613-5nwqj7fb.png" alt="Irving the Barber" className="h-32 md:h-48 w-auto object-contain drop-shadow-2xl" />
</div>
<HeroBillboardCarousel
description="Experience premium cuts, precise shaves, and grooming excellence in the heart of the city."
primaryButton={{"href":"#contact","text":"Book Appointment"}}
items={[{"imageSrc":"http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506341.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/composition-shaving-objects-with-copyspace_23-2148121975.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/close-up-rake-near-collar_23-2147799914.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/back-view-man-getting-new-haircut_23-2148242801.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/dryin-process-small-dog-sits-table-dog-drying-by-professional_1157-48815.jpg"}]}
secondaryButton={{"href":"#pricing","text":"View Pricing"}}
tag="Professional Grooming"
textAnimation="slide-up"
title=" "
/>
</div>
);
}