From b74d2d07dde9b77c1a4a13c46ec6dda9a7bbab99 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:03:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8966342..d6708b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import BlogCardOne from "@/components/sections/blog/BlogCardOne"; import ContactText from "@/components/sections/contact/ContactText"; import FaqBase from "@/components/sections/faq/FaqBase"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Check, Heart, Star, Camera, MapPin } from "lucide-react"; +import { Check, Heart, Star, Camera, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -246,16 +246,17 @@ export default function LandingPage() { useInvertedBackground={false} faqsAnimation="slide-up" tagAnimation="slide-up" + animationType="instant" faqs={[ + { + id: "phone", title: "
(219) 690-3115
", content: "Call Now" + }, { id: "address", title: "Where Are We Located?", content: "Don Delfis House of Pancakes
151 Deanna Dr
Lowell, IN 46356

Get Directions →" }, { id: "hours", title: "What Are Your Hours?", content: "Open Daily
Opens at 6:00 AM
Perfect for early risers and breakfast lovers!

Dine-in, Takeout, and Catering Available" }, - { - id: "phone", title: "How Can I Contact You?", content: "Phone: (219) 690-3115

Call ahead to skip the wait or ask about our specials!" - }, { id: "pricing", title: "What's Your Price Range?", content: "Affordable & Hearty
$10-$20 per person

Great value for the generous portions and quality ingredients we serve." } @@ -295,4 +296,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1