Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a01c8c67fa | |||
| 1dfe124c50 |
@@ -1,6 +1,6 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { Coffee, Sparkles, Heart, HelpCircle, MessageSquare } from "lucide-react";
|
import { Coffee, Sparkles, Heart, HelpCircle, MessageSquare, Linkedin } from "lucide-react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
@@ -109,7 +109,8 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "See Full Menu", href: "#" }
|
{ text: "See Full Menu", href: "#" },
|
||||||
|
{ text: "Follow on LinkedIn", href: "https://linkedin.com" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user