From db8020ded2b62a3da8df10a7960d027e9174651e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 23:00:17 +0000 Subject: [PATCH] Bob AI: Added phone number to services section and footer --- src/components/Layout.tsx | 2 +- src/pages/HomePage.tsx | 157 +++------------------ src/pages/HomePage/sections/Buffet.tsx | 29 ++++ src/pages/HomePage/sections/Contacto.tsx | 27 ++++ src/pages/HomePage/sections/Hero.tsx | 29 ++++ src/pages/HomePage/sections/Horarios.tsx | 37 +++++ src/pages/HomePage/sections/Servicios.tsx | 162 ++++++++++++++++++++++ 7 files changed, 303 insertions(+), 140 deletions(-) create mode 100644 src/pages/HomePage/sections/Buffet.tsx create mode 100644 src/pages/HomePage/sections/Contacto.tsx create mode 100644 src/pages/HomePage/sections/Hero.tsx create mode 100644 src/pages/HomePage/sections/Horarios.tsx create mode 100644 src/pages/HomePage/sections/Servicios.tsx diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ba08e65..f62ef99 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -47,7 +47,7 @@ export default function Layout() { /sections/.tsx. Edit the section +// files directly. Non-block content (wrappers, non-inlinable sections) is +// preserved inline; extracted section blocks become refs. -export default function HomePage() { +import React from 'react'; +import HeroSection from './HomePage/sections/Hero'; +import BuffetSection from './HomePage/sections/Buffet'; +import ServiciosSection from './HomePage/sections/Servicios'; +import HorariosSection from './HomePage/sections/Horarios'; +import ContactoSection from './HomePage/sections/Contacto'; + +export default function HomePage(): React.JSX.Element { return ( - <> -
- - - -
+<> + -
- - - -
+ -
- - - -
+ -
- - - -
+ -
- - - -
+ ); } diff --git a/src/pages/HomePage/sections/Buffet.tsx b/src/pages/HomePage/sections/Buffet.tsx new file mode 100644 index 0000000..15afadf --- /dev/null +++ b/src/pages/HomePage/sections/Buffet.tsx @@ -0,0 +1,29 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "buffet" section. + +import React from 'react'; +import FeaturesComparison from '@/components/sections/features/FeaturesComparison'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function BuffetSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +} diff --git a/src/pages/HomePage/sections/Contacto.tsx b/src/pages/HomePage/sections/Contacto.tsx new file mode 100644 index 0000000..9420b0a --- /dev/null +++ b/src/pages/HomePage/sections/Contacto.tsx @@ -0,0 +1,27 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "contacto" section. + +import React from 'react'; +import ContactCta from '@/components/sections/contact/ContactCta'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function ContactoSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +} diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx new file mode 100644 index 0000000..726809f --- /dev/null +++ b/src/pages/HomePage/sections/Hero.tsx @@ -0,0 +1,29 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "hero" section. + +import React from 'react'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function HeroSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +} diff --git a/src/pages/HomePage/sections/Horarios.tsx b/src/pages/HomePage/sections/Horarios.tsx new file mode 100644 index 0000000..72d8207 --- /dev/null +++ b/src/pages/HomePage/sections/Horarios.tsx @@ -0,0 +1,37 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "horarios" section. + +import React from 'react'; +import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function HorariosSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +} diff --git a/src/pages/HomePage/sections/Servicios.tsx b/src/pages/HomePage/sections/Servicios.tsx new file mode 100644 index 0000000..056cac8 --- /dev/null +++ b/src/pages/HomePage/sections/Servicios.tsx @@ -0,0 +1,162 @@ +/* eslint-disable */ +// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body +import Button from "@/components/ui/Button"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import ScrollReveal from "@/components/ui/ScrollReveal"; +import { cls } from "@/lib/utils"; + +const items = [ + { + title: "Buffet Diario", + description: "Variedad de platillos cada día.", + href: "#", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510936.jpg" + }, + { + title: "Comida por Litro", + description: "Ideal para llevar a casa.", + href: "#", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-tablecloth-near-blackboard_23-2147740799.jpg" + }, + { + title: "Servicio a Domicilio", + description: "Te lo llevamos a la puerta.", + href: "#", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-icon-front-side_187299-39627.jpg" + }, + { + title: "Calidad Premium", + description: "Ingredientes frescos seleccionados.", + href: "#", + imageSrc: "http://img.b2bpic.net/free-photo/ornamental-plate-mexican-food_23-2147740706.jpg" + }, + { + title: "Precios Justos", + description: "El sabor que vale lo que pagas.", + href: "#", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-tamales-ingredients_23-2148942255.jpg" + }, + { + title: "Sazón Casero", + description: "Como la cocina de la abuela.", + href: "#", + imageSrc: "http://img.b2bpic.net/free-vector/sticker-template-with-food-delivery-banner-isolated_1308-61345.jpg" + }, + { + title: "Atención Cálida", + description: "Te recibimos con una sonrisa.", + href: "#", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-catering-food_23-2148482444.jpg" + } +]; + +type FeatureItem = { + title: string; + description: string; + href: string; +} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never }); + +interface FeaturesRevealCardsBentoProps { + tag: string; + title: string; + description: string; + primaryButton?: { text: string; href: string }; + secondaryButton?: { text: string; href: string }; + items: [FeatureItem, FeatureItem, FeatureItem, FeatureItem, FeatureItem, FeatureItem, FeatureItem]; +} + +const ServiciosInline = () => { + const gridClasses = [ + "md:col-span-2", + "md:col-span-4", + "md:col-span-3", + "md:col-span-3", + "md:col-span-2", + "md:col-span-2", + "md:col-span-2", + ]; + + const staggerDelays = [ + 0, + 0.1, + 0, + 0.1, + 0, + 0.1, + 0.2, + ]; + + return ( +
+
+
+
+

{"Nuestros Servicios"}

+
+ + + + + + {(undefined || undefined) && ( +
+ {undefined &&
+ )} +
+ +
+ {items.map((item, index) => ( + + +
+ +
+
+
+ ); +}; + +export default function ServiciosSection() { + return ( +
+ +
+ ); +} -- 2.49.1