From 039d4d443f287a75a32e33178222e9f49b9737c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:35:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 280 ++++++++++++++++------------------------------- 1 file changed, 93 insertions(+), 187 deletions(-) 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 */} -