Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -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!"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="final-cta" data-section="final-cta">
|
||||
<ContactCTA
|
||||
tag="Deliciousness Awaits"
|
||||
title="Come Hungry. Leave Happy."
|
||||
description="Ready for the biggest scoops and the happiest smiles? Dairy Depot is your destination for unforgettable treats and family fun. Visit us today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Today", href: "#visit-us"
|
||||
},
|
||||
{
|
||||
text: "View Menu", href: "#our-menu"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{
|
||||
variant: "sparkles-gradient"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
faqs={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user