diff --git a/src/app/page.tsx b/src/app/page.tsx
index e5442ff..71b98cd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,8 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Award, Coffee, Flame, Users } from "lucide-react";
+import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
+import { Award, Coffee, Flame, Users, Fish, Salad, Croissant } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,26 +30,11 @@ export default function LandingPage() {
@@ -56,95 +42,12 @@ export default function LandingPage() {
@@ -154,18 +57,9 @@ export default function LandingPage() {
title="A Legacy of Culinary Tradition"
description="At Sabor de Torozos, we are dedicated to celebrating Valladolid’s culinary heritage through premium ingredients and artisanal preparation."
metrics={[
- {
- value: "15+",
- title: "Years of Tradition",
- },
- {
- value: "100%",
- title: "Local Ingredients",
- },
- {
- value: "5*",
- title: "Customer Experience",
- },
+ { value: "15+", title: "Years of Tradition" },
+ { value: "100%", title: "Local Ingredients" },
+ { value: "5*", title: "Customer Experience" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-brushing-sauce-dip-bbq-meat_23-2147840958.jpg"
imageAlt="Authentic Spanish restaurant dining experience"
@@ -174,68 +68,25 @@ export default function LandingPage() {
/>
-
);
-}
+}
\ No newline at end of file