Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-02-20 21:34:53 +00:00
4 changed files with 16 additions and 18 deletions

View File

@@ -29,8 +29,6 @@ export default function BlogPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
]}
brandName="AI CRM Pro"
bottomLeftText="Smart Solutions for Business"

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[{name:"Home",id:"/"},{name:"Blog",id:"/blog"},{name:"Shop",id:"/shop"}]}
navItems={[{name:"Home",id:"/"}]}
brandName="AI CRM Pro"
bottomLeftText="Smart Solutions for Business"
bottomRightText="contact@aicrm.com"
@@ -80,8 +80,8 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Features"
tagIcon={Lightbulb}
titleClassName="text-foreground"
descriptionClassName="text-foreground/80"
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground/80"
cardTitleClassName="text-foreground"
cardDescriptionClassName="text-foreground/70"
/>
@@ -96,8 +96,8 @@ export default function LandingPage() {
useInvertedBackground={true}
tag="Our Impact"
tagIcon={ChartLine}
titleClassName="text-foreground"
descriptionClassName="text-foreground/80"
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground/80"
metricTitleClassName="text-foreground/80"
valueClassName="text-primary-cta"
/>
@@ -113,8 +113,8 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Testimonials"
tagIcon={Star}
titleClassName="text-foreground"
descriptionClassName="text-foreground/80"
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground/80"
nameClassName="text-foreground"
roleClassName="text-foreground/80"
companyClassName="text-foreground/80"
@@ -132,8 +132,8 @@ export default function LandingPage() {
showCard={true}
tag="Our Partners"
tagIcon={ShieldCheck}
titleClassName="text-foreground"
descriptionClassName="text-foreground/80"
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground/80"
logoTextClassName="text-foreground"
logoCardClassName="bg-card"
/>
@@ -149,8 +149,8 @@ export default function LandingPage() {
animationType="smooth"
tag="Support"
tagIcon={HelpCircle}
titleClassName="text-foreground"
descriptionClassName="text-foreground/80"
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground/80"
accordionTitleClassName="text-foreground"
accordionContentClassName="text-foreground/70"
/>

View File

@@ -91,7 +91,7 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }]}
brandName="AI CRM Pro"
bottomLeftText="Smart Solutions for Business"
bottomRightText="contact@aicrm.com"
@@ -122,7 +122,7 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }]}
brandName="AI CRM Pro"
bottomLeftText="Smart Solutions for Business"
bottomRightText="contact@aicrm.com"
@@ -160,7 +160,7 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }]}
brandName="AI CRM Pro"
bottomLeftText="Smart Solutions for Business"
bottomRightText="contact@aicrm.com"

View File

@@ -59,7 +59,7 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }]}
brandName="AI CRM Pro"
bottomLeftText="Smart Solutions for Business"
bottomRightText="contact@aicrm.com"
@@ -89,7 +89,7 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }]}
brandName="AI CRM Pro"
bottomLeftText="Smart Solutions for Business"
bottomRightText="contact@aicrm.com"