|
|
|
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroSplit
|
|
|
|
<HeroBillboard
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
title="Sushi Ya! El sabor que te atrapa."
|
|
|
|
title="Sushi Ya! El sabor que te atrapa."
|
|
|
|
description="Experimenta la auténtica esencia del sushi premium en Santo Domingo. Frescura, calidad y el arte japonés en cada bocado."
|
|
|
|
description="Experimenta la auténtica esencia del sushi premium en Santo Domingo. Frescura, calidad y el arte japonés en cada bocado."
|
|
|
|
@@ -50,13 +50,6 @@ export default function LandingPage() {
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/fresh-sushi-maki-rolls-with-salmon-avocado-dark-wet-slate_84443-82575.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/fresh-sushi-maki-rolls-with-salmon-avocado-dark-wet-slate_84443-82575.jpg"
|
|
|
|
imageAlt="Sushi Premium Gourmet"
|
|
|
|
imageAlt="Sushi Premium Gourmet"
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
marqueeItems={[
|
|
|
|
|
|
|
|
{ type: "text", text: "Arroyo Hondo" },
|
|
|
|
|
|
|
|
{ type: "text", text: "La Enriquillo" },
|
|
|
|
|
|
|
|
{ type: "text", text: "Abiertos todos los días" },
|
|
|
|
|
|
|
|
{ type: "text", text: "Ingredientes de temporada" },
|
|
|
|
|
|
|
|
{ type: "text", text: "Delivery disponible" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
avatars={[
|
|
|
|
avatars={[
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-burger_23-2150347940.jpg", alt: "Diner 1" },
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-burger_23-2150347940.jpg", alt: "Diner 1" },
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", alt: "Diner 2" },
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", alt: "Diner 2" },
|
|
|
|
|