diff --git a/src/app/page.tsx b/src/app/page.tsx index 2269937..a21c712 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Jeny's Tacos", logoIcon: Utensils, - imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-100135.jpg?_wi=1", imageAlt: "Fresh delicious tacos", searchPlaceholder: "Browse our menu...", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-100135.jpg", imageAlt: "Fresh delicious tacos", searchPlaceholder: "Browse our menu...", sidebarItems: [ { icon: Clock }, { icon: MapPin }, { icon: Phone } @@ -63,9 +63,9 @@ export default function LandingPage() { { text: "Get Directions", href: "#location" } ], stats: [ - { title: "Years Serving", values: ["5", "7", "10"], description: "Local favorite since opening" }, - { title: "Happy Customers", values: ["2000", "3500", "5000"], valueSuffix: "+", description: "Who love our tacos" }, - { title: "Rating", values: ["4.2", "4.4", "4.5"], description: "Stars on Google reviews" } + { title: "Years Serving", values: [5, 7, 10], description: "Local favorite since opening" }, + { title: "Happy Customers", values: [2000, 3500, 5000], valueSuffix: "+", description: "Who love our tacos" }, + { title: "Rating", values: [4.2, 4.4, 4.5], description: "Stars on Google reviews" } ], listTitle: "What Customers Say", listItems: [ { icon: Heart, title: "You get so much for the price!", status: "Most Filling" }, @@ -171,7 +171,7 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { id: "1", value: "11", title: "AM - 1:30 PM", description: "Lunch Rush Hours", icon: Sun }, - { id: "2", value: "3:30", title: "PM - 7:00 PM", description: "Dinner Service", icon: Moon }, + { id: "2", value: "330", title: "PM - 7:00 PM", description: "Dinner Service", icon: Moon }, { id: "3", value: "CLOSED", title: "Sundays", description: "Family Day Off", icon: X } ]} gridVariant="uniform-all-items-equal" @@ -188,7 +188,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-100135.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-100135.jpg" imageAlt="Fresh tacos waiting for you" mediaAnimation="opacity" mediaPosition="right"