From 369545f8f919d54826685839de1375fed32b34b6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 04:20:01 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e241df..189a33c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -47,27 +47,20 @@ export default function LandingPage() {
-
@@ -225,7 +218,7 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "radial-gradient"}} - text="Visítanos en Food Park Buenos Aires o contáctanos para tu reserva. ¡Te esperamos para una experiencia ahumada inolvidable! \\\n\\\nHorario: Todos los días: 18:00 – 24:00 horas \\\nUbicación: Av. Pacífico I-14, Urbanización Buenos Aires, Nuevo Chimbote, Áncash, Perú (Dentro del Food Park Buenos Aires)" + text="Visítanos en Food Park Buenos Aires o contáctanos para tu reserva. ¡Te esperamos para una experiencia ahumada inolvidable! \\n\\nHorario: Todos los días: 18:00 – 24:00 horas \\nUbicación: Av. Pacífico I-14, Urbanización Buenos Aires, Nuevo Chimbote, Áncash, Perú (Dentro del Food Park Buenos Aires)" buttons={[ { text: "Ver en Google Maps", href: "https://maps.app.goo.gl/v6qNE5eUWQmG77227"}, From a6de002d4872d21f8f61fe4c45fc388322ca6e3d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 04:20:02 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0fdb09b..6431ad6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffefe; - --card: #f6f7f4; - --foreground: #080908; - --primary-cta: #0e3a29; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #106EFB; --primary-cta-text: #fffefe; - --secondary-cta: #e7eecd; + --secondary-cta: #000000; --secondary-cta-text: #080908; - --accent: #35c18b; - --background-accent: #ecebe4; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);