Merge version_3 into main #4
@@ -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: "<div style='display: flex; align-items: center; gap: 0.75rem;'><svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'></path></svg><span style='font-size: 1.875rem; font-weight: 700;'>(219) 690-3115</span></div>", content: "<a href='tel:(219)690-3115' style='display: inline-block; padding: 0.75rem 1.5rem; background: currentColor; color: white; border-radius: 0.5rem; text-decoration: none; font-weight: 600; margin-top: 1rem;'>Call Now</a>"
|
||||
},
|
||||
{
|
||||
id: "address", title: "Where Are We Located?", content: "<strong>Don Delfis House of Pancakes</strong><br/>151 Deanna Dr<br/>Lowell, IN 46356<br/><br/><a href='https://maps.google.com/?q=151+Deanna+Dr+Lowell+IN+46356' target='_blank' class='underline'>Get Directions →</a>"
|
||||
},
|
||||
{
|
||||
id: "hours", title: "What Are Your Hours?", content: "<strong>Open Daily</strong><br/>Opens at 6:00 AM<br/>Perfect for early risers and breakfast lovers!<br/><br/>Dine-in, Takeout, and Catering Available"
|
||||
},
|
||||
{
|
||||
id: "phone", title: "How Can I Contact You?", content: "<strong>Phone:</strong> <a href='tel:(219)690-3115' class='underline font-semibold'>(219) 690-3115</a><br/><br/>Call ahead to skip the wait or ask about our specials!"
|
||||
},
|
||||
{
|
||||
id: "pricing", title: "What's Your Price Range?", content: "<strong>Affordable & Hearty</strong><br/>$10-$20 per person<br/><br/>Great value for the generous portions and quality ingredients we serve."
|
||||
}
|
||||
@@ -295,4 +296,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user