Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-02-21 18:14:25 +00:00
4 changed files with 39 additions and 32 deletions

View File

@@ -24,18 +24,20 @@ export default function BlogPage() {
headingFontWeight="light"
>
<ReactLenis root>
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="AI Innovations"
button={{ text: "Get Started", href: "#contact" }}
/>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Features", id: "/#features" },
{ name: "Pricing", id: "/#pricing" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
]}
brandName="AI Innovations"
button={{ text: "Get Started", href: "/#contact" }}
/>
</div>
<main>
{isLoading ? (
@@ -43,24 +45,28 @@ export default function BlogPage() {
<p className="text-foreground">Loading posts...</p>
</div>
) : (
<BlogCardOne
blogs={posts}
title="Latest Articles"
description="Insights and updates from our team"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
/>
<div id="blog" data-section="blog">
<BlogCardOne
blogs={posts}
title="Latest Articles"
description="Insights and updates from our team"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
/>
</div>
)}
</main>
<FooterLogoReveal
logoText="AI Innovations"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
ariaLabel="Site footer for AI Innovations"
/>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="AI Innovations"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
ariaLabel="Site footer for AI Innovations"
/>
</div>
</ReactLenis>
</ThemeProvider>
);

View File

@@ -125,6 +125,7 @@ export default function LandingPage() {
<SocialProofOne
title="Trusted by Leading Enterprises"
description="Our AI solutions power some of the most innovative companies worldwide."
names={['TechCorp', 'Innovate Inc', 'QuantumLift', 'Synergy AI', 'Neuralytics', 'OptiMatrix', 'DataDrive']}
logos={["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/minimalist-logo-for-techcorp-with-an-abs-1771697436750-620c330f.png","https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/sleek-and-professional-logo-for-innovate-1771697437822-2d72f2d8.png","https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/geometric-logo-for-quantumlift-suggestin-1771697438955-547ec9c3.png","https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/minimalist-logo-for-synergy-ai-combining-1771697440924-7668aa68.png","https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/modern-logo-for-neuralytics-blending-con-1771697439956-fa3bff06.png","https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/futuristic-logo-for-optimatrix-with-clea-1771697437977-9af0b3e2.png","https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/dynamic-logo-for-datadrive-symbolizing-d-1771697439666-cd66bf63.png"]}
speed={50}
showCard={false}

View File

@@ -89,7 +89,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
brandName="AI Innovations"
@@ -119,7 +119,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
brandName="AI Innovations"
@@ -156,7 +156,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
brandName="AI Innovations"

View File

@@ -56,7 +56,7 @@ function ShopPageContent() {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
brandName="AI Innovations"
@@ -85,7 +85,7 @@ function ShopPageContent() {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
brandName="AI Innovations"