5 Commits

Author SHA1 Message Date
b783f73756 Update src/app/page.tsx 2026-05-25 05:30:19 +00:00
b28c1d080c Update src/app/gallery/page.tsx 2026-05-25 05:30:18 +00:00
23b34ea00f Update src/app/contact/page.tsx 2026-05-25 05:30:18 +00:00
524b69c543 Update src/app/about/page.tsx 2026-05-25 05:30:17 +00:00
a9514335b0 Merge version_1 into main
Merge version_1 into main
2026-05-25 05:17:55 +00:00
4 changed files with 32 additions and 132 deletions

View File

@@ -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,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ { name: "Biography", id: "/about" },
name: "Home", { name: "Home", id: "/" },
id: "/", { name: "Gallery", id: "/gallery" },
}, { name: "Contact", id: "/contact" },
{
name: "Gallery",
id: "/gallery",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]} ]}
brandName="ELARA" brandName="ELARA"
/> />
@@ -53,18 +41,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 +55,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 +63,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>

View File

@@ -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,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ { name: "Biography", id: "/about" },
name: "Home", { name: "Home", id: "/" },
id: "/", { name: "Gallery", id: "/gallery" },
}, { name: "Contact", id: "/contact" },
{
name: "Gallery",
id: "/gallery",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
]} ]}
brandName="ELARA" brandName="ELARA"
/> />
@@ -49,27 +37,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 +59,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>

View File

@@ -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"
@@ -25,9 +25,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ name: "Biography", id: "/about" },
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Gallery", id: "/gallery" }, { name: "Gallery", id: "/gallery" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
brandName="ELARA" brandName="ELARA"
@@ -67,12 +67,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>

View File

@@ -29,9 +29,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ name: "Biography", id: "/about" },
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Gallery", id: "/gallery" }, { name: "Gallery", id: "/gallery" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
brandName="ELARA" brandName="ELARA"
@@ -129,12 +129,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>