1 Commits

Author SHA1 Message Date
35efba29f8 Update src/app/page.tsx 2026-03-07 19:58:24 +00:00

View File

@@ -9,7 +9,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia"; 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() { export default function VestaLunch() {
return ( return (
@@ -37,7 +37,8 @@ export default function VestaLunch() {
{ name: "Location", id: "location" }, { name: "Location", id: "location" },
]} ]}
button={{ button={{
text: "Order Now", href: "https://www.ubereats.com"}} text: "Call Now", href: "tel:(416)537-4318"
}}
/> />
</div> </div>
@@ -50,8 +51,8 @@ export default function VestaLunch() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ text: "Call Now", href: "tel:(416)537-4318" }, { text: "☎️ Call (416) 537-4318", href: "tel:(416)537-4318" },
{ text: "Order Takeout", href: "https://www.ubereats.com" }, { text: "🛵 Order Takeout", href: "https://www.ubereats.com" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-with-superhero-suit-cinema_23-2150944485.jpg" 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" imageAlt="Classic diner counter with chrome stools and warm lighting"
buttons={[ 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" buttonAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -93,16 +95,20 @@ export default function VestaLunch() {
products={[ products={[
{ {
id: "1", brand: "Breakfast All Day", name: "Eggs & Bacon with Home Fries", price: "$12.99", rating: 5, 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, 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, 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, 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"
},
]} ]}
/> />
</div> </div>
@@ -120,13 +126,16 @@ export default function VestaLunch() {
features={[ features={[
{ {
icon: Moon, 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, 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, icon: Phone,
title: "Friendly Staff", description: "Local team who know your order. Always welcoming, always ready to chat."}, title: "Quick Call Orders", description: "Phone (416) 537-4318 anytime to place your order. We'll have it ready when you arrive."
},
]} ]}
/> />
</div> </div>
@@ -168,12 +177,14 @@ export default function VestaLunch() {
tagIcon={MapPin} tagIcon={MapPin}
tagAnimation="slide-up" tagAnimation="slide-up"
title="474 Dupont St, Toronto" 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={[ 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" buttonAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
@@ -190,25 +201,26 @@ export default function VestaLunch() {
columns={[ columns={[
{ {
title: "Hours", items: [ title: "Hours", items: [
{ label: "Open 24 Hours", href: "#" }, { label: "☀️ Open 24 Hours", href: "#" },
{ label: "Breakfast All Day", href: "#" }, { label: "🍳 Breakfast All Day", href: "#" },
{ label: "Late-Night Menu", href: "#" }, { label: "🌙 Late-Night Menu", href: "#" },
], ],
}, },
{ {
title: "Contact", items: [ 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: "📍 474 Dupont St, Toronto", href: "https://maps.google.com/?q=474+Dupont+St+Toronto"
{ label: "Order Online", href: "https://www.ubereats.com" }, },
{ label: "🛵 Order Online", href: "https://www.ubereats.com" },
], ],
}, },
{ {
title: "Menu", items: [ title: "Menu", items: [
{ label: "Breakfast", href: "#popular-dishes" }, { label: "🍳 Breakfast", href: "#popular-dishes" },
{ label: "Burgers", href: "#popular-dishes" }, { label: "🍔 Burgers", href: "#popular-dishes" },
{ label: "Greek Specials", href: "#popular-dishes" }, { label: "🍢 Greek Specials", href: "#popular-dishes" },
{ label: "Sides & Drinks", href: "#popular-dishes" }, { label: "🍟 Sides & Drinks", href: "#popular-dishes" },
], ],
}, },
]} ]}