Add src/app/despre/page.tsx
This commit is contained in:
131
src/app/despre/page.tsx
Normal file
131
src/app/despre/page.tsx
Normal file
@@ -0,0 +1,131 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { History, Users, Globe, Award } from 'lucide-react';
|
||||
|
||||
export default function DesprePagee() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="Stalbe's"
|
||||
navItems={[
|
||||
{ name: "Meniu", id: "/" },
|
||||
{ name: "Despre", id: "/despre" },
|
||||
{ name: "Recenzii", id: "/" },
|
||||
{ name: "Contact", id: "/" },
|
||||
{ name: "Locații", id: "/" }
|
||||
]}
|
||||
button={{ text: "Rezervă o masă", href: "/rezervare" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
title="Povestea Stalbe's"
|
||||
description="Descoperă istoria restaurantului nostru, de la pasiune până la succes, cu ingrediente de calitate și serviciu excelent."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Despre Noi"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/grilled-fat-bread-beef-gourmet_1122-2437.jpg?_wi=1", imageAlt: "Stalbe's Chef preparing burgers" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles_23-2148784499.jpg?_wi=1", imageAlt: "Stalbe's signature burgers" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-soda-with-bokeh_23-2148374868.jpg", imageAlt: "Premium burger presentation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-close-up-cheeseburger_23-2151985487.jpg", imageAlt: "Deluxe cheeseburger" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-food_23-2149303582.jpg", imageAlt: "Chicken cheeseburger" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Rezervă o masă", href: "/rezervare" },
|
||||
{ text: "Vezi meniul", href: "/" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="history" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Istoria Noastră"
|
||||
tagIcon={History}
|
||||
title="De la o mică pasiune la un restaurant premium"
|
||||
description="Stalbe's a început ca o mică afacere cu vis mare: să aducă mâncare de calitate în Edineț. Cu ingrediente Premium, echipă dedicată și pasiune pentru gust autentic, am crescut și am ajuns să deservim peste 1000 de clienți mulțumiți. Astazi, suntem prezenti în doua locații și continuam sa ne dezvoltam cu aceeasi dedicatie."
|
||||
metrics={[
|
||||
{ value: "5+", title: "Ani de experiență" },
|
||||
{ value: "2", title: "Locații în Moldovei" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-homemade-sandwich-fork-ketchup-fries-green-black-tray-gray-distressed-isolated-surface-with-free-space_179666-42489.jpg"
|
||||
imageAlt="Stalbe's Restaurant Interior"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="values" data-section="values">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Valorile Noastre"
|
||||
tagIcon={Award}
|
||||
title="Ce ne face speciali"
|
||||
description="La Stalbe's, calitatea și autenticitatea nu sunt negociabile. Folosim doar ingrediente premium, preparate zilnic de echipa noastră talentată. Fiecare mâncare este o promisiune: gust exceptional, porții generoase și o experiență culinară de neuitat. Satisfacția clientului este prioritatea noastră numărul unu."
|
||||
metrics={[
|
||||
{ value: "100%", title: "Ingrediente Fresh" },
|
||||
{ value: "4.7★", title: "Rating Google" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fresh-hamburger-black-gloves_140725-9623.jpg"
|
||||
imageAlt="Stalbe's Premium Preparation"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fresh-hamburger-black-gloves_140725-9623.jpg"
|
||||
imageAlt="Stalbe's Burgers Restaurant"
|
||||
logoText="Stalbe's Burgers"
|
||||
columns={[
|
||||
{
|
||||
title: "Meniu", items: [
|
||||
{ label: "Burgeri", href: "/" },
|
||||
{ label: "Sushi", href: "/" },
|
||||
{ label: "Kebab", href: "/" },
|
||||
{ label: "Deserturi", href: "/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "📞 078 875 088", href: "tel:+37378875088" },
|
||||
{ label: "Edineț", href: "https://maps.google.com" },
|
||||
{ label: "Briceni", href: "https://maps.google.com" },
|
||||
{ label: "Livrare la domiciliu", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "https://www.instagram.com/stalbes_burgers/" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "Google Maps", href: "https://www.google.com/maps/place/Stalbe's+Edinet" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 Stalbe's Burgers. Toate drepturile rezervate."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user