Compare commits
40 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db1901aaef | |||
| 6dc62c9509 | |||
| 124be38716 | |||
| 9ed95a09de | |||
| 1976d971bd | |||
| 7b43c2a534 | |||
| 7146b4dac8 | |||
| ce317c7ef5 | |||
| 26f7d029cd | |||
| 5c8b931ee9 | |||
| a529902c65 | |||
| 79dfbb159b | |||
| 518595b110 | |||
| 7591870b9a | |||
| 6f80260573 | |||
| 8de3011704 | |||
| de71f08f24 | |||
| 6096648353 | |||
| 1a84a2633c | |||
| fe61f5b8af | |||
| be1d04abfc | |||
| 0717f73e96 | |||
| 45f07bb729 | |||
| e6a464e0e2 | |||
| bcf792eba3 | |||
| a781a67fdd | |||
| 27e234e000 | |||
| 93a5b76d22 | |||
| f9df736153 | |||
| b827e61624 | |||
| 7a47bc5cf2 | |||
| 606c689fac | |||
| d3267f5e05 | |||
| f477c3e5e7 | |||
| 8e1b05d636 | |||
| b783f73756 | |||
| b28c1d080c | |||
| 23b34ea00f | |||
| 524b69c543 | |||
| a9514335b0 |
@@ -7,7 +7,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
|||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function AboutPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-shift"
|
defaultButtonVariant="text-shift"
|
||||||
@@ -25,22 +25,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Gallery", id: "/gallery" },
|
||||||
id: "/",
|
{ name: "Biography", id: "/about" },
|
||||||
},
|
{ name: "Contact", id: "/contact" },
|
||||||
{
|
{ name: "About", id: "/about" },
|
||||||
name: "Gallery",
|
|
||||||
id: "/gallery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="ELARA"
|
brandName="ELARA"
|
||||||
/>
|
/>
|
||||||
@@ -53,18 +42,9 @@ export default function LandingPage() {
|
|||||||
title="The Artist"
|
title="The Artist"
|
||||||
description="Driven by the interplay between digital precision and human emotion."
|
description="Driven by the interplay between digital precision and human emotion."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{ title: "Vision", description: "Creating experiences that challenge perception." },
|
||||||
title: "Vision",
|
{ title: "Technique", description: "Blending traditional methods with modern tech." },
|
||||||
description: "Creating experiences that challenge perception.",
|
{ title: "Purpose", description: "Connecting people through visual stories." },
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Technique",
|
|
||||||
description: "Blending traditional methods with modern tech.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Purpose",
|
|
||||||
description: "Connecting people through visual stories.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-emo-girl-spending-time-indoors_23-2149645107.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-emo-girl-spending-time-indoors_23-2149645107.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -76,9 +56,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="The Philosophy"
|
title="The Philosophy"
|
||||||
description={[
|
description={[
|
||||||
"Every piece begins with an exploration of negative space.",
|
"Every piece begins with an exploration of negative space.", "Digital tools allow me to push the boundaries of traditional composition."]}
|
||||||
"Digital tools allow me to push the boundaries of traditional composition.",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -86,32 +64,8 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="ELARA"
|
logoText="ELARA"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Studio", items: [{ label: "Gallery", href: "/gallery" }, { label: "Biography", href: "/about" }] },
|
||||||
title: "Studio",
|
{ title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "Instagram", href: "#" }] },
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Gallery",
|
|
||||||
href: "/gallery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Biography",
|
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Connect",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Contact",
|
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Instagram",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function ContactPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-shift"
|
defaultButtonVariant="text-shift"
|
||||||
@@ -25,22 +25,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Gallery", id: "/gallery" },
|
||||||
id: "/",
|
{ name: "Biography", id: "/about" },
|
||||||
},
|
{ name: "Contact", id: "/contact" },
|
||||||
{
|
{ name: "About", id: "/about" },
|
||||||
name: "Gallery",
|
|
||||||
id: "/gallery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="ELARA"
|
brandName="ELARA"
|
||||||
/>
|
/>
|
||||||
@@ -49,27 +38,18 @@ export default function LandingPage() {
|
|||||||
<div id="contact-box" data-section="contact-box">
|
<div id="contact-box" data-section="contact-box">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
tag="Inquiry"
|
tag="Inquiry"
|
||||||
title="Work with us"
|
title="Work with us"
|
||||||
description="Let's discuss your next project or exhibition."
|
description="Let's discuss your next project or exhibition."
|
||||||
buttons={[
|
buttons={[{ text: "Email Studio", href: "mailto:hello@elara.art" }]}
|
||||||
{
|
|
||||||
text: "Email Studio",
|
|
||||||
href: "mailto:hello@elara.art",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
tag="Newsletter"
|
tag="Newsletter"
|
||||||
title="Stay Updated"
|
title="Stay Updated"
|
||||||
description="Receive news on latest exhibitions and studio releases."
|
description="Receive news on latest exhibitions and studio releases."
|
||||||
@@ -80,32 +60,8 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="ELARA"
|
logoText="ELARA"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Studio", items: [{ label: "Gallery", href: "/gallery" }, { label: "Biography", href: "/about" }] },
|
||||||
title: "Studio",
|
{ title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "Instagram", href: "#" }] },
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Gallery",
|
|
||||||
href: "/gallery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Biography",
|
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Connect",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Contact",
|
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Instagram",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
|||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
|
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function GalleryPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-shift"
|
defaultButtonVariant="text-shift"
|
||||||
@@ -27,8 +27,9 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Gallery", id: "/gallery" },
|
{ name: "Gallery", id: "/gallery" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "Biography", id: "/about" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
|
{ name: "About", id: "/about" },
|
||||||
]}
|
]}
|
||||||
brandName="ELARA"
|
brandName="ELARA"
|
||||||
/>
|
/>
|
||||||
@@ -67,12 +68,8 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="ELARA"
|
logoText="ELARA"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Studio", items: [{ label: "Gallery", href: "/gallery" }, { label: "Biography", href: "/about" }] },
|
||||||
title: "Studio", items: [{ label: "Gallery", href: "/gallery" }, { label: "Biography", href: "/about" }],
|
{ title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "Instagram", href: "#" }] },
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "Instagram", href: "#" }],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -31,8 +31,9 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Gallery", id: "/gallery" },
|
{ name: "Gallery", id: "/gallery" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "Biography", id: "/about" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
|
{ name: "About", id: "/about" },
|
||||||
]}
|
]}
|
||||||
brandName="ELARA"
|
brandName="ELARA"
|
||||||
/>
|
/>
|
||||||
@@ -129,12 +130,8 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="ELARA"
|
logoText="ELARA"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Studio", items: [{ label: "Gallery", href: "/gallery" }, { label: "Biography", href: "/about" }] },
|
||||||
title: "Studio", items: [{ label: "Gallery", href: "/gallery" }, { label: "Biography", href: "/about" }],
|
{ title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "Instagram", href: "#" }] },
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "Instagram", href: "#" }],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user