19 Commits

Author SHA1 Message Date
ef2d762228 Update src/app/shop/page.tsx 2026-02-20 23:16:02 +00:00
bdfb2bcee7 Update src/app/shop/[id]/page.tsx 2026-02-20 23:16:02 +00:00
a70ec87761 Update src/app/page.tsx 2026-02-20 23:16:01 +00:00
c4fa14ce05 Update src/app/features/page.tsx 2026-02-20 23:16:00 +00:00
bd94bec778 Update src/app/blog/page.tsx 2026-02-20 23:15:59 +00:00
68e13bb37c Update src/app/page.tsx 2026-02-20 23:12:41 +00:00
3e0504705f Merge version_5 into main
Merge version_5 into main
2026-02-20 23:06:07 +00:00
d383d50135 Update src/app/shop/page.tsx 2026-02-20 23:06:03 +00:00
0b26938d7a Update src/app/shop/[id]/page.tsx 2026-02-20 23:06:02 +00:00
deccbe9277 Update src/app/features/page.tsx 2026-02-20 23:06:01 +00:00
2032ab0bdf Update src/app/blog/page.tsx 2026-02-20 23:06:00 +00:00
37268a3e7a Merge version_5 into main
Merge version_5 into main
2026-02-20 23:03:33 +00:00
a299f6c239 Update src/app/shop/page.tsx 2026-02-20 23:03:28 +00:00
9619767b45 Update src/app/shop/[id]/page.tsx 2026-02-20 23:03:28 +00:00
159e8b5415 Update src/app/page.tsx 2026-02-20 23:03:27 +00:00
b0b0b41084 Add src/app/features/page.tsx 2026-02-20 23:03:25 +00:00
64f367aea4 Update src/app/blog/page.tsx 2026-02-20 23:03:25 +00:00
aa8e9ab401 Merge version_4 into main
Merge version_4 into main
2026-02-20 22:57:53 +00:00
43c762bff0 Merge version_4 into main
Merge version_4 into main
2026-02-20 22:55:55 +00:00
5 changed files with 110 additions and 31 deletions

View File

@@ -31,15 +31,9 @@ export default function BlogPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[{name:"Home",id:"/"},{name:"Features",id:"/features"},{name:"Solutions",id:"/#products"},{name:"Reviews",id:"/#testimonials"},{name:"Contact",id:"/#contact"}]}
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Solutions", id: "/#products" },
{ name: "Reviews", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
]}
brandName="CRM AI" brandName="CRM AI"
button={{ text: "Get Started", href: "#contact" }} button={{ text: "Get Started", href: "/#contact" }}
buttonClassName="min-w-[120px] justify-center" buttonClassName="min-w-[120px] justify-center"
buttonTextClassName="relative top-[0.5px]" buttonTextClassName="relative top-[0.5px]"
className="z-50 backdrop-blur-md" className="z-50 backdrop-blur-md"
@@ -80,4 +74,4 @@ export default function BlogPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

83
src/app/features/page.tsx Normal file
View File

