5 Commits

Author SHA1 Message Date
eb01a95443 Update src/app/page.tsx 2026-01-12 13:02:14 +00:00
721c1620ea Update src/app/layout.tsx 2026-01-12 13:02:12 +00:00
076288b860 Update src/app/page.tsx 2026-01-12 12:47:43 +00:00
f2e2a34883 Update src/app/layout.tsx 2026-01-12 12:47:42 +00:00
90b53426d4 Update src/app/globals.css 2026-01-12 12:47:41 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -4,8 +4,8 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #fffafa;;
--card: #fff7f7;;
--background: #808080;;
--card: #808080;;
--foreground: #1a0000;;
--primary-cta: #e63946;;
--secondary-cta: #ffffff;;

View File

@@ -1263,4 +1263,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -172,7 +172,7 @@ export default function LandingPage() {
description="Have questions about our artworks or want to collaborate? We'd love to hear from you. Connect with our team for inquiries, commissions, or partnership opportunities."
inputs={[
{
id: "fullname", label: "Full Name", type: "text", placeholder: "Your name", required: true
id: "name", label: "Full Name", type: "text", placeholder: "Your name", required: true
},
{
id: "email", label: "Email Address", type: "email", placeholder: "your@email.com", required: true
@@ -220,10 +220,6 @@ export default function LandingPage() {
}
]}
socialLinks={[
{
icon: Linkedin,
href: "https://linkedin.com", ariaLabel: "Connect with us on LinkedIn"
},
{
icon: Instagram,
href: "https://instagram.com", ariaLabel: "Follow us on Instagram"
@@ -235,6 +231,10 @@ export default function LandingPage() {
{
icon: Twitter,
href: "https://twitter.com", ariaLabel: "Follow us on Twitter"
},
{
icon: Linkedin,
href: "https://linkedin.com", ariaLabel: "Follow us on LinkedIn"
}
]}
copyrightText="© 2025 Ukrainian Art Gallery. Celebrating the soul of Ukraine through contemporary and traditional art."
@@ -242,4 +242,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}