diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 3ebac4f..27bf2c4 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Home",
- "href": "#hero"
+ "name": "Home", "href": "#hero"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Quiz",
- "href": "#quiz-categories"
+ "name": "Quiz", "href": "#quiz-categories"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Gallery",
- "href": "#gallery"
+ "name": "Gallery", "href": "#gallery"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
},
{
- "name": "Impossible Trivia",
- "href": "#impossible-trivia"
+ "name": "Impossible Trivia", "href": "#impossible-trivia"
}
];
@@ -42,56 +35,44 @@ export default function Layout() {
+ logo="ManarQuiz"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=gj9svy"
+ ctaButton={{
+ text: "Start Quiz", href: "#quiz-categories"}}
+ navItems={navItems}
+ />
+ label: "Privacy", href: "#"},
+ ]}
+ imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=gj9svy"
+ />
);