Merge version_14 into main #69
@@ -28,7 +28,7 @@ export default function MenuPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
]}
|
||||
button={{ text: "Order Online", href: "tel:4134197863" }}
|
||||
button={{ text: "Order Online", href: "tel:+14134197863" }}
|
||||
brandName="CRAVE CAFÉ"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import { Coffee, Palette, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,7 +29,7 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" }
|
||||
]}
|
||||
button={{ text: "Order Online", href: "tel:4134197863" }}
|
||||
button={{ text: "Order Online", href: "tel:+14134197863" }}
|
||||
brandName="CRAVE CAFÉ"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user