From 2eb0a96efc0e3c03b4d8ad307753e1827feb8ecd Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Wed, 3 Jun 2026 16:38:51 +0000 Subject: [PATCH] Deploy --- src/components/sections/AboutSection.tsx | 59 ++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/components/sections/AboutSection.tsx diff --git a/src/components/sections/AboutSection.tsx b/src/components/sections/AboutSection.tsx new file mode 100644 index 0000000..c1bf18c --- /dev/null +++ b/src/components/sections/AboutSection.tsx @@ -0,0 +1,59 @@ +import Image from 'next/image' +import { Check } from 'lucide-react' + +export default function AboutSection() { + return ( +
+
+
+
+ La Roc kitchen team preparing fresh ingredients +
+
+

Nuestra Historia

+

+ From Granada to Your Table +

+

+ Chef Miguel Torres trained for over a decade in the kitchens of Granada's finest restaurants, mastering the art of Andalusian cuisine. In 2019, he brought his family's recipes to our city, sourcing Iberian ham directly from Jabugo and using organic olive oil from Jaén. +

+
    +
  • + + Hand-picked seafood delivered daily from Galician coasts +
  • +
  • + + Traditional wood-fired oven for authentic paella texture +
  • +
  • + + Award-winning sangria based on a century-old family recipe +
  • +
+
+
+

15+

+

Years Experience

+
+
+

200+

+

Traditional Recipes

+
+
+

98%

+

Guest Satisfaction

+
+
+
+
+
+
+ ) +} \ No newline at end of file