diff --git a/src/app/page.tsx b/src/app/page.tsx index 52f6f56..7a1d256 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,17 +33,11 @@ export default function LandingPage() { @@ -53,97 +47,51 @@ export default function LandingPage() { @@ -153,7 +101,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Built for Modern Retailers" description="We understand the pulse of your business. Karmel POS is designed to reduce friction, eliminate human error, and provide real-time insights into your sales performance." - imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-device_23-2148896952.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-device_23-2148896952.jpg" /> @@ -162,15 +110,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "RetailGlobal", - "CityCafe", - "TechStyle", - "BoutiqueHub", - "MarketFlow", - "UrbanGrocer", - "DailyDine", - ]} + "RetailGlobal", "CityCafe", "TechStyle", "BoutiqueHub", "MarketFlow", "UrbanGrocer", "DailyDine"]} title="Trusted by Growing Businesses" + description="We are proud to partner with industry leaders in retail." /> @@ -181,49 +123,31 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Advanced Analytics", - description: "Track performance in real-time with comprehensive reports.", - icon: BarChart2, + title: "Advanced Analytics", description: "Track performance in real-time with comprehensive reports.", icon: BarChart2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-examining-reports-papers-looking-statistics-annual-data-analytics-increase-profit-workers-group-planning-research-strategy-with-documents-business-development_482257-64771.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-examining-reports-papers-looking-statistics-annual-data-analytics-increase-profit-workers-group-planning-research-strategy-with-documents-business-development_482257-64771.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graphs_1098-486.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graphs_1098-486.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/female-customer-reviewing-clothes_482257-84194.jpg?_wi=3", - imageAlt: "analytics software dashboard", }, { - title: "Customer Management", - description: "Build loyalty with powerful integrated CRM tools.", - icon: Users, + title: "Customer Management", description: "Build loyalty with powerful integrated CRM tools.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041850.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041850.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-device_23-2148896952.jpg?_wi=3", - imageAlt: "analytics software dashboard", }, { - title: "Fast Processing", - description: "High-performance payment gateway built for speed.", - icon: Zap, + title: "Fast Processing", description: "High-performance payment gateway built for speed.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-paying-with-nfc-device_23-2150690028.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-paying-with-nfc-device_23-2150690028.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-lock-with-credit-card-top-laptop_23-2148578119.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-lock-with-credit-card-top-laptop_23-2148578119.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893774.jpg", - imageAlt: "analytics software dashboard", }, ]} title="Powerful Features at Your Fingertips" @@ -233,27 +157,19 @@ export default function LandingPage() {
@@ -380,42 +237,27 @@ export default function LandingPage() { logoText="Karmel POS" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Pricing", - href: "#", - }, + label: "Pricing", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}