Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -8,7 +8,7 @@ import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { DollarSign, Flame, Zap } from 'lucide-react';
|
||||
import { DollarSign, Flame, Zap, Shield } from 'lucide-react';
|
||||
|
||||
const navItems = [
|
||||
{ name: "Menu", id: "menu" },
|
||||
@@ -100,6 +100,7 @@ export default function LandingPage() {
|
||||
title="Our Popular Menu Items"
|
||||
description="Fresh, tasty burgers and snacks made daily. Order now and enjoy!"
|
||||
tag="Fan Favorites"
|
||||
tagIcon={Shield}
|
||||
products={products}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user