Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8797ae50d | |||
| 21b8e6b2ed | |||
| a7cf3e6400 |
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
|||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import { Award, Heart, Utensils } from "lucide-react";
|
import { Award, Heart, Utensils, Phone } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Reservar Mesa", href: "#contact"},
|
text: "Reservar Mesa", href: "#contact"},
|
||||||
{
|
{
|
||||||
text: "Ver Menu", href: "#products"},
|
text: "Ligue Agora: 22 406 1928", href: "tel:+351224061928"},
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -213,4 +213,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user