Merge version_1 into main #2
250
src/app/page.tsx
250
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Acasă",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Acasă", id: "hero"},
|
||||
{
|
||||
name: "Povestea",
|
||||
id: "about",
|
||||
},
|
||||
name: "Povestea", id: "about"},
|
||||
{
|
||||
name: "Meniu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Meniu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="TODAY."
|
||||
/>
|
||||
@@ -54,104 +46,59 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Not tomorrow. Not someday. TODAY."
|
||||
description="Cele mai bune ingrediente, house-made, pentru o experiență indulgentă și memorabilă. Nu facem compromisuri."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Andrei P.",
|
||||
handle: "@andrei.p",
|
||||
testimonial: "Cei mai buni burgeri pe o rază de 300km. Experiență culinară de top.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500440.jpg",
|
||||
},
|
||||
name: "Andrei P.", handle: "@andrei.p", testimonial: "Cei mai buni burgeri pe o rază de 300km. Experiență culinară de top.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500440.jpg"},
|
||||
{
|
||||
name: "Maria L.",
|
||||
handle: "@maria.l",
|
||||
testimonial: "Totul este house-made, simți prospețimea în fiecare mușcătură.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beauty-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_231208-4739.jpg",
|
||||
},
|
||||
name: "Maria L.", handle: "@maria.l", testimonial: "Totul este house-made, simți prospețimea în fiecare mușcătură.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beauty-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_231208-4739.jpg"},
|
||||
{
|
||||
name: "Bogdan S.",
|
||||
handle: "@bogdan.s",
|
||||
testimonial: "Burgerul smashed este incredibil. Absolut savuros!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-model-fall-winter-collection-outfits-holding-green-apple-smelling-it_114579-15709.jpg",
|
||||
},
|
||||
name: "Bogdan S.", handle: "@bogdan.s", testimonial: "Burgerul smashed este incredibil. Absolut savuros!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-model-fall-winter-collection-outfits-holding-green-apple-smelling-it_114579-15709.jpg"},
|
||||
{
|
||||
name: "Elena D.",
|
||||
handle: "@elena.d",
|
||||
testimonial: "Servire rapidă și ingrediente de o calitate neașteptată.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg",
|
||||
},
|
||||
name: "Elena D.", handle: "@elena.d", testimonial: "Servire rapidă și ingrediente de o calitate neașteptată.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg"},
|
||||
{
|
||||
name: "Victor G.",
|
||||
handle: "@victor.g",
|
||||
testimonial: "O experiență intensă. Recomand cu drag burgerul cu dulceață de zmeură.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg",
|
||||
},
|
||||
name: "Victor G.", handle: "@victor.g", testimonial: "O experiență intensă. Recomand cu drag burgerul cu dulceață de zmeură.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Comandă acum",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Comandă acum", href: "#contact"},
|
||||
{
|
||||
text: "Vino azi",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Vino azi", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg"
|
||||
imageAlt="Burger premium luxury"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500440.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500440.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beauty-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_231208-4739.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beauty-woman-eating-healthy-food-sitting-beautiful-interior-with-green-flowers_231208-4739.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-model-fall-winter-collection-outfits-holding-green-apple-smelling-it_114579-15709.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-model-fall-winter-collection-outfits-holding-green-apple-smelling-it_114579-15709.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% HOUSE-MADE",
|
||||
type: "text", text: "100% HOUSE-MADE"},
|
||||
{
|
||||
type: "text-icon", text: "PREMIUM QUALITY", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "PREMIUM QUALITY",
|
||||
icon: Star,
|
||||
type: "text", text: "FRESH INGREDIENTS DAILY"},
|
||||
{
|
||||
type: "text-icon", text: "ARTISAN CRAFT", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "FRESH INGREDIENTS DAILY",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "ARTISAN CRAFT",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "LUXURY EXPERIENCE",
|
||||
},
|
||||
type: "text", text: "LUXURY EXPERIENCE"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -163,17 +110,11 @@ export default function LandingPage() {
|
||||
description="TODAY nu este despre cantitate, este despre pasiune. Tot ce găsești la noi este făcut de la zero, proaspăt în fiecare zi. Fără congelatoare, fără scurtături. Doar gust pur."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Fresh",
|
||||
},
|
||||
value: "100%", title: "Fresh"},
|
||||
{
|
||||
value: "Daily",
|
||||
title: "House-made",
|
||||
},
|
||||
value: "Daily", title: "House-made"},
|
||||
{
|
||||
value: "Luxury",
|
||||
title: "Standard",
|
||||
},
|
||||
value: "Luxury", title: "Standard"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hamburger-menu-assortment_23-2148614041.jpg"
|
||||
imageAlt="Preparare ingrediente proaspete"
|
||||
@@ -189,29 +130,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "House-made everything",
|
||||
descriptions: [
|
||||
"Sosuri, chifle și toppinguri pregătite zilnic de echipa noastră.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg?_wi=1",
|
||||
},
|
||||
id: "f1", title: "House-made everything", descriptions: [
|
||||
"Sosuri, chifle și toppinguri pregătite zilnic de echipa noastră."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Combinații unice",
|
||||
descriptions: [
|
||||
"Explorează arome îndrăznețe precum burgerul cu dulceață de zmeură.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg?_wi=1",
|
||||
},
|
||||
id: "f2", title: "Combinații unice", descriptions: [
|
||||
"Explorează arome îndrăznețe precum burgerul cu dulceață de zmeură."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Rapid și proaspăt",
|
||||
descriptions: [
|
||||
"Calitate premium livrată fără așteptări inutile.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-burgers-with-green-salad-inside-round-plate-green-desk_140725-11624.jpg?_wi=1",
|
||||
},
|
||||
id: "f3", title: "Rapid și proaspăt", descriptions: [
|
||||
"Calitate premium livrată fără așteptări inutile."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-burgers-with-green-salad-inside-round-plate-green-desk_140725-11624.jpg"},
|
||||
]}
|
||||
title="De ce TODAY?"
|
||||
description="Calitatea superioară nu este o opțiune, este însăși esența brandului nostru."
|
||||
@@ -220,64 +149,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "TODAY Classic",
|
||||
price: "45 RON",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", brand: "Signature", name: "TODAY Classic", price: "45 RON", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Signature",
|
||||
name: "Raspberry Smash",
|
||||
price: "48 RON",
|
||||
rating: 5,
|
||||
reviewCount: "85+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", brand: "Signature", name: "Raspberry Smash", price: "48 RON", rating: 5,
|
||||
reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Signature",
|
||||
name: "Bacon Lux",
|
||||
price: "52 RON",
|
||||
rating: 5,
|
||||
reviewCount: "95+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-burgers-with-green-salad-inside-round-plate-green-desk_140725-11624.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", brand: "Signature", name: "Bacon Lux", price: "52 RON", rating: 5,
|
||||
reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-burgers-with-green-salad-inside-round-plate-green-desk_140725-11624.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Signature",
|
||||
name: "Truffle Burger",
|
||||
price: "55 RON",
|
||||
rating: 5,
|
||||
reviewCount: "70+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg?_wi=3",
|
||||
},
|
||||
id: "p4", brand: "Signature", name: "Truffle Burger", price: "55 RON", rating: 5,
|
||||
reviewCount: "70+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Signature",
|
||||
name: "Spicy Deluxe",
|
||||
price: "49 RON",
|
||||
rating: 5,
|
||||
reviewCount: "110+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg?_wi=3",
|
||||
},
|
||||
id: "p5", brand: "Signature", name: "Spicy Deluxe", price: "49 RON", rating: 5,
|
||||
reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-s-hand-grabbing-burger-s-upper-bun_181624-56720.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Signature",
|
||||
name: "Double Smash",
|
||||
price: "58 RON",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-burgers-with-green-salad-inside-round-plate-green-desk_140725-11624.jpg?_wi=3",
|
||||
},
|
||||
id: "p6", brand: "Signature", name: "Double Smash", price: "58 RON", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-burgers-with-green-salad-inside-round-plate-green-desk_140725-11624.jpg"},
|
||||
]}
|
||||
title="Meniu premium"
|
||||
description="Fiecare burger este o experiență în sine, atent construit pentru pofta ta."
|
||||
@@ -291,22 +185,14 @@ export default function LandingPage() {
|
||||
description="Nu mai aștepta. Vino să gusti adevărata artă a burgerilor."
|
||||
inputs={[
|
||||
{
|
||||
name: "nume",
|
||||
type: "text",
|
||||
placeholder: "Numele tău",
|
||||
required: true,
|
||||
name: "nume", type: "text", placeholder: "Numele tău", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Adresa email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Adresa email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "mesaj",
|
||||
placeholder: "Rezervare sau cerere specială",
|
||||
rows: 4,
|
||||
name: "mesaj", placeholder: "Rezervare sau cerere specială", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg"
|
||||
@@ -318,29 +204,19 @@ export default function LandingPage() {
|
||||
logoText="TODAY."
|
||||
columns={[
|
||||
{
|
||||
title: "Meniu",
|
||||
items: [
|
||||
title: "Meniu", items: [
|
||||
{
|
||||
label: "Burger Signature",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Burger Signature", href: "#menu"},
|
||||
{
|
||||
label: "Desert",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Desert", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Rezervări",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Rezervări", href: "#contact"},
|
||||
{
|
||||
label: "Locație",
|
||||
href: "#",
|
||||
},
|
||||
label: "Locație", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user