Update src/app/blog/authentic-tenerife-cuisine-guide/page.tsx

This commit is contained in:
2026-03-09 02:34:40 +00:00
parent 20aeec80b5
commit 85ca71c776

View File

@@ -5,7 +5,7 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
import FooterCard from "@/components/sections/footer/FooterCard";
import { MapPin, Chef, Wine, Utensils, Flame, Fish, Instagram, Facebook, Mail } from "lucide-react";
import { MapPin, UtensilsCrossed, Wine, Utensils, Flame, Fish, Instagram, Facebook, Mail } from "lucide-react";
import Link from "next/link";
export default function AuthenticTenerifeCuisineGuidePage() {
@@ -46,7 +46,7 @@ export default function AuthenticTenerifeCuisineGuidePage() {
{ value: "100%", label: "Authentic Flavors" },
]}
tag="Culinary Guide"
tagIcon={Chef}
tagIcon={UtensilsCrossed}
tagAnimation="slide-up"
buttons={[
{ text: "Discover Flavors", href: "/apartments" },
@@ -73,34 +73,22 @@ export default function AuthenticTenerifeCuisineGuidePage() {
features={[
{
icon: Fish,
title: "Fresh Seafood Specialties",
description: "Mojo de huevos, grilled fish, and octopus prepared with local sea salt. Sample authentic preparations at beachfront restaurants.",
},
title: "Fresh Seafood Specialties", description: "Mojo de huevos, grilled fish, and octopus prepared with local sea salt. Sample authentic preparations at beachfront restaurants."},
{
icon: Flame,
title: "Papas Arrugadas",
description: "Wrinkled potatoes boiled in salt water, served with traditional mojo sauce. A humble yet iconic island staple enjoyed everywhere.",
},
title: "Papas Arrugadas", description: "Wrinkled potatoes boiled in salt water, served with traditional mojo sauce. A humble yet iconic island staple enjoyed everywhere."},
{
icon: Wine,
title: "Local Wine Pairings",
description: "Discover volcanic-region wines from Tenerife's wine country. Pair with traditional dishes for authentic tasting experiences.",
},
title: "Local Wine Pairings", description: "Discover volcanic-region wines from Tenerife's wine country. Pair with traditional dishes for authentic tasting experiences."},
{
icon: Chef,
title: "Traditional Ropa Vieja",
description: "Slow-cooked shredded beef with peppers and tomatoes. A comfort food that represents island home cooking traditions.",
},
icon: UtensilsCrossed,
title: "Traditional Ropa Vieja", description: "Slow-cooked shredded beef with peppers and tomatoes. A comfort food that represents island home cooking traditions."},
{
icon: Utensils,
title: "Gofio Traditions",
description: "Toasted grain flour used in both sweet and savory dishes. Try gofio escaldao or mix with local honey for authentic treats.",
},
title: "Gofio Traditions", description: "Toasted grain flour used in both sweet and savory dishes. Try gofio escaldao or mix with local honey for authentic treats."},
{
icon: Flame,
title: "Tapas Culture",
description: "Small plates of jamón ibérico, patatas bravas, and croquetas. Experience social dining at local bars and restaurants.",
},
title: "Tapas Culture", description: "Small plates of jamón ibérico, patatas bravas, and croquetas. Experience social dining at local bars and restaurants."},
]}
/>
</div>
@@ -112,19 +100,13 @@ export default function AuthenticTenerifeCuisineGuidePage() {
socialLinks={[
{
icon: Instagram,
href: "https://instagram.com/holidaytenerifeswouth",
ariaLabel: "Follow us on Instagram",
},
href: "https://instagram.com/holidaytenerifeswouth", ariaLabel: "Follow us on Instagram"},
{
icon: Facebook,
href: "https://facebook.com/holidaytenerifeswouth",
ariaLabel: "Follow us on Facebook",
},
href: "https://facebook.com/holidaytenerifeswouth", ariaLabel: "Follow us on Facebook"},
{
icon: Mail,
href: "mailto:info@holidaytenerifeswouth.com",
ariaLabel: "Email us",
},
href: "mailto:info@holidaytenerifeswouth.com", ariaLabel: "Email us"},
]}
/>
</div>