From deb39dea7cf025be39a4f2e310da0a03cc415144 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:53:53 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 128 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 124 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5610879..7b49ee0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; +import { MapPin, Phone, Mail, Facebook, Instagram, Linkedin, Twitter } from 'lucide-react'; export default function AgoraLanding() { return ( @@ -32,7 +33,9 @@ export default function AgoraLanding() { { name: "About", id: "about" }, { name: "The Sandwich", id: "signature" }, { name: "Why Agora", id: "features" }, - { name: "Reviews", id: "testimonial" } + { name: "Reviews", id: "testimonial" }, + { name: "Location", id: "location" }, + { name: "Gallery", id: "gallery" } ]} button={{ text: "Order Now", href: "https://wolt.com" @@ -51,7 +54,7 @@ export default function AgoraLanding() { imageAlt="Legendary Agora beef prosciutto sandwich" buttons={[ { text: "Order Now on Wolt", href: "https://wolt.com" }, - { text: "Call +383 38 123 456", href: "tel:+38338123456" } + { text: "Call +383 45 363 636", href: "tel:+38345363636" } ]} buttonAnimation="blur-reveal" /> @@ -158,6 +161,115 @@ export default function AgoraLanding() { /> +
+
+
+

Visit Us

+

Located in the heart of Prishtina, Kosovo. Come experience the legendary Agora sandwich in person.

+
+ +
+ {/* Map Section */} +
+