Merge version_1 into main #2
541
src/app/page.tsx
541
src/app/page.tsx
@@ -28,409 +28,162 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Acasă",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Povestea",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Meniu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Recenzii",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Rezervă",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Casa cu Bere"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Acasă", id: "hero" },
|
||||
{ name: "Povestea", id: "about" },
|
||||
{ name: "Meniu", id: "menu" },
|
||||
{ name: "Recenzii", id: "testimonials" },
|
||||
{ name: "Rezervă", id: "contact" },
|
||||
]}
|
||||
brandName="Casa cu Bere"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Casa cu Bere – Experiența Autentică a Bistriței."
|
||||
description="Gastronomie românească, bere artizanală și o atmosferă de poveste într-o locație istorică."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Teodora S.",
|
||||
handle: "@teodora",
|
||||
testimonial: "Mâncare foarte bună, porții corecte, ambient plăcut.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454153.jpg",
|
||||
},
|
||||
{
|
||||
name: "Iulia A.",
|
||||
handle: "@iulia",
|
||||
testimonial: "Cea mai bună alegere: ciolanul afumat. Excelent!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg",
|
||||
},
|
||||
{
|
||||
name: "Filip T.",
|
||||
handle: "@filip",
|
||||
testimonial: "Personal de nota 10 și o atmosferă relaxantă.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg",
|
||||
},
|
||||
{
|
||||
name: "Andrei D.",
|
||||
handle: "@andrei",
|
||||
testimonial: "Berea artizanală este divină, un loc de vizitat obligatoriu.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-handsome-male-student-with-thick-beard-sitting-wooden-table-with-mug-drinking-coffee-having-happy-cheerful-face-expression_273609-1763.jpg",
|
||||
},
|
||||
{
|
||||
name: "Maria C.",
|
||||
handle: "@maria",
|
||||
testimonial: "O seară magică, mâncare tradițională excelentă.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-holding-espresso-cup-cafe_1170-589.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Rezervă o Masă",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Vezi Meniul",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/german-restaurant-scene_23-2152014141.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cream-liquer_23-2148014925.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-glass-drink-restaurant_23-2147861942.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Peste 1000+ clienți mulțumiți"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Bistrița",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bere Artizanală",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gastronomie",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tradiție",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Atmosferă",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Casa cu Bere – Experiența Autentică a Bistriței."
|
||||
description="Gastronomie românească, bere artizanală și o atmosferă de poveste într-o locație istorică."
|
||||
testimonials={[
|
||||
{ name: "Teodora S.", handle: "@teodora", testimonial: "Mâncare foarte bună, porții corecte, ambient plăcut.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454153.jpg" },
|
||||
{ name: "Iulia A.", handle: "@iulia", testimonial: "Cea mai bună alegere: ciolanul afumat. Excelent!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg" },
|
||||
{ name: "Filip T.", handle: "@filip", testimonial: "Personal de nota 10 și o atmosferă relaxantă.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg" },
|
||||
{ name: "Andrei D.", handle: "@andrei", testimonial: "Berea artizanală este divină, un loc de vizitat obligatoriu.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-handsome-male-student-with-thick-beard-sitting-wooden-table-with-mug-drinking-coffee-having-happy-cheerful-face-expression_273609-1763.jpg" },
|
||||
{ name: "Maria C.", handle: "@maria", testimonial: "O seară magică, mâncare tradițională excelentă.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-holding-espresso-cup-cafe_1170-589.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Rezervă o Masă", href: "#contact" },
|
||||
{ text: "Vezi Meniul", href: "#menu" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/german-restaurant-scene_23-2152014141.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cream-liquer_23-2148014925.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-glass-drink-restaurant_23-2147861942.jpg", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Peste 1000+ clienți mulțumiți"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Bistrița" },
|
||||
{ type: "text", text: "Bere Artizanală" },
|
||||
{ type: "text", text: "Gastronomie" },
|
||||
{ type: "text", text: "Tradiție" },
|
||||
{ type: "text", text: "Atmosferă" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="O Locație cu Istorie"
|
||||
description={[
|
||||
"Valorificăm experiența autentică. Timpul stă în loc pentru o discuție de lucru sau o duminică cu prietenii, într-o locație ce păstrează spiritul Bistriței de odinioară.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="O Locație cu Istorie"
|
||||
description={["Valorificăm experiența autentică. Timpul stă în loc pentru o discuție de lucru sau o duminică cu prietenii, într-o locație ce păstrează spiritul Bistriței de odinioară."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Mâncare Gătită Lent",
|
||||
description: "Retete tradiționale gătite cu răbdare.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/french-windows-provencal-style_1101-866.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-weaving-studio_23-2151949058.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=2",
|
||||
imageAlt: "historic restaurant bistrita architecture",
|
||||
},
|
||||
{
|
||||
title: "Bere Rece la Draft",
|
||||
description: "Selecție de beri artizanale locale.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-decorations-placed-as-inspiration-creativity-new-artwork_482257-112079.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flower-vase-modern-interior_23-2151928937.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chopped-purple-onion-cabbage-salad-platter-concrete-table_114579-56751.jpg?_wi=1",
|
||||
imageAlt: "historic restaurant bistrita architecture",
|
||||
},
|
||||
{
|
||||
title: "Atmosferă Intimă",
|
||||
description: "Locația ideală pentru relaxare.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-pottery-vessels-earthenware_23-2151538265.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/armchair-with-blanket_1252-425.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-with-seasonings-dark-space_140725-79627.jpg?_wi=1",
|
||||
imageAlt: "historic restaurant bistrita architecture",
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="De ce la noi?"
|
||||
description="Experiențe culinare memorabile"
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Mâncare Gătită Lent", description: "Retete tradiționale gătite cu răbdare.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/french-windows-provencal-style_1101-866.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cozy-weaving-studio_23-2151949058.jpg" } },
|
||||
{ title: "Bere Rece la Draft", description: "Selecție de beri artizanale locale.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/contemporary-decorations-placed-as-inspiration-creativity-new-artwork_482257-112079.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flower-vase-modern-interior_23-2151928937.jpg" } },
|
||||
{ title: "Atmosferă Intimă", description: "Locația ideală pentru relaxare.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-pottery-vessels-earthenware_23-2151538265.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/armchair-with-blanket_1252-425.jpg" } },
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="De ce la noi?"
|
||||
description="Experiențe culinare memorabile"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ciolan Afumat",
|
||||
price: "45 RON",
|
||||
variant: "Vedeta Casei",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chopped-purple-onion-cabbage-salad-platter-concrete-table_114579-56751.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Mușchi de Vită",
|
||||
price: "65 RON",
|
||||
variant: "Grătar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-with-seasonings-dark-space_140725-79627.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Coaste Fragede",
|
||||
price: "50 RON",
|
||||
variant: "Grătar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kebab-set-sliced-onions_140725-6232.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Papanași",
|
||||
price: "25 RON",
|
||||
variant: "Desert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-buns-bucket-sack-cloth-white-background-with-copy-space_141793-52936.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tartă cu Mere",
|
||||
price: "20 RON",
|
||||
variant: "Desert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-preparing-food_23-2149707955.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Cocktailuri",
|
||||
price: "28 RON",
|
||||
variant: "Băuturi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/triangle-shaped-chips-glass-beer-wooden-plate-high-quality-photo_114579-67387.jpg",
|
||||
},
|
||||
]}
|
||||
title="Meniu Digital"
|
||||
description="Cele mai apreciate preparate din bucătăria noastră."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Ciolan Afumat", price: "45 RON", variant: "Vedeta Casei", imageSrc: "http://img.b2bpic.net/free-photo/chopped-purple-onion-cabbage-salad-platter-concrete-table_114579-56751.jpg" },
|
||||
{ id: "p2", name: "Mușchi de Vită", price: "65 RON", variant: "Grătar", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-with-seasonings-dark-space_140725-79627.jpg" },
|
||||
{ id: "p3", name: "Coaste Fragede", price: "50 RON", variant: "Grătar", imageSrc: "http://img.b2bpic.net/free-photo/kebab-set-sliced-onions_140725-6232.jpg" },
|
||||
{ id: "p4", name: "Papanași", price: "25 RON", variant: "Desert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-buns-bucket-sack-cloth-white-background-with-copy-space_141793-52936.jpg" },
|
||||
{ id: "p5", name: "Tartă cu Mere", price: "20 RON", variant: "Desert", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-preparing-food_23-2149707955.jpg" },
|
||||
{ id: "p6", name: "Cocktailuri", price: "28 RON", variant: "Băuturi", imageSrc: "http://img.b2bpic.net/free-photo/triangle-shaped-chips-glass-beer-wooden-plate-high-quality-photo_114579-67387.jpg" },
|
||||
]}
|
||||
title="Meniu Digital"
|
||||
description="Cele mai apreciate preparate din bucătăria noastră."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Excelent",
|
||||
quote: "Mâncare foarte bună, porții corecte, ambient plăcut.",
|
||||
name: "Teodora S.",
|
||||
role: "Client Fidel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/informal-talk-with-best-friends-restaurant-warm-summer-day_8353-9702.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Cea mai bună alegere",
|
||||
quote: "Cea mai bună alegere: ciolanul afumat. Excelent!",
|
||||
name: "Iulia A.",
|
||||
role: "Turist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Atmosferă relaxantă",
|
||||
quote: "Personal de nota 10 și o atmosferă relaxantă.",
|
||||
name: "Filip T.",
|
||||
role: "Vizitator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Recomand cu drag",
|
||||
quote: "Cea mai bună bere din Bistrița.",
|
||||
name: "Andrei D.",
|
||||
role: "Localnic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-leisure-indoor-portrait-handsome-young-hipster-stylish-black-hat-sitting-wooden-cafe-table-with-mug-cappuccino_273609-1623.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Locație deosebită",
|
||||
quote: "Istoria se simte în fiecare detaliu.",
|
||||
name: "Maria C.",
|
||||
role: "Istoric",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg",
|
||||
},
|
||||
]}
|
||||
title="Ce spun clienții noștri"
|
||||
description="Experiențe trăite la Casa cu Bere."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Excelent", quote: "Mâncare foarte bună, porții corecte, ambient plăcut.", name: "Teodora S.", role: "Client Fidel", imageSrc: "http://img.b2bpic.net/free-photo/informal-talk-with-best-friends-restaurant-warm-summer-day_8353-9702.jpg" },
|
||||
{ id: "t2", title: "Cea mai bună alegere", quote: "Cea mai bună alegere: ciolanul afumat. Excelent!", name: "Iulia A.", role: "Turist", imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg" },
|
||||
{ id: "t3", title: "Atmosferă relaxantă", quote: "Personal de nota 10 și o atmosferă relaxantă.", name: "Filip T.", role: "Vizitator", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg" },
|
||||
{ id: "t4", title: "Recomand cu drag", quote: "Cea mai bună bere din Bistrița.", name: "Andrei D.", role: "Localnic", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-leisure-indoor-portrait-handsome-young-hipster-stylish-black-hat-sitting-wooden-cafe-table-with-mug-cappuccino_273609-1623.jpg" },
|
||||
{ id: "t5", title: "Locație deosebită", quote: "Istoria se simte în fiecare detaliu.", name: "Maria C.", role: "Istoric", imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg" },
|
||||
]}
|
||||
title="Ce spun clienții noștri"
|
||||
description="Experiențe trăite la Casa cu Bere."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Bistrița Turism",
|
||||
"Berăria Artizanală",
|
||||
"Producători Locali",
|
||||
"Crama Veche",
|
||||
"Evenimente Bistrița",
|
||||
"Radio Bistrița",
|
||||
"Ghid Local",
|
||||
]}
|
||||
title="Parteneri și Comunitate"
|
||||
description="Susținem producătorii locali bistrițeni."
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={["Bistrița Turism", "Berăria Artizanală", "Producători Locali", "Crama Veche", "Evenimente Bistrița", "Radio Bistrița", "Ghid Local"]}
|
||||
title="Parteneri și Comunitate"
|
||||
description="Susținem producătorii locali bistrițeni."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Aveți facilități pentru persoane cu dizabilități?",
|
||||
content: "Da, locația noastră dispune de acces adaptat pentru persoanele în scaun cu rotile.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Există parcare disponibilă?",
|
||||
content: "Da, oferim parcare gratuită pentru clienții noștri.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Ce metode de plată acceptați?",
|
||||
content: "Acceptăm numerar, card bancar, Google Pay și Apple Pay.",
|
||||
},
|
||||
]}
|
||||
title="Întrebări frecvente"
|
||||
description="Tot ce trebuie să știi înainte de a ne vizita."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Aveți facilități pentru persoane cu dizabilități?", content: "Da, locația noastră dispune de acces adaptat pentru persoanele în scaun cu rotile." },
|
||||
{ id: "f2", title: "Există parcare disponibilă?", content: "Da, oferim parcare gratuită pentru clienții noștri." },
|
||||
{ id: "f3", title: "Ce metode de plată acceptați?", content: "Acceptăm numerar, card bancar, Google Pay și Apple Pay." },
|
||||
]}
|
||||
title="Întrebări frecvente"
|
||||
description="Tot ce trebuie să știi înainte de a ne vizita."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Rezervă Acum"
|
||||
title="Vă așteptăm cu drag"
|
||||
description="Fă o rezervare și bucură-te de gustul autentic bistrițean."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Rezervă Acum"
|
||||
title="Vă așteptăm cu drag"
|
||||
description="Fă o rezervare și bucură-te de gustul autentic bistrițean."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Meniu",
|
||||
items: [
|
||||
{
|
||||
label: "Produse",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Rezervări",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Bistrița, România",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "07xx xxx xxx",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Politica de Confidențialitate",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Termeni și Condiții",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Casa cu Bere"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Meniu", items: [{ label: "Produse", href: "#menu" }, { label: "Rezervări", href: "#contact" }] },
|
||||
{ title: "Contact", items: [{ label: "Bistrița, România", href: "#" }, { label: "07xx xxx xxx", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Politica de Confidențialitate", href: "#" }, { label: "Termeni și Condiții", href: "#" }] },
|
||||
]}
|
||||
logoText="Casa cu Bere"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user