diff --git a/public/blog-pic.jpg b/public/blog-pic.jpg new file mode 100644 index 0000000..6bf6eb7 Binary files /dev/null and b/public/blog-pic.jpg differ diff --git a/public/gradient.avif b/public/gradient.avif new file mode 100644 index 0000000..be1d43d Binary files /dev/null and b/public/gradient.avif differ diff --git a/src/components/Pattern.astro b/src/components/Pattern.astro new file mode 100644 index 0000000..594a57c --- /dev/null +++ b/src/components/Pattern.astro @@ -0,0 +1,15 @@ +
+ + +
\ No newline at end of file diff --git a/src/data.js b/src/data.js index 0571e2f..d579c16 100644 --- a/src/data.js +++ b/src/data.js @@ -1,8 +1,9 @@ export const navLinks = [ - { index: 1, name: "Acasă", href: "/" }, - { index: 2, name: "Blog", href: "/blog" }, - { index: 3, name: "Despre", href: "/despre" }, - { index: 4, name: "Contact", href: "/#contact" }, + { index: 1, name: "Home", href: "/" }, + { index: 2, name: "Blog", href: "/blog/" }, + { index: 3, name: "Despre", href: "/despre/" }, + { index: 4, name: "Regulament", href: "/regulament/" }, + { index: 5, name: "Confidențialitate", href: "/confidentialitate/" }, ]; export const sponsors = [ diff --git a/src/layouts/OtherLayout.astro b/src/layouts/OtherLayout.astro index e33b8d8..c9591e8 100644 --- a/src/layouts/OtherLayout.astro +++ b/src/layouts/OtherLayout.astro @@ -1,6 +1,7 @@ --- import Navbar from "../components/Navbar.astro"; import Footer from "../components/Footer.astro"; +import Pattern from "../components/Pattern.astro"; interface Props { title: string; @@ -38,6 +39,7 @@ const { title } = Astro.props; > +