Initial design based off original website, some things still to do
This commit is contained in:
13
src/data/site.ts
Normal file
13
src/data/site.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import person from "@data/person";
|
||||
|
||||
export default {
|
||||
title: `${person.names.first} ${person.names.last} - Adelaide Composer, Orchestrator, Conductor, and Performer`,
|
||||
description:
|
||||
"Nathan Cummins is an award-winning composer, orchestrator, sound designer, and conductor known for his vibrant music across video games, film, and live performance. Based in Adelaide, he brings classical craft, bold creativity, and technical innovation to every project",
|
||||
tagline: "Composer, Orchestrator, Conductor, Performer",
|
||||
image: {
|
||||
externalURL: `${import.meta.env.SITE}/nathan-cummins-composer-orchestrator-conductor.png`,
|
||||
src: "nathan-cummins-composer-orchestrator-conductor.png",
|
||||
alt: "Nathan Cummins"
|
||||
} as SiteImage
|
||||
};
|
Reference in New Issue
Block a user