7 Commits

Author SHA1 Message Date
7db65aa1fa Update src/app/page.tsx 2026-04-29 10:31:55 +00:00
c115c6a10a Update src/app/page.tsx 2026-04-29 10:22:57 +00:00
3de9c0f244 Update src/app/page.tsx 2026-04-29 10:20:52 +00:00
d740d95f75 Update src/app/styles/variables.css 2026-04-29 10:18:39 +00:00
69bc3adf38 Update src/app/page.tsx 2026-04-29 10:18:38 +00:00
e03656e09f Merge version_1 into main
Merge version_1 into main
2026-04-29 10:16:59 +00:00
d0a10b67f5 Update src/app/page.tsx 2026-04-29 10:16:56 +00:00
2 changed files with 116 additions and 229 deletions

View File

@@ -12,7 +12,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { BarChart2, CheckCircle, Clock, TrendingUp, Users, Zap } from "lucide-react"; import { CheckCircle, Clock, TrendingUp, BrainCircuit, Bot, Sparkles, Cpu } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -29,240 +29,127 @@ export default function LandingPage() {
headingFontWeight="bold" headingFontWeight="bold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ { name: "Features", id: "features" },
name: "Features", id: "features"}, { name: "Pricing", id: "pricing" },
{ { name: "Support", id: "faq" },
name: "Pricing", id: "pricing"}, ]}
{ brandName="Karmel POS"
name: "Support", id: "faq"}, />
]} </div>
brandName="Karmel POS"
/>
</div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitTestimonial <HeroSplitTestimonial
useInvertedBackground={false} background={{ variant: "sparkles-gradient" }}
background={{ title="Revolutionize Your Retail with Karmel POS"
variant: "sparkles-gradient"}} description="The ultimate Point of Sale solution built for speed, reliability, and growth. Streamline your operations and delight your customers with every transaction."
title="Revolutionize Your Retail with Karmel POS" testimonials={[
description="The ultimate Point of Sale solution built for speed, reliability, and growth. Streamline your operations and delight your customers with every transaction." {
testimonials={[ name: "Alex Rivers", handle: "@riverscafe", testimonial: "Karmel POS changed our daily operations entirely.", rating: 5,
{ imageSrc: "http://img.b2bpic.net/free-photo/female-customer-reviewing-clothes_482257-84194.jpg", imageAlt: "pos dashboard screen on tablet"
name: "Alex Rivers", handle: "@riverscafe", testimonial: "Karmel POS changed our daily operations entirely.", rating: 5, }
imageSrc: "http://img.b2bpic.net/free-photo/female-customer-reviewing-clothes_482257-84194.jpg", imageAlt: "pos dashboard screen on tablet"}, ]}
{ mediaAnimation="slide-up"
name: "Jamie Lee", handle: "@lee.retail", testimonial: "Incredible software for multi-location inventory.", rating: 5, />
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-device_23-2148896952.jpg", imageAlt: "pos dashboard screen on tablet"}, </div>
{
name: "Sam Thorne", handle: "@thorneboutique", testimonial: "Easy to set up and even easier to use.", rating: 5,
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", imageAlt: "pos dashboard screen on tablet"},
{
name: "Morgan West", handle: "@west.kitchen", testimonial: "The best POS system we have implemented so far.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg", imageAlt: "pos dashboard screen on tablet"},
{
name: "Jordan P.", handle: "@jp_goods", testimonial: "Transformed our shop workflow overnight.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-paying-with-nfc-device_23-2150690028.jpg", imageAlt: "pos dashboard screen on tablet"},
]}
imageSrc="http://img.b2bpic.net/free-photo/female-customer-reviewing-clothes_482257-84194.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/african-american-man-looks-clothes-online-touch-screen-monitor-fashion-boutique-mall-self-service-board-male-customer-looking-trendy-clothes-items-retail-kiosk-display_482257-63314.jpg", alt: "User avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/shopper-using-online-store-mobile-app-phone-examining-modern-fashion-items-collection-buying-merchandise-boutique-client-looking-clothing-line-retail-shop-website_482257-67405.jpg", alt: "User avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/black-girl-mask-buy-food_1157-37849.jpg", alt: "User avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/close-up-person-doing-online-shopping_23-2149159968.jpg", alt: "User avatar 4"},
{
src: "http://img.b2bpic.net/free-photo/close-up-view-measuring-weight-fruit-supermarket_342744-1102.jpg", alt: "User avatar 5"},
]}
marqueeItems={[
{
type: "text", text: "Cloud-Native"},
{
type: "text", text: "99.9% Uptime"},
{
type: "text", text: "Multi-Location"},
{
type: "text", text: "Integrated CRM"},
{
type: "text", text: "Real-time Data"},
]}
/>
</div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<MediaAbout <MediaAbout
useInvertedBackground={true} useInvertedBackground={true}
title="Built for Modern Retailers" 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." 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" imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-device_23-2148896952.jpg"
/> />
</div> </div>
<div id="socialProof" data-section="socialProof"> <div id="socialProof" data-section="socialProof">
<SocialProofOne <SocialProofOne
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={["RetailGlobal", "CityCafe", "TechStyle", "BoutiqueHub", "MarketFlow", "UrbanGrocer", "DailyDine"]}
"RetailGlobal", "CityCafe", "TechStyle", "BoutiqueHub", "MarketFlow", "UrbanGrocer", "DailyDine"]} title="Trusted by Growing Businesses"
title="Trusted by Growing Businesses" description="We are proud to partner with industry leaders in retail."
description="We are proud to partner with industry leaders in retail." />
/> </div>
</div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardTwentyFive <FeatureCardTwentyFive
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ { title: "Smart AI Forecasting", description: "Predict sales trends with our advanced AI model.", icon: BrainCircuit, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041850.jpg?_wi=1" }] },
title: "Advanced Analytics", description: "Track performance in real-time with comprehensive reports.", icon: BarChart2, { title: "Automated Inventory", description: "Intelligent stock replenishment handled by AI.", icon: Bot, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041850.jpg?_wi=2" }] },
mediaItems: [ { title: "Personalized Marketing", description: "AI-driven insights for targeted campaigns.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg?_wi=3" }, { imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041850.jpg?_wi=3" }] },
{ { title: "Intelligent Fraud Prevention", description: "Secure transactions monitored by AI agents.", icon: Cpu, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-looks-greenscreen_482257-76595.jpg?_wi=4" }, { imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041850.jpg?_wi=4" }] },
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"}, ]}
{ title="Powerful Features at Your Fingertips"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graphs_1098-486.jpg"}, description="Every tool you need to run, scale, and analyze your business operations in one intuitive platform."
], />
}, </div>
{
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"},
{
imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041850.jpg"},
],
},
{
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"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-lock-with-credit-card-top-laptop_23-2148578119.jpg"},
],
},
]}
title="Powerful Features at Your Fingertips"
description="Every tool you need to run, scale, and analyze your business operations in one intuitive platform."
/>
</div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardThree <MetricCardThree
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ { id: "m1", icon: CheckCircle, title: "Happy Users", value: "10,000+" },
id: "m1", icon: CheckCircle, { id: "m2", icon: Clock, title: "Uptime", value: "99.9%" },
title: "Happy Users", value: "10,000+"}, { id: "m3", icon: TrendingUp, title: "Sales Growth", value: "45%" },
{ ]}
id: "m2", icon: Clock, title="Performance You Can Trust"
title: "Uptime", value: "99.9%"}, description="Our platform is proven to drive efficiency across thousands of daily transactions."
{ />
id: "m3", icon: TrendingUp, </div>
title: "Sales Growth", value: "45%"},
]}
title="Performance You Can Trust"
description="Our platform is proven to drive efficiency across thousands of daily transactions."
/>
</div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFive <TestimonialCardFive
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ { id: "1", name: "Sarah Miller", date: "Oct 2023", title: "Owner", quote: "Seamless transition. Best upgrade we ever made.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893774.jpg" }
id: "1", name: "Sarah Miller", date: "Oct 2023", title: "Owner", quote: "Seamless transition. Best upgrade we ever made.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893774.jpg"}, ]}
{ title="What Our Partners Say"
id: "2", name: "David Park", date: "Sep 2023", title: "Manager", quote: "Rock solid platform for high traffic stores.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-men-using-digital-tablet-laptop-coffee-shop_1170-2034.jpg"}, description="Retailers everywhere are upgrading their business experience with Karmel POS."
{ />
id: "3", name: "Elena Ross", date: "Aug 2023", title: "Founder", quote: "Love the analytics dashboard, saves me hours.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-car-dealer-holding-clipboard_23-2148332935.jpg"}, </div>
{
id: "4", name: "Marcus Webb", date: "Jul 2023", title: "CEO", quote: "Perfectly scalable for our growing retail chain.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-confident-young-businessman-with-arm-crossed-holding-mobile-phone-hand_23-2148096508.jpg"},
{
id: "5", name: "Sofia Conti", date: "Jun 2023", title: "Director", quote: "Customer support is top tier. Always helpful.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-suit-cloakroom_171337-19180.jpg"},
]}
title="What Our Partners Say"
description="Retailers everywhere are upgrading their business experience with Karmel POS."
/>
</div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqBase <FaqBase
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ { id: "q1", title: "Is Karmel POS cloud-based?", content: "Yes, Karmel POS operates securely in the cloud, ensuring your data is always backed up and accessible." },
id: "q1", title: "Is Karmel POS cloud-based?", content: "Yes, Karmel POS operates securely in the cloud, ensuring your data is always backed up and accessible."}, ]}
{ title="Frequently Asked Questions"
id: "q2", title: "Does it support offline mode?", content: "Absolutely. Karmel POS continues to function offline and syncs your data automatically once a connection is reestablished."}, description="Have questions? We have answers. Check out our most popular inquiries."
{ faqsAnimation="slide-up"
id: "q3", title: "How long does setup take?", content: "Most retailers are up and running within 24 hours of onboarding."}, />
]} </div>
title="Frequently Asked Questions"
description="Have questions? We have answers. Check out our most popular inquiries."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{ variant: "plain" }}
variant: "plain"}} tag="Ready to Start?"
tag="Ready to Start?" title="Get Your Karmel POS Today"
title="Get Your Karmel POS Today" description="Join thousands of successful retailers and scale your business with the best point of sale technology."
description="Join thousands of successful retailers and scale your business with the best point of sale technology." buttons={[{ text: "Contact Sales", href: "#" }]}
buttons={[ />
{ </div>
text: "Contact Sales", href: "#"},
{
text: "Start Free Trial", href: "#"},
]}
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="Karmel POS" logoText="Karmel POS"
columns={[ logoSrc="https://assets.b2bpic.net/karmel-logo.png"
{ columns={[
title: "Product", items: [ { title: "Product", items: [{ label: "Features", href: "#features" }] },
{ ]}
label: "Features", href: "#features"}, />
{ </div>
label: "Pricing", href: "#"},
],
},
{
title: "Company", items: [
{
label: "About Us", href: "#"},
{
label: "Contact", href: "#"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
]}
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -13,12 +13,12 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #000612e6; --foreground: #000612e6;
--primary-cta: #106EFB; --primary-cta: #901bf7;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6; --secondary-cta-text: #000612e6;
--accent: #e2e2e2; --accent: #901bf7;
--background-accent: #106EFB; --background-accent: #f3e8ff;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);