Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-03-08 06:45:54 +00:00
parent e85bffccb4
commit 75c2bf7bc8

View File

@@ -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, Shield } from 'lucide-react';
import { DollarSign, Flame, Zap } from 'lucide-react';
const navItems = [
{ name: "Menu", id: "menu" },
@@ -100,7 +100,6 @@ 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}