Merge version_2 into main #2
@@ -14,18 +14,19 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Premium Digital Art Commissions | Professional Illustrations", description: "Exceptional digital artwork and character design commissions. Professional illustrations for games, publishing, and personal projects. Affordable pricing, fast delivery.", keywords: "digital art, commissions, character design, illustrations, artwork, digital artist, concept art", robots: {
|
||||
title: "Premium Digital Art Commissions | Ringgo Syah", description: "Exceptional digital artwork and character design commissions by Ringgo Syah. Professional illustrations for games, publishing, and personal projects. Affordable pricing, fast delivery.", keywords: "digital art, commissions, character design, illustrations, artwork, digital artist, concept art, Ringgo Syah", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Premium Digital Art Commissions", description: "Custom digital illustrations and character design services. Professional quality, competitive pricing.", siteName: "DigitalStudio", type: "website", images: [
|
||||
title: "Premium Digital Art Commissions | Ringgo Syah", description: "Custom digital illustrations and character design services. Professional quality, competitive pricing.", siteName: "Ringgo Syah", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065132.jpg", alt: "Premium digital artwork showcase"},
|
||||
url: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065132.jpg", alt: "Premium digital artwork showcase"
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Premium Digital Art Commissions", description: "Exceptional custom digital illustrations and character design.", images: ["http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065132.jpg"],
|
||||
card: "summary_large_image", title: "Premium Digital Art Commissions | Ringgo Syah", description: "Exceptional custom digital illustrations and character design.", images: ["http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065132.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="DigitalStudio"
|
||||
brandName="Ringgo Syah"
|
||||
navItems={[
|
||||
{ name: "Showcase", id: "hero" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
@@ -191,8 +191,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="DigitalStudio"
|
||||
copyrightText="© 2025 Digital Artist Studio. All artwork rights reserved."
|
||||
logoText="Ringgo Syah"
|
||||
copyrightText="© 2025 Ringgo Syah. All artwork rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Portfolio", items: [
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #0f0f0f;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #e8e8e8;;
|
||||
--primary-cta: #d4af37;;
|
||||
--secondary-cta: #1a1a1a;;
|
||||
--accent: #4a4a4a;;
|
||||
--background-accent: #d4af37;; */
|
||||
/* --background: #f7f5ff;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1a0a3d;;
|
||||
--primary-cta: #7c3aed;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #10b981;;
|
||||
--background-accent: #e8f5e9;; */
|
||||
|
||||
--background: #0f0f0f;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #e8e8e8;;
|
||||
--primary-cta: #d4af37;;
|
||||
--background: #f7f5ff;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1a0a3d;;
|
||||
--primary-cta: #7c3aed;;
|
||||
--primary-cta-text: #0f0f0f;;
|
||||
--secondary-cta: #1a1a1a;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta-text: #d4af37;;
|
||||
--accent: #4a4a4a;;
|
||||
--background-accent: #d4af37;;
|
||||
--accent: #10b981;;
|
||||
--background-accent: #e8f5e9;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user