Update src/app/page.tsx
This commit is contained in:
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroOverlay
|
||||
<HeroBillboardScroll
|
||||
title=""
|
||||
description="See Beyond. Experience Aura. The future, through your eyes."
|
||||
tag="Introducing a New Era"
|
||||
@@ -62,24 +62,11 @@ export default function LandingPage() {
|
||||
{
|
||||
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"
|
||||
imageAlt="AuraLens Smart Glasses floating dramatically"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
background={{
|
||||
variant: "plain"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,7 +145,7 @@ export default function LandingPage() {
|
||||
"Futurism Innovators", "Cognito AI", "Veridian Labs", "Nexus Dynamics", "Quantum Leap Ventures", "Synapse Core", "Plexus Innovations"]}
|
||||
title="Trusted by Innovators."
|
||||
description="Leading tech pioneers and design critics acclaim AuraLens as the next leap in personal technology."
|
||||
showCard={false}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -224,4 +211,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user