@@ -0,0 +1,83 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import FooterCard from '@/components/sections/footer/FooterCard';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import {
BarChart2,
ClipboardCheck,
Github,
Linkedin,
Shield,
Twitter,
Workflow,
Zap
} from 'lucide-react';
const socialLinks = [
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
{ icon: Github, href: "https://github.com", ariaLabel: "GitHub" },
];
export default function FeaturesPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="medium"
sizing="largeSmall"
background="aurora"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[{name:"Home",id:"/"},{name:"Features",id:"/features"},{name:"Solutions",id:"/#products"},{name:"Reviews",id:"/#testimonials"},{name:"Contact",id:"/#contact"}]}
brandName="CRM AI"
button={{text:"Get Started",href:"/#contact"}}
buttonClassName="min-w-[120px] justify-center"
buttonTextClassName="relative top-[0.5px]"
className="z-50 backdrop-blur-md"
/>
</div>
<div id="features-glow" data-section="features-glow">
<FeatureBorderGlow
title="Discover Our Cutting-Edge AI Capabilities"
description="Explore the powerful features that make our AI CRM platform an industry leader, designed to supercharge your business growth."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
features={[
{icon:Zap,title:"Intelligent Lead Scoring",description:"Automatically prioritize high-value leads with AI-driven scoring, focusing your sales efforts where they matter most."},
{icon:Workflow,title:"Automated Task Management",description:"Streamline operations by automating repetitive tasks, freeing up your team to focus on strategic initiatives."},
{icon:BarChart2,title:"Predictive Analytics Dashboard",description:"Gain foresight with advanced analytics, predicting customer churn and future trends to stay ahead of the curve."},
{icon:Shield,title:"Enhanced Data Security",description:"Protect sensitive customer information with robust encryption and AI-powered threat detection, ensuring compliance and trust."},
{icon:ClipboardCheck,title:"Customizable Workflow Automation",description:"Tailor workflows to your unique business needs, automating processes from onboarding to customer support with ease."},
{icon:BarChart2,title:"Omnichannel Customer Engagement",description:"Connect with customers across all channels seamlessly, providing consistent and personalized experiences at every touchpoint."}
]}
tag="Key Features"
className="py-16 md:py-24"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="CRM AI"
copyrightText="© 2024 | CRM AI. All rights reserved."
socialLinks={socialLinks}
className="py-16 md:py-20"
cardClassName="py-10 px-6 sm:px-10 md:px-12"
logoClassName="text-lg font-bold"
copyrightTextClassName="text-sm text-foreground/70"
socialContainerClassName="gap-x-4"
/>
</div>
</ThemeProvider>
);
}

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import HeroCentered from '@/components/sections/hero/HeroCentered';
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
@@ -46,7 +46,7 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[{name:"Home",id:"/"},{name:"Features",id:"#features"},{name:"Solutions",id:"#products"},{name:"Reviews",id:"#testimonials"},{name:"Contact",id:"#contact"}]} navItems={[{name:"Home",id:"/"},{name:"Features",id:"/features"},{name:"Solutions",id:"#products"},{name:"Reviews",id:"#testimonials"},{name:"Contact",id:"#contact"}]}
brandName="CRM AI" brandName="CRM AI"
button={{text:"Get Started",href:"#contact"}} button={{text:"Get Started",href:"#contact"}}
buttonClassName="min-w-[120px] justify-center" buttonClassName="min-w-[120px] justify-center"
@@ -56,17 +56,19 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroCentered
logoText="CRM AI" title="CRM AI"
description="Unleash the power of artificial intelligence to automate tasks, gain deeper customer insights, and drive unparalleled growth for your business." description="Unleash the power of artificial intelligence to automate tasks, gain deeper customer insights, and drive unparalleled growth for your business."
background={{variant:"sparkles-gradient"}} background={{variant:"sparkles-gradient"}}
avatars={[
{ src: "https://via.placeholder.com/40", alt: "User Avatar 1" },
{ src: "https://via.placeholder.com/40", alt: "User Avatar 2" },
{ src: "https://via.placeholder.com/40", alt: "User Avatar 3" }
]}
avatarText="Trusted by AI innovators"
buttons={[{text:"Get Started Free",href:"#contact"},{text:"Watch Demo",href:"#features"}]} buttons={[{text:"Get Started Free",href:"#contact"},{text:"Watch Demo",href:"#features"}]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-user-friendly-interface-showcasing-ai--1771626574716-a33c15c9.png?_wi=1" className="min-h-[calc(100svh-var(--navbar-height))] md:min-h-[calc(100vh-var(--navbar-height))] pt-[var(--navbar-height)]"
imageAlt="AI-Powered Automation Interface"
mediaAnimation="opacity"
frameStyle="card"
className="min-h-[calc(100svh-var(--navbar-height))] md:min-h-[calc(100vh-var(--navbar-height))] pt-[var(--navbar-height))]"
/> />
</div> </div>
@@ -194,4 +196,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -90,9 +90,9 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="bold" headingFontWeight="bold"
> >
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]} navItems={[{name:"Home",id:"/"},{name:"Features",id:"/features"},{name:"Solutions",id:"/#products"},{name:"Reviews",id:"/#testimonials"},{name:"Contact",id:"/#contact"}]}
brandName="CRM AI" brandName="CRM AI"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
buttonClassName="min-w-[120px] justify-center" buttonClassName="min-w-[120px] justify-center"
@@ -139,9 +139,9 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="bold" headingFontWeight="bold"
> >
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]} navItems={[{name:"Home",id:"/"},{name:"Features",id:"/features"},{name:"Solutions",id:"/#products"},{name:"Reviews",id:"/#testimonials"},{name:"Contact",id:"/#contact"}]}
brandName="CRM AI" brandName="CRM AI"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
buttonClassName="min-w-[120px] justify-center" buttonClassName="min-w-[120px] justify-center"
@@ -195,9 +195,9 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="bold" headingFontWeight="bold"
> >
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]} navItems={[{name:"Home",id:"/"},{name:"Features",id:"/features"},{name:"Solutions",id:"/#products"},{name:"Reviews",id:"/#testimonials"},{name:"Contact",id:"/#contact"}]}
brandName="CRM AI" brandName="CRM AI"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
buttonClassName="min-w-[120px] justify-center" buttonClassName="min-w-[120px] justify-center"
@@ -260,4 +260,4 @@ function ProductPageContent({ params }: ProductPageProps) {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -59,9 +59,9 @@ export default function ShopPage() {
headingFontWeight="bold" headingFontWeight="bold"
> >
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]} navItems={[{name:"Home",id:"/"},{name:"Features",id:"/features"},{name:"Solutions",id:"/#products"},{name:"Reviews",id:"/#testimonials"},{name:"Contact",id:"/#contact"}]}
brandName="CRM AI" brandName="CRM AI"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
buttonClassName="min-w-[120px] justify-center" buttonClassName="min-w-[120px] justify-center"
@@ -107,9 +107,9 @@ export default function ShopPage() {
headingFontWeight="bold" headingFontWeight="bold"
> >
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]} navItems={[{name:"Home",id:"/"},{name:"Features",id:"/features"},{name:"Solutions",id:"/#products"},{name:"Reviews",id:"/#testimonials"},{name:"Contact",id:"/#contact"}]}
brandName="CRM AI" brandName="CRM AI"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
buttonClassName="min-w-[120px] justify-center" buttonClassName="min-w-[120px] justify-center"
@@ -162,4 +162,4 @@ export default function ShopPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }