7 Commits

Author SHA1 Message Date
f104f53c06 Merge version_3 into main
Merge version_3 into main
2026-04-26 03:00:58 +00:00
bb971c3d2e Update src/app/page.tsx 2026-04-26 03:00:55 +00:00
0f9eeb6bd2 Merge version_3 into main
Merge version_3 into main
2026-04-26 03:00:34 +00:00
ad883e39c8 Update src/app/page.tsx 2026-04-26 03:00:31 +00:00
eed73dc4da Merge version_3 into main
Merge version_3 into main
2026-04-26 02:59:53 +00:00
c898865fdb Update src/app/page.tsx 2026-04-26 02:59:50 +00:00
194bc92368 Merge version_2 into main
Merge version_2 into main
2026-04-26 02:56:57 +00:00

View File

@@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Cloud, Code, Database, Globe, Lightbulb, Terminal } from "lucide-react"; import { Cloud, Code, Database, Globe, Lightbulb, Terminal } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -139,15 +139,12 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTen <TestimonialCardFive
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ id: "t1", title: "Expert", quote: "Incredible dev flow.", name: "John Doe", role: "Senior Eng", imageSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-man-vaporwave-style_23-2148950748.jpg" }, { id: "t1", name: "John Doe", date: "2024-05", title: "Expert", quote: "Incredible dev flow.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-man-vaporwave-style_23-2148950748.jpg" },
{ id: "t2", title: "Lead", quote: "Clean architecture.", name: "Jane Smith", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/cool-man-with-hoodie_23-2147646523.jpg" }, { id: "t2", name: "Jane Smith", date: "2024-06", title: "Lead", quote: "Clean architecture.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/cool-man-with-hoodie_23-2147646523.jpg" },
{ id: "t3", title: "Genius", quote: "Fast implementation.", name: "Bob Lee", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-male-with-curly-hair-dressed-jacket-eyeglasses_613910-567.jpg" },
{ id: "t4", title: "Innovator", quote: "Very innovative.", name: "Sarah P", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1139.jpg" },
{ id: "t5", title: "Partner", quote: "Great communication.", name: "Mike R", role: "PM", imageSrc: "http://img.b2bpic.net/free-photo/portrait-charismatic-sensual-male-black-sweater-with-wet_613910-11158.jpg" },
]} ]}
title="Peer Endorsements" title="Peer Endorsements"
description="Voices from the network." description="Voices from the network."
@@ -155,16 +152,19 @@ export default function LandingPage() {
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitText <FaqSplitMedia
useInvertedBackground={false} useInvertedBackground={false}
textboxLayout="default"
faqs={[ faqs={[
{ id: "f1", title: "Tech Stack?", content: "React, Next.js, and Python." }, { id: "f1", title: "Tech Stack?", content: "React, Next.js, and Python." },
{ id: "f2", title: "Open for work?", content: "Always open to innovation." }, { id: "f2", title: "Open for work?", content: "Always open to innovation." },
{ id: "f3", title: "Location?", content: "Global / Remote." }, { id: "f3", title: "Location?", content: "Global / Remote." },
]} ]}
sideTitle="Q&A Nexus" title="Q&A Nexus"
sideDescription="Curiosities answered." description="Curiosities answered."
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
mediaAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/chrome-key-tablet-updating-ai-systems_482257-90828.jpg?_wi=1"
/> />
</div> </div>
@@ -178,12 +178,12 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Channel" }, { name: "email", type: "email", placeholder: "Channel" },
]} ]}
textarea={{ name: "msg", placeholder: "Transmission text..." }} textarea={{ name: "msg", placeholder: "Transmission text..." }}
imageSrc="http://img.b2bpic.net/free-photo/chrome-key-tablet-updating-ai-systems_482257-90828.jpg" imageSrc="http://img.b2bpic.net/free-photo/chrome-key-tablet-updating-ai-systems_482257-90828.jpg?_wi=2"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBase
logoText="KAMUI" logoText="KAMUI"
columns={[ columns={[
{ title: "Social", items: [{ label: "GitHub", href: "#" }, { label: "LinkedIn", href: "#" }] }, { title: "Social", items: [{ label: "GitHub", href: "#" }, { label: "LinkedIn", href: "#" }] },