Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||||
import { Sparkles, Package, Pizza, BowlFood } from "lucide-react";
|
import { Sparkles, Package, Pizza } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -52,7 +52,6 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-lampshade-wooden-chest-with-books-it-placed-garden_181624-5463.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/wooden-lampshade-wooden-chest-with-books-it-placed-garden_181624-5463.jpg"
|
||||||
imageAlt="MAD Brothers restaurant exterior at evening"
|
imageAlt="MAD Brothers restaurant exterior at evening"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
useInvertedBackground={false}
|
|
||||||
textPosition="bottom"
|
textPosition="bottom"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
/>
|
/>
|
||||||
@@ -100,7 +99,7 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Beef Nachos", description: "Loaded with seasoned beef, melted cheese, and fresh toppings. Our nachos are perfect for sharing and a guaranteed hit!", icon: BowlFood,
|
title: "Beef Nachos", description: "Loaded with seasoned beef, melted cheese, and fresh toppings. Our nachos are perfect for sharing and a guaranteed hit!", icon: Package,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-fruit-salad-with-tortilla-chips_23-2148283058.jpg", imageAlt: "Loaded Beef Nachos platter" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-fruit-salad-with-tortilla-chips_23-2148283058.jpg", imageAlt: "Loaded Beef Nachos platter" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-spicy-chips-inside-plate-light-blue-background-chips-snack-color-crisp_140725-64931.jpg", imageAlt: "Beef Nachos with guacamole and salsa" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-spicy-chips-inside-plate-light-blue-background-chips-snack-color-crisp_140725-64931.jpg", imageAlt: "Beef Nachos with guacamole and salsa" }
|
||||||
@@ -205,7 +204,6 @@ export default function LandingPage() {
|
|||||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 MAD Brothers. All rights reserved."
|
copyrightText="© 2024 MAD Brothers. All rights reserved."
|
||||||
useInvertedBackground={true}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user