Compare commits
10 Commits
version_11
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 0416990975 | |||
| 77418def38 | |||
| c78db4961b | |||
| ddb29e5453 | |||
| 1c8f62be07 | |||
| 33252afd33 | |||
| a8c47d166a | |||
| de5ee1a242 | |||
| 861f0d5bf8 | |||
| 54ef99cc68 |
@@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import { Sparkles, Camera, Aperture, Film, Zap, Image } from 'lucide-react';
|
import { Camera, Aperture, Film, Zap, Image } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -38,7 +37,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="headline" data-section="headline" className="w-full py-16 px-4 bg-gradient-to-b from-primary-cta/10 to-transparent">
|
<div id="headline" data-section="headline" className="w-full py-32 px-4 bg-gradient-to-b from-primary-cta/10 to-transparent">
|
||||||
<div className="max-w-4xl mx-auto text-center">
|
<div className="max-w-4xl mx-auto text-center">
|
||||||
<h1 className="text-6xl md:text-7xl font-bold text-foreground mb-4">
|
<h1 className="text-6xl md:text-7xl font-bold text-foreground mb-4">
|
||||||
MISAELS PHOTOGRAPHY
|
MISAELS PHOTOGRAPHY
|
||||||
@@ -46,29 +45,6 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
|
||||||
<SocialProofOne
|
|
||||||
title="Live Feed from Instagram"
|
|
||||||
description="Follow my latest work and behind-the-scenes moments. Stay connected with my photography journey."
|
|
||||||
names={[
|
|
||||||
"Behind-the-Scenes Access", "Exclusive Previews", "Photography Tips & Tutorials", "Follower Community"
|
|
||||||
]}
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
tag="Instagram Live Feed"
|
|
||||||
tagIcon={Sparkles}
|
|
||||||
tagAnimation="slide-up"
|
|
||||||
buttons={[
|
|
||||||
{ text: "Follow on Instagram", href: "https://instagram.com/misaelsphotography" },
|
|
||||||
{ text: "View Portfolio", href: "/portfolio" }
|
|
||||||
]}
|
|
||||||
buttonAnimation="slide-up"
|
|
||||||
speed={40}
|
|
||||||
showCard={true}
|
|
||||||
ariaLabel="Instagram live feed section"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<SplitAbout
|
<SplitAbout
|
||||||
title="Photographer Based in New Jersey"
|
title="Photographer Based in New Jersey"
|
||||||
|
|||||||
Reference in New Issue
Block a user