diff --git a/src/app/page.tsx b/src/app/page.tsx index 61c0bd0..3ab6319 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,25 +12,15 @@ import BlogCardOne from "@/components/sections/blog/BlogCardOne"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Sparkles, Zap, Shield, TrendingUp, Phone, MapPin } from "lucide-react"; - -const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "story" }, - { name: "Services", id: "experience" }, - { name: "Contact", id: "visit" }, -]; +import { Star, Zap, Shield, TrendingUp, Users, Globe, CheckCircle, Sparkles } from "lucide-react"; export default function Home() { - const handleCallClick = () => { - window.location.href = "tel:+36302345678"; - }; - - const handleDirectionsClick = () => { - window.open( - "https://maps.google.com/?q=Vito's+Napoletana+Pizzeria+Szekesfehervár", "_blank" - ); - }; + const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "story" }, + { name: "Experience", id: "experience" }, + { name: "Contact", id: "cta" }, + ]; return ( - {/* Sticky Top Navigation */} -
-
-
Vito's Napoletana Pizzéria
-
- - -
-
-
- - {/* Floating Action Buttons */} -
- - -
- - {/* Google Rating Widget */} -
-
-
- {[...Array(5)].map((_, i) => ( - - ))} -
- 4.8 -
-

Based on 247 reviews

-

Vito's Napoletana Pizzéria

-
- - {/* Main Navigation */} -