Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a43661d28 | |||
| 0bd4fe1b1b | |||
| b609f7bc8b | |||
| 629896978d | |||
| b5582f37a6 | |||
| 0098524678 | |||
| 07015bb6b0 |
@@ -3,6 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
@@ -26,7 +27,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Artistry Studio"
|
||||
brandName="Portfolio of Pratik"
|
||||
navItems={[
|
||||
{ name: "Portfolio", id: "portfolio" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -60,6 +61,22 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero-logo" data-section="hero-logo">
|
||||
<HeroLogo
|
||||
logoText="Portfolio of Pratik"
|
||||
description="Professional photography and videography for weddings, events, and commercial projects."
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "#portfolio" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photographers-exploring-abandoned-location_23-2150974428.jpg?_wi=1"
|
||||
imageAlt="Photography studio professional environment"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Hero logo section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<ProductCardTwo
|
||||
title="Our Portfolio Highlights"
|
||||
@@ -169,10 +186,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photographers-exploring-abandoned-location_23-2150974428.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photographers-exploring-abandoned-location_23-2150974428.jpg?_wi=2"
|
||||
imageAlt="Photography studio professional environment"
|
||||
logoText="Artistry Studio"
|
||||
copyrightText="© 2025 Artistry Studio. All rights reserved."
|
||||
logoText="Portfolio of Pratik"
|
||||
copyrightText="© 2025 Portfolio of Pratik. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Portfolio", items: [
|
||||
|
||||
Reference in New Issue
Block a user