diff --git a/src/app/page.tsx b/src/app/page.tsx index 75be3e6..a4c4ce2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { MapPin } from "lucide-react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; export default function LandingPage() { return ( @@ -161,43 +160,12 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} ctaTitle="Stop By Today" - ctaDescription="Generous scoops, unbeatable prices, and a family tradition in Reed City. Your sweetest stop is here!" + ctaDescription="Find us in Reed City, Michigan, for generous scoops and a truly special experience. We're worth the drive, every time! Your next sweet stop starts here." ctaButton={{ text: "Get Directions", href: "https://maps.google.com/?q=Dairy+Depot+Reed+City+Michigan" }} ctaIcon={MapPin} - faqs={[ - { - id: "location", title: "Where are you located?", content: "Dairy Depot is conveniently located in Reed City, Michigan, right off the main road." - }, - { - id: "parking-seating", title: "Do you have parking or seating?", content: "We offer ample parking for all our guests. Enjoy your treats at our outdoor seating areas, perfect for families and friends." - }, - { - id: "ordering", title: "How does ordering work?", content: "All orders are walk-up service, ensuring quick and friendly service every time. Come on down, tell us what you're craving, and we'll whip it up fast!" - } - ]} - /> - - -
-