Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cf75dadc5 | |||
| f0f5b7a610 | |||
| 876d51f475 | |||
| 18976b01e7 | |||
| 3ed9c02b1b | |||
| d50468c99c | |||
| b05eae7db0 | |||
| cc0932445c | |||
| c56de54757 | |||
| d179850f6b |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
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 ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
<HeroBillboard
|
||||
background={{ variant: "gradient-bars" }}
|
||||
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."
|
||||
@@ -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"
|
||||
imageAlt="Sushi Premium Gourmet"
|
||||
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={[
|
||||
{ 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" },
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ff0000;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #991b1b;
|
||||
--background-accent: #7f1d1d;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #e63946;
|
||||
--background-accent: #e8bea8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user