Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -10,6 +10,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import ButtonExpandHover from '@/components/button/ButtonExpandHover';
|
||||
import { Flame, Pizza, Clock, Heart, Star, Facebook, Instagram, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -118,6 +119,9 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "View Full Menu", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Menu specialties and products"
|
||||
priceButtonProps={{
|
||||
children: <ButtonExpandHover text="Order" />
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user