Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b6b31d278 | |||
| 5ee0c53679 | |||
| 54da8826aa | |||
| f4b4c08494 |
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Clock, Star, Utensils } from "lucide-react";
|
||||
import { Clock, Star, Utensils, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -106,6 +106,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Everything a great local Italian spot should have."
|
||||
buttons={[
|
||||
{ text: "Order Online Now", href: "#order" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user