Update src/app/page.tsx

This commit is contained in:
2026-05-30 15:04:42 +00:00
parent 87913d93a1
commit c2856ac21c

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterCard from '@/components/sections/footer/FooterCard';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
@@ -53,7 +53,7 @@ export default function LandingPage() {
</div> </div>
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroOverlay <HeroBillboardScroll
title="" title=""
description="See Beyond. Experience Aura. The future, through your eyes." description="See Beyond. Experience Aura. The future, through your eyes."
tag="Introducing a New Era" tag="Introducing a New Era"
@@ -62,24 +62,11 @@ export default function LandingPage() {
{ {
text: "Discover AuraLens", href: "#features"}, text: "Discover AuraLens", href: "#features"},
]} ]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", alt: "AI Developer"},
{
src: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-dental-gems_23-2151212439.jpg", alt: "Product Designer"},
{
src: "http://img.b2bpic.net/free-photo/portrait-good-looking-woman-with-curly-hair-winks-eye-clenches-teeth-covers-chin-with-collar-turtleneck-dressed-stylish-leather-jacket-has-playful-expression-isolated-pink-background_273609-62322.jpg", alt: "Futurist"},
{
src: "http://img.b2bpic.net/free-photo/confident-young-bald-call-center-man-putting-hand-chin-looking-isolated-orange-with-copy-space_141793-76739.jpg", alt: "Tech CEO"},
{
src: "http://img.b2bpic.net/free-photo/senior-man-using-laptop-tablet-same-time_482257-8141.jpg", alt: "Senior man using laptop and tablet in same time"},
]}
avatarText="Join the Visionaries"
imageSrc="http://img.b2bpic.net/free-photo/woman-virtual-reality-glasses-smart-technology_53876-97056.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/woman-virtual-reality-glasses-smart-technology_53876-97056.jpg?_wi=1"
imageAlt="AuraLens Smart Glasses floating dramatically" imageAlt="AuraLens Smart Glasses floating dramatically"
showDimOverlay={true} background={{
showBlur={true} variant: "plain"
textPosition="bottom" }}
/> />
</div> </div>
@@ -158,7 +145,7 @@ export default function LandingPage() {
"Futurism Innovators", "Cognito AI", "Veridian Labs", "Nexus Dynamics", "Quantum Leap Ventures", "Synapse Core", "Plexus Innovations"]} "Futurism Innovators", "Cognito AI", "Veridian Labs", "Nexus Dynamics", "Quantum Leap Ventures", "Synapse Core", "Plexus Innovations"]}
title="Trusted by Innovators." title="Trusted by Innovators."
description="Leading tech pioneers and design critics acclaim AuraLens as the next leap in personal technology." description="Leading tech pioneers and design critics acclaim AuraLens as the next leap in personal technology."
showCard={false} showCard={true}
/> />
</div> </div>