Merge version_1 into main #3
@@ -67,15 +67,15 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Premium Protein", values: ["Chicken", "Steak", "Tofu"],
|
||||
title: "Premium Protein", values: [95, 88, 92],
|
||||
description: "Fire-kissed to perfection"
|
||||
},
|
||||
{
|
||||
title: "100% Safe", values: ["Gluten", "Dairy", "Nuts"],
|
||||
title: "100% Safe", values: [100, 100, 100],
|
||||
description: "No allergenic concerns"
|
||||
},
|
||||
{
|
||||
title: "House-Made", values: ["Daily", "Fresh", "Crisp"],
|
||||
title: "House-Made", values: [24, 12, 8],
|
||||
description: "Slaw prepared fresh daily"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user