Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 768d638cb8 | |||
| b9ba87069e |
@@ -1262,4 +1262,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={UtensilsCrossed}
|
tagIcon={UtensilsCrossed}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Make a Reservation", href: "contact" },
|
{ text: "Make a Reservation", href: "contact" },
|
||||||
{ text: "View Our Menu", href: "features" }
|
{ text: "View Our Menu", href: "www.webild.io" }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg"
|
||||||
imageAlt="Elegant Italian restaurant dining room with warm lighting"
|
imageAlt="Elegant Italian restaurant dining room with warm lighting"
|
||||||
@@ -197,4 +197,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user