From d00d4de620e26366c892416c2c74426b30b078a0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 10:42:43 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 371 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 277 insertions(+), 94 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d84f09..35d8969 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Clock, Users, Zap, MapPin } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; @@ -13,8 +12,6 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; export default function LandingPage() { - const venEstaNoche = { text: "Ven Esta Noche", href: "#contact" }; - return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- window.open('https://www.google.com/maps/place/Bar+Bugalú', '_blank')} - imageSrc="http://img.b2bpic.net/free-photo/crunchy-fried-shrimp-served-top-shot-glasses-filled-with-sauces_140725-6608.jpg?_wi=2" - /> -
+
+ window.open('https://www.google.com/maps/place/Bar+Bugalú/@36.5973474,-6.2280855,738m/data=!3m2!1e3!4b1!4m6!3m5!1s0xd0dcfc29784cc91:0xea55628a7493ab50!8m2!3d36.5973431!4d-6.2255106!16s%2Fg%2F11cns76zql', '_blank')} + /> +
- +
); -} \ No newline at end of file +}