diff --git a/src/app/page.tsx b/src/app/page.tsx index 1798930..7283e30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,132 +32,41 @@ export default function LandingPage() {
@@ -168,36 +77,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "QR Code Menu", - description: "Seamless scanning for all users.", - imageSrc: "http://img.b2bpic.net/free-photo/scan-icon-front-side_187299-45793.jpg", - }, - { - title: "3D Food Preview", - description: "Realistic textures and depth.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150283027.jpg", - }, - { - title: "AR Product View", - description: "Interactive, high-fidelity immersion.", - imageSrc: "http://img.b2bpic.net/free-vector/naive-ai-stickers-collection_23-2150522587.jpg", - }, - { - title: "Multi-language", - description: "Reach everyone worldwide.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-fast-forward-button-laptop_53876-65381.jpg", - }, - { - title: "AI Insights", - description: "Smart growth data patterns.", - imageSrc: "http://img.b2bpic.net/free-photo/surreal-food-online-content-creation_23-2151368798.jpg", - }, - { - title: "Cloud Dashboard", - description: "Instant cloud management system.", - imageSrc: "http://img.b2bpic.net/free-vector/illustration-holographic-technology_53876-8512.jpg", - }, + { title: "QR Code Menu", description: "Seamless scanning for all users.", imageSrc: "http://img.b2bpic.net/free-photo/scan-icon-front-side_187299-45793.jpg" }, + { title: "3D Food Preview", description: "Realistic textures and depth.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150283027.jpg" }, + { title: "AR Product View", description: "Interactive, high-fidelity immersion.", imageSrc: "http://img.b2bpic.net/free-vector/naive-ai-stickers-collection_23-2150522587.jpg" }, + { title: "Multi-language", description: "Reach everyone worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-fast-forward-button-laptop_53876-65381.jpg" }, + { title: "AI Insights", description: "Smart growth data patterns.", imageSrc: "http://img.b2bpic.net/free-photo/surreal-food-online-content-creation_23-2151368798.jpg" }, + { title: "Cloud Dashboard", description: "Instant cloud management system.", imageSrc: "http://img.b2bpic.net/free-vector/illustration-holographic-technology_53876-8512.jpg" }, ]} title="Smart AR Features" description="Everything you need to build the perfect digital menu." @@ -206,46 +91,17 @@ export default function LandingPage() {
@@ -462,32 +193,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-vector/elements-related-virtual-reality_23-2147589347.jpg" logoText="VisionMenu" columns={[ - { - title: "Platform", - items: [ - { - label: "Features", - href: "#features", - }, - { - label: "Pricing", - href: "#pricing", - }, - ], - }, - { - title: "Company", - items: [ - { - label: "About", - href: "#", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, + { title: "Platform", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] }, + { title: "Company", items: [{ label: "About", href: "#" }, { label: "Contact", href: "#contact" }] }, ]} />