From 35efba29f8eccb81ed248161c6770f2377b52724 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:58:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 64 ++++++++++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d0a418..4b2b1b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Clock, Flame, Heart, Home, MapPin, Moon, Star, Sun, Utensils, Users } from "lucide-react"; +import { Clock, Flame, Heart, Home, MapPin, Moon, Phone, Star, Sun, Utensils, Users } from "lucide-react"; export default function VestaLunch() { return ( @@ -37,7 +37,8 @@ export default function VestaLunch() { { name: "Location", id: "location" }, ]} button={{ - text: "Order Now", href: "https://www.ubereats.com"}} + text: "Call Now", href: "tel:(416)537-4318" + }} /> @@ -50,8 +51,8 @@ export default function VestaLunch() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Call Now", href: "tel:(416)537-4318" }, - { text: "Order Takeout", href: "https://www.ubereats.com" }, + { text: "☎️ Call (416) 537-4318", href: "tel:(416)537-4318" }, + { text: "🛵 Order Takeout", href: "https://www.ubereats.com" }, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-with-superhero-suit-cinema_23-2150944485.jpg" @@ -72,7 +73,8 @@ export default function VestaLunch() { imageAlt="Classic diner counter with chrome stools and warm lighting" buttons={[ { - text: "Get Directions", href: "https://maps.google.com/?q=474+Dupont+St+Toronto"}, + text: "📍 Get Directions to 474 Dupont St", href: "https://maps.google.com/?q=474+Dupont+St+Toronto" + }, ]} buttonAnimation="slide-up" useInvertedBackground={false} @@ -93,16 +95,20 @@ export default function VestaLunch() { products={[ { id: "1", brand: "Breakfast All Day", name: "Eggs & Bacon with Home Fries", price: "$12.99", rating: 5, - reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-red-pepper-pan-near-sliced-black-bread-wooden-board_181624-2508.jpg", imageAlt: "Classic eggs and bacon breakfast plate"}, + reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/omelette-with-red-pepper-pan-near-sliced-black-bread-wooden-board_181624-2508.jpg", imageAlt: "Classic eggs and bacon breakfast plate" + }, { id: "2", brand: "Char-Grilled", name: "Banquet Burger & Fries", price: "$14.99", rating: 5, - reviewCount: "350+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-wooden-board-with-burger-fries_23-2148238494.jpg", imageAlt: "Juicy burger with crispy fries"}, + reviewCount: "350+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-wooden-board-with-burger-fries_23-2148238494.jpg", imageAlt: "Juicy burger with crispy fries" + }, { id: "3", brand: "Greek Specialty", name: "Chicken Souvlaki", price: "$13.49", rating: 5, - reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/pan-with-shish-kebab-near-rosemary_23-2147717064.jpg", imageAlt: "Grilled chicken souvlaki with pita"}, + reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/pan-with-shish-kebab-near-rosemary_23-2147717064.jpg", imageAlt: "Grilled chicken souvlaki with pita" + }, { id: "4", brand: "Canadian Classic", name: "Poutine", price: "$9.99", rating: 5, - reviewCount: "420+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-taking-fries_23-2149455103.jpg", imageAlt: "Golden fries with gravy and cheese curds"}, + reviewCount: "420+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-taking-fries_23-2149455103.jpg", imageAlt: "Golden fries with gravy and cheese curds" + }, ]} /> @@ -120,13 +126,16 @@ export default function VestaLunch() { features={[ { icon: Moon, - title: "Late-Night Eats", description: "Full menu available whenever cravings strike. Burgers, breakfast, or Greek specials at 3 AM."}, + title: "Late-Night Eats", description: "Full menu available whenever cravings strike. Burgers, breakfast, or Greek specials at 3 AM." + }, { icon: Sun, - title: "Early Breakfast", description: "Eggs, bacon, and coffee ready when you wake up. Perfect before work or study sessions."}, + title: "Early Breakfast", description: "Eggs, bacon, and coffee ready when you wake up. Perfect before work or study sessions." + }, { - icon: Users, - title: "Friendly Staff", description: "Local team who know your order. Always welcoming, always ready to chat."}, + icon: Phone, + title: "Quick Call Orders", description: "Phone (416) 537-4318 anytime to place your order. We'll have it ready when you arrive." + }, ]} /> @@ -168,12 +177,14 @@ export default function VestaLunch() { tagIcon={MapPin} tagAnimation="slide-up" title="474 Dupont St, Toronto" - description="Open 24 hours. Call ahead for quick orders, or stop by for counter seating. We're located at Dupont & Bathurst, walking distance from Dupont Station. Free street parking usually available after 9 PM." + description="Open 24 hours, 7 days a week. Call ahead for quick orders, or stop by for counter seating. We're located at Dupont & Bathurst, walking distance from Dupont Station. Free street parking usually available after 9 PM." buttons={[ { - text: "Get Directions", href: "https://maps.google.com/?q=474+Dupont+St+Toronto+ON+M5R+1W5"}, + text: "📍 Get Directions", href: "https://maps.google.com/?q=474+Dupont+St+Toronto+ON+M5R+1W5" + }, { - text: "Call (416) 537-4318", href: "tel:(416)537-4318"}, + text: "☎️ Call (416) 537-4318", href: "tel:(416)537-4318" + }, ]} buttonAnimation="slide-up" background={{ variant: "plain" }} @@ -190,25 +201,26 @@ export default function VestaLunch() { columns={[ { title: "Hours", items: [ - { label: "Open 24 Hours", href: "#" }, - { label: "Breakfast All Day", href: "#" }, - { label: "Late-Night Menu", href: "#" }, + { label: "☀️ Open 24 Hours", href: "#" }, + { label: "🍳 Breakfast All Day", href: "#" }, + { label: "🌙 Late-Night Menu", href: "#" }, ], }, { title: "Contact", items: [ - { label: "Phone: (416) 537-4318", href: "tel:(416)537-4318" }, + { label: "☎️ (416) 537-4318", href: "tel:(416)537-4318" }, { - label: "474 Dupont St, Toronto", href: "https://maps.google.com/?q=474+Dupont+St+Toronto"}, - { label: "Order Online", href: "https://www.ubereats.com" }, + label: "📍 474 Dupont St, Toronto", href: "https://maps.google.com/?q=474+Dupont+St+Toronto" + }, + { label: "🛵 Order Online", href: "https://www.ubereats.com" }, ], }, { title: "Menu", items: [ - { label: "Breakfast", href: "#popular-dishes" }, - { label: "Burgers", href: "#popular-dishes" }, - { label: "Greek Specials", href: "#popular-dishes" }, - { label: "Sides & Drinks", href: "#popular-dishes" }, + { label: "🍳 Breakfast", href: "#popular-dishes" }, + { label: "🍔 Burgers", href: "#popular-dishes" }, + { label: "🍢 Greek Specials", href: "#popular-dishes" }, + { label: "🍟 Sides & Drinks", href: "#popular-dishes" }, ], }, ]} -- 2.49.1