diff --git a/src/app/page.tsx b/src/app/page.tsx index 33a3df6..3a4d570 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,6 +22,8 @@ import { Star, Utensils, UtensilsCrossed, + Home, + Phone, } from "lucide-react"; export default function LandingPage() { @@ -48,7 +50,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Order Online", href: "https://example.com/order"}} + text: "Order Online", href: "https://example.com/order" + }} animateOnLoad={true} /> @@ -69,9 +72,9 @@ export default function LandingPage() { dashboard={{ title: "Today's Specials", logoIcon: UtensilsCrossed, imageSrc: "http://img.b2bpic.net/free-photo/mama-shrimp-white-plate_1150-22073.jpg", imageAlt: "ceviche seafood fresh coastal citrus", searchPlaceholder: "Search dishes...", sidebarItems: [ - { icon: "Home", active: true }, - { icon: "ShoppingCart", active: false }, - { icon: "Phone", active: false }, + { icon: Home, active: true }, + { icon: ShoppingCart, active: false }, + { icon: Phone, active: false }, ], buttons: [ { text: "Order Now", href: "https://example.com/order" }, @@ -79,14 +82,17 @@ export default function LandingPage() { ], stats: [ { - title: "Fresh Ingredients", values: ["100%", "100%", "100%"], - valuePrefix: "", description: "Daily sourced seafood"}, + title: "Fresh Ingredients", values: [100, 100, 100], + valuePrefix: "%", description: "Daily sourced seafood" + }, { - title: "Customer Rating", values: ["4.9", "4.8", "4.9"], - valueSuffix: "/5", description: "From 500+ reviews"}, + title: "Customer Rating", values: [4.9, 4.8, 4.9], + valueSuffix: "/5", description: "From 500+ reviews" + }, { - title: "Delivery Time", values: ["15", "20", "15"], - valueSuffix: " min", description: "Average delivery"}, + title: "Delivery Time", values: [15, 20, 15], + valueSuffix: " min", description: "Average delivery" + }, ], chartTitle: "Weekly Orders", chartData: [ { value: 45 }, @@ -108,7 +114,8 @@ export default function LandingPage() { @@ -201,7 +216,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Coastal Food Magazine", "Local Eats Guide", "Seafood Excellence Award", "Best of the City", "Hidden Gems", "Taste of Authentic Mexico", "Chef's Choice Network", "Food Lovers Community"]} + "Coastal Food Magazine", "Local Eats Guide", "Seafood Excellence Award", "Best of the City", "Hidden Gems", "Taste of Authentic Mexico", "Chef's Choice Network", "Food Lovers Community" + ]} speed={40} showCard={true} />