Update src/app/page.tsx
This commit is contained in:
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
@@ -41,20 +41,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
<HeroLogoBillboard
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="Crafting digital experiences with purpose."
|
||||
logoText="Studio Designer"
|
||||
description="UX/UI & Brand Designer based in London, dedicated to creating premium digital identities that balance aesthetics with strategic thinking."
|
||||
tag="Available for new projects"
|
||||
buttons={[{ text: "View Projects", href: "/projects" }]}
|
||||
carouselItems={[
|
||||
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/desk-with-objects_23-2147982354.jpg" },
|
||||
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel_23-2148372589.jpg" },
|
||||
{ id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/dispersion-visible-light-going-through-glass-prism_23-2147949074.jpg" },
|
||||
{ id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/still-life-unused-bath-bomb_23-2150248918.jpg" },
|
||||
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-99514.jpg" },
|
||||
{ id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/eye-shadow-pigment-texture-macro-top-view-powder-texture_633478-1769.jpg" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/desk-with-objects_23-2147982354.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user