diff --git a/src/app/page.tsx b/src/app/page.tsx index e6151b5..48f4ba7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Instagram, Facebook } from "lucide-react"; export default function GoodysLandingPage() { return ( @@ -57,10 +56,10 @@ export default function GoodysLandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "The Original Goody Burger", price: "$12.99", variant: "Classic", imageSrc: "https://img.b2bpic.net/free-photo/delicious-burger-with-fresh-ingredients_23-2148946765.jpg" + id: "1", name: "The Original Goody Burger", price: "$12.99", variant: "Classic", imageSrc: "https://img.b2bpic.net/free-photo/delicious-burger-with-fresh-ingredients_23-2148946765.jpg" }, { - id: "2", name: "Goody Double Cheese", price: "$15.99", variant: "Double Patty", imageSrc: "https://img.b2bpic.net/free-photo/juicy-beef-burger-with-cheese-lettuce-tomato_23-2148946764.jpg" + id: "2", name: "Goody Double Cheese", price: "$15.99", variant: "Double Patty", imageSrc: "https://img.b2bpic.net/free-photo/juicy-beef-burger-with-cheese-lettuce-tomato_23-2148946764.jpg" } ]} /> @@ -75,7 +74,7 @@ export default function GoodysLandingPage() { useInvertedBackground={true} groups={[ { - id: "club-1", groupTitle: "Member Benefits", members: [ + id: "club-1", groupTitle: "Member Benefits", members: [ { id: "mem-1", title: "Free Fries", subtitle: "Every Friday", detail: "Get a free side of fries with every burger order!" }, { id: "mem-2", title: "Birthday Treat", subtitle: "Special Day", detail: "A complimentary burger on your birthday!" } ] @@ -87,7 +86,7 @@ export default function GoodysLandingPage() {