diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index e75ef21..0e834c0 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": "Experience",
- "href": "#features"
+ "name": "Experience", "href": "#features"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Gallery",
- "href": "#gallery"
+ "name": "Gallery", "href": "#gallery"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -42,12 +35,12 @@ export default function Layout() {
+ logo="Casa Angelina"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=ksroxy"
+ ctaButton={{
+ text: "Book Now", href: "#contact"}}
+ navItems={navItems}
+ />
@@ -59,33 +52,21 @@ export default function Layout() {
{
items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Retreats",
- href: "#features",
- },
+ label: "Retreats", href: "#features"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
{
- label: "Legal",
- href: "#",
- },
+ label: "Legal", href: "#"},
],
},
]}