diff --git a/src/app/despre/page.tsx b/src/app/despre/page.tsx new file mode 100644 index 0000000..784567c --- /dev/null +++ b/src/app/despre/page.tsx @@ -0,0 +1,147 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; + +export default function DesprePage() { + return ( + + + + +
+ +
+ +
+ +
+ +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 46694a4..d691f5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Acasă", id: "#hero"}, { - name: "Despre Noi", id: "#despre"}, + name: "Despre Noi", id: "/despre"}, { name: "Facilități", id: "#facilitati"}, { @@ -93,7 +93,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Află mai multe", href: "#"}, + text: "Află mai multe", href: "/despre"}, ]} /> @@ -179,7 +179,7 @@ export default function LandingPage() { { id: "4", name: "Elena Dumitrescu", role: "Atletă, Campioană Națională", testimonial: "Am avut ocazia să mă antrenez și să concurez pe pista de atletism a stadionului. Condițiile sunt excelente, de nivel european, ceea ce ne permite să ne atingem potențialul maxim.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-616.jpg", imageAlt: "Elena Dumitrescu"}, { - id: "5", name: "Ion Crețu", role: "Student, Organizator Voluntar", testimonial: "Am participat ca voluntar la un concert și am fost impresionat de organizare. Este un spațiu fantastic pentru evenimente mari, cu o logistică foarte bine pusă la punct.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-traveler-looking-phone_23-2148228539.jpg", imageAlt: "Ion Crețu"}, + id: "5", name: "Ion Crețu", role: "Student, Organizator Voluntar", testimonial: "Am participat ca voluntar la un concert și am fost impresionat de organizare. Este un spațiu fantastic pentru evenimente mari, cu o logistică foarte bine pusă la punct.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-traveler-looking-phone_23-2148228539.jpg", alt: "Ion Crețu"}, ]} title="Ce spun Oaspeții Noștri" description="Povești de succes și impresii pozitive de la vizitatori și organizatori de evenimente, care atestă calitatea experiențelor oferite." @@ -230,7 +230,7 @@ export default function LandingPage() { { label: "Acasă", href: "#hero"}, { - label: "Despre Noi", href: "#despre"}, + label: "Despre Noi", href: "/despre"}, { label: "Facilități", href: "#facilitati"}, {