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