From 1bc0a693c5cd29dfb48db2e59550c9884d4fa51e Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Wed, 3 Jun 2026 16:38:52 +0000 Subject: [PATCH] Deploy --- src/components/sections/HeroSection.tsx | 40 +++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/components/sections/HeroSection.tsx diff --git a/src/components/sections/HeroSection.tsx b/src/components/sections/HeroSection.tsx new file mode 100644 index 0000000..f886777 --- /dev/null +++ b/src/components/sections/HeroSection.tsx @@ -0,0 +1,40 @@ +import Image from 'next/image' +import Button from '@/components/ui/Button' + +export default function HeroSection() { + return ( +
+ Warm Spanish restaurant interior with candlelit tables +
+
+

Bienvenidos a

+

+ La Roc +

+

+ Authentic Spanish cuisine crafted with tradition from the heart of Granada. + Every dish is a celebration of Iberian passion. +

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