2 Commits

Author SHA1 Message Date
6e9bd9df77 Update src/app/page.tsx 2026-05-05 23:41:49 +00:00
f8bcc3f96b Merge version_2 into main
Merge version_2 into main
2026-05-05 23:39:06 +00:00

View File

@@ -7,7 +7,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award, BookOpen, Briefcase, Calendar, Clock, FileText, Home, MapPin, Sparkles, ThumbsUp, Users } from "lucide-react"; import { Award, BookOpen, Briefcase, Calendar, Clock, FileText, Home, MapPin, Sparkles, ThumbsUp, Users } from "lucide-react";
@@ -28,7 +28,7 @@ export default function LandingPage() {
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
@@ -55,6 +55,8 @@ export default function LandingPage() {
]} ]}
textPosition="bottom" textPosition="bottom"
showBlur={true} showBlur={true}
titleClassName="text-[#000000]"
descriptionClassName="text-[#1a1a1a]"
/> />
</div> </div>