Merge version_2 into main #4
1422
src/app/layout.tsx
1422
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -1,15 +1,15 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Music, Info, Smile, Camera, Star } from 'lucide-react';
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import BlogCardOne from "@/components/sections/blog/BlogCardOne";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Music, Info, Smile, Camera, Star, MapPin, Phone, Clock } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,7 +32,8 @@ export default function LandingPage() {
|
||||
{ name: "O nás", id: "about" },
|
||||
{ name: "Co u nás najdete", id: "features" },
|
||||
{ name: "Galerie", id: "gallery" },
|
||||
{ name: "Recenze", id: "testimonials" }
|
||||
{ name: "Recenze", id: "testimonials" },
|
||||
{ name: "Kontakt", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Rezervace", href: "contact"
|
||||
@@ -43,7 +44,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
title="Hudba, pivo a přátelé ve Strašnicích"
|
||||
title="Hudba, pivo a přátelé v Praze"
|
||||
description="Přijďte si užít autentickou atmosféru starého hudebního baru se studeným pivem, zábavou a přátelskou společností. BAMBOo je vaše místo pro nezapomenutelné večery."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Music Pub"
|
||||
@@ -161,7 +162,7 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
title="Recenze našich hostů"
|
||||
description="Poslouchejte, co říkají lidé o BAMBOo a atmosféře, kterou zde vytváříme"
|
||||
tag="Hodnocení"
|
||||
tag="Hodnocení: 4,3★"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -197,7 +198,7 @@ export default function LandingPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Zavolat: +420 606 290 596", href: "tel:+420606290596" },
|
||||
{ text: "Rezervace online", href: "https://www.google.com/maps/place/BAMBOo+music+pub" }
|
||||
{ text: "Návštěvit Google Maps", href: "https://www.google.com/maps/place/BAMBOo+music+pub" }
|
||||
]}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -208,10 +209,10 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="BAMBOo"
|
||||
leftLink={{
|
||||
text: "Otevírací doba: Denně 2:00 AM", href: "#"
|
||||
text: "Ul. Tínská 5, Praha 3 (Strašnice)", href: "https://www.google.com/maps/place/BAMBOo+music+pub"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "© 2024 BAMBOo music pub", href: "#"
|
||||
text: "© 2024 BAMBOo music pub | +420 606 290 596", href: "#"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #1a3a2a;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #1a3a2a;
|
||||
--background-accent: #d4af37;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